Pull request #8324 updated Connecting to https://api.github.com using 476720/****** Obtained .jenkins/continuous.groovy from 79cbad54b831e46a71e25fc439a8ba27f6b67ea8+ec7fb819a60f164d95b2e63be44e3ff1b8b65159 (e08c19d3275771762163c3a92799d8baecaa8224) [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 waffle_03 in /var/jenkins/workspace/Kokkos_PR-8324 [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-8324 # 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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Fetching without tags Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/8324/head:refs/remotes/origin/PR-8324 # 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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 8bde273e44603698ab59a21f1347c96ba2a8cb1b -f scripts/docker/Dockerfile.clang scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/4 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 ---> 35a88802559d Step 2/4 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 18ed855ab3b9 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 ---> 5057e13b35dc Step 4/4 : ENV CLANG_FORMAT_EXE=clang-format-16 ---> Using cache ---> 81e61175bdad Successfully built 81e61175bdad Successfully tagged 8bde273e44603698ab59a21f1347c96ba2a8cb1b:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git rev-list --no-walk 936ab64b1104655891c540a98c0cc657f93868dc # timeout=10 + docker inspect -f . 8bde273e44603698ab59a21f1347c96ba2a8cb1b . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer waffle_03 seems to be running inside container 4a4eea4821491d0e8f3e719e6e08dc80a74d0f0e64b2135b0513d65d997cfd94 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-8324 --volumes-from 4a4eea4821491d0e8f3e719e6e08dc80a74d0f0e64b2135b0513d65d997cfd94 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 8bde273e44603698ab59a21f1347c96ba2a8cb1b cat $ docker top 72bec71eecaed79fa737db83ce177da28afa52ff2a0681b98e967fd12f5d833e -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 72bec71eecaed79fa737db83ce177da28afa52ff2a0681b98e967fd12f5d833e $ docker rm -f --volumes 72bec71eecaed79fa737db83ce177da28afa52ff2a0681b98e967fd12f5d833e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-1) [Pipeline] parallel [Pipeline] { (Branch: C++20-Modules-Clang-19) [Pipeline] { (Branch: GCC-10.5.0) [Pipeline] { (Branch: HIP-ROCm-6.2-CXX20) [Pipeline] { (Branch: CUDA-12.2-NVCC-RDC) [Pipeline] stage [Pipeline] { (C++20-Modules-Clang-19) [Pipeline] stage [Pipeline] { (GCC-10.5.0) [Pipeline] stage [Pipeline] { (HIP-ROCm-6.2-CXX20) [Pipeline] stage [Pipeline] { (CUDA-12.2-NVCC-RDC) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on lascaux_03 in /var/jenkins/workspace/Kokkos_PR-8324 Running on villars03 in /var/jenkins/workspace/Kokkos_PR-8324 [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 Fetching changes from the remote Git repository using credential Jenkins ORNL Fetching without tags Fetching changes from the remote Git repository Fetching without tags Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 8bfecba9d92936e2199f3c7ef9524457c9fac1db --build-arg BASE=rocm/dev-ubuntu-22.04:6.2.4-complete@sha256:6604a97283a218fc62ab59e23c54ec34ad634be9201b001435844a59ba1b8eb5 -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:5f8575f47581e5da2e9c4c5dd35ada862d6252375338e1dad69393abdbba6fe1 #1 transferring dockerfile: 1.52kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-22.04:6.2.4-complete@sha256:6604a97283a218fc62ab59e23c54ec34ad634be9201b001435844a59ba1b8eb5 #2 sha256:ecec1757684375754e39048fd2e9531fc6826ad827e78489b03b5e96b3814839 #2 DONE 0.0s #3 [internal] load .dockerignore #3 sha256:7b88188b89b27829583cc5f223793cb9b1f158fbaad0cef784b22e0204bf4dab #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-22.04:6.2.4-complete@sha256:6604a97283a218fc62ab59e23c54ec34ad634be9201b001435844a59ba1b8eb5 #7 sha256:53e19264bb6da338407573a1e069ab82f34ab078b1e85a8bec5efac85c2841d9 #7 DONE 0.0s #6 [2/4] RUN apt-get update && apt-get install -y kmod wget ccache file ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:45f587e4ae525e54bb5e2cc07f99b75138c5315f5789cd3f013a480bb41352aa #6 CACHED #5 [3/4] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #5 sha256:cdb6e649526171d28a32652debff8050628b71b9223d7a3fba2f0c453c2a9b22 #5 CACHED #4 [4/4] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.22.6 && CMAKE_SCRIPT=cmake-3.22.6-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.22.6-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:74087a3b80b1d0e65bbdeca73d962f191a6ca11f3f61571a15282d3488c603f5 #4 CACHED #8 exporting to image #8 sha256:e3e5a67ce90d092e9a818fa5ebe742bf5dad6332337aa01c62d3e59b84e9fe9e #8 exporting layers done #8 writing image sha256:db7166382af9045214eecb81c1a5856fc8570e57c67c550d776f8393ba6de1d6 done #8 naming to docker.io/library/8bfecba9d92936e2199f3c7ef9524457c9fac1db:latest done #8 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker build -t a205fcaa26c6c7aee115368715276633833f9a48 --build-arg BASE=nvcr.io/nvidia/cuda:12.2.2-devel-ubuntu22.04@sha256:5f603101462baa721ff6ddc44af82f6e9ba7cbd92a424c9f9f348e6e9d6d64c3 --build-arg ADDITIONAL_PACKAGES=gfortran clang --build-arg CMAKE_VERSION=3.22.1 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> b56b435576e8 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 12999e6d385d Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 32d599d42640 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 ---> 31f33ca5c8e9 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 ---> acb1f11b156e Step 7/10 : ARG CMAKE_VERSION=3.22.6 ---> Using cache ---> a5100577cf84 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 598f97b59ee2 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 ---> 79a22273166f Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> cb9d85d1e134 Successfully built cb9d85d1e134 Successfully tagged a205fcaa26c6c7aee115368715276633833f9a48:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 8bfecba9d92936e2199f3c7ef9524457c9fac1db . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer + docker inspect -f . a205fcaa26c6c7aee115368715276633833f9a48 . lascaux_03 seems to be running inside container f0e26c3ec07f69288b7da86021cd84c5caf29af42777655dc848196c7eb31527 $ 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-8324 --volumes-from f0e26c3ec07f69288b7da86021cd84c5caf29af42777655dc848196c7eb31527 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 8bfecba9d92936e2199f3c7ef9524457c9fac1db cat $ docker top ac0e8b9023bf7bcfc479ad7c96245e309b068e172448622face60e3104e1c5f6 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer villars03 seems to be running inside container 04d8e1e16531b028dd7ff74b329a7cdb41db556d406b3908f94385823dcf3e33 $ 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-8324 --volumes-from 04d8e1e16531b028dd7ff74b329a7cdb41db556d406b3908f94385823dcf3e33 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** a205fcaa26c6c7aee115368715276633833f9a48 cat $ docker top a26e1a45b8ec9314bbde7cefd944e55cee317bf735b841b6c68f605b0dfb40b9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh + 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 + rm -rf install + mkdir -p install + rm -rf build -- The CXX compiler identification is Clang 18.0.0 -- Detecting CXX compiler ABI info + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_OPENMP=OFF -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=OFF -DKokkos_ENABLE_CUDA_UVM=ON -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DCMAKE_INSTALL_PREFIX=/var/jenkins/workspace/Kokkos_PR-8324/build/../install .. -- Setting default Kokkos CXX standard to 20 -- The CXX compiler identification is GNU 11.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++-11 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 12.2.140 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-8324/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:279 (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:159 (include) CMakeLists.txt:225 (kokkos_setup_build_environment) -- Using -std=c++20 for C++20 standard as feature -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/rocm/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 6.2.41134 -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++20 for C++20 extensions as feature -- SIMD: AVX512 detected -- CUDA auto-detection of architecture failed with /usr/bin/g++-11. Enabling CUDA language ONLY to auto-detect architecture... -- Looking for a CUDA compiler -- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc -- The CUDA compiler identification is NVIDIA 12.2.140 -- Detecting CUDA compiler ABI info -- Detecting CUDA compiler ABI info - done -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped -- Detecting CUDA compile features -- Detecting CUDA compile features - done 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 80 -- Setting Kokkos_ARCH_AMPERE80=ON -- Built-in Execution Spaces: CMake Deprecation Warning at cmake/kokkos_arch.cmake:1431 (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:161 (include) CMakeLists.txt:225 (kokkos_setup_build_environment) -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found CUDAToolkit: /usr/local/cuda/include (found version "12.2.140") -- 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 -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- Kokkos Backends: SERIAL;CUDA -- Configuring done -- 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 -- Looking for C++ include pthread.h -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j8 install [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 10%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 14%] Built target AlwaysCheckGit [ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 28%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS [ 32%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK [ 35%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 39%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt [ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 50%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 57%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.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 [ 64%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 67%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 71%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 75%] Linking CXX static library libimpl_git_version.a [ 75%] Built target impl_git_version -- [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 [ 78%] Linking CXX static library libkokkoscore.a [ 78%] Built target kokkoscore [ 82%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 85%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 89%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o -- [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-8324/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 92%] 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_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 [100%] Linking CXX static library libkokkoscontainers.a [100%] Built target kokkoscontainers Install the project... -- Install configuration: "Release" -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HPX -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HPX/Kokkos_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Assert.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_IsXnack.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Timer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Core.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_ScratchSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Atomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_GraphImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_HostBarrier.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_CheckedIntegerOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_DesulAtomicsConfig.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_EBO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_StringManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Half_ReductionIdentity.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Profiling.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_BuiltinReducers.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Tools.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_ClockTic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_GraphNodeThenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Stacktrace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_GraphNodeThenPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Atomics_Desul_Wrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_Spinwait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_State.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Threads/Kokkos_Threads_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_MathematicalConstants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/KokkosExp_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Printf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_AcquireUniqueTokenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Rank.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_GraphNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Core_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Concepts.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/KokkosExp_InterOp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_MemoryPool.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_HostSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_MinMax.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_PointerOwnership.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_CopyViews.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Complex.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_MemoryTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Graph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Serial/Kokkos_Serial.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_BitManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_MathematicalSpecialFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewCtor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewUniformType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewMapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewAccessPreconditionsCheck.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewAtomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Hooks -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Hooks/Kokkos_ViewHooks.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/MDSpan -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/MDSpan/Kokkos_MDSpan_Accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/MDSpan/Kokkos_MDSpan_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/MDSpan/Kokkos_MDSpan_Header.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewCommonType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewLegacy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewDataAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewTracker.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_BasicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/View/Kokkos_ViewTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_AnonymousSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_ReductionIdentity.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Half.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_hwloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_TypeInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Clamp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Tuners.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/SYCL/Kokkos_SYCL_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/setup -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/setup/Kokkos_Setup_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/setup/Kokkos_Setup_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Crs.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_ExecPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Swap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_DetectionIdiom.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Adapt_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Adapt_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Array_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Operator_Function_Objects.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Adapt_CXX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/openmp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/openmp/OpenMP_40.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/openmp/OpenMP_40_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Adapt_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Array_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Thread_Fence_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Array_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Atomic_Ref.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/desul/atomics/Config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/mdspan -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/mdspan/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/mdspan/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2389_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2389_bits/dims.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2630_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2630_bits/strided_slice.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2630_bits/submdspan_extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2630_bits/submdspan_mapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2630_bits/submdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p1684_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p1684_bits/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/layout_right.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/no_unique_address.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/layout_left.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/compressed_pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/trait_backports.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/type_list.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/dynamic_extent.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/layout_stride.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/utility.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/default_accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p0009_bits/full_extent_t.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2642_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2642_bits/layout_padded_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/experimental/__p2642_bits/layout_padded.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Bitset.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_UnorderedMap_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_StaticCrsGraph_factory.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Functional_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Bitset_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_StaticCrsGraph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_ScatterView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Functional.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_DualView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_UnorderedMap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Vector.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_OffsetView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_DynRankView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_DynamicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_ErrorReporter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Find.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_AllOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_RemoveIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ForEach.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_NoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Constraints.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_CountCountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/impl/Kokkos_FillFillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Generate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_CountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Fill.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_FindIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_RemoveCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_IterSwap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_MinMaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_FindIfNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_GenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Copy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Count.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_BeginEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_RemoveCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_MaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_MinElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Remove.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_AnyOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_FillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_Distance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/std_algorithms/Kokkos_CopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Sort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/Kokkos_BinOpsPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/Kokkos_SortByKeyPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/impl/Kokkos_SortByKeyImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/impl/Kokkos_SortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/impl/Kokkos_NestedSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/Kokkos_SortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/Kokkos_BinSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/sorting/Kokkos_NestedSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_Random.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_NestedSort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_StdAlgorithms.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/libkokkosalgorithms.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD_AVX2.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD_Scalar.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/impl/Kokkos_Neon_SVE_bridge.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD_AVX512.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD_Common_Math.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD_NEON.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/Kokkos_SIMD_SVE.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/libkokkossimd.a -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/cmake/Kokkos/KokkosConfig.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/cmake/Kokkos/KokkosConfigVersion.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/cmake/Kokkos/KokkosTargets.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/lib/cmake/Kokkos/KokkosTargets-release.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/bin/nvcc_wrapper -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/bin/hpcbind -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/bin/kokkos_launch_compiler -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-8324/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/KokkosCore_Config_FwdBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/KokkosCore_Config_SetupBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-8324/install/include/KokkosCore_Config_DeclareBackend.hpp + cd .. + rm -rf build-tests -- [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-8324/build + make -j16 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 3%] Built target AlwaysCheckGit [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 3%] Linking CXX shared library libkokkosprinter-tool.so [ 3%] Built target kokkosprinter-tool [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o + mkdir -p build-tests + cd build-tests + export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_PR-8324/build-tests/../install + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-8324/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror --Werror=all-warnings -Xcudafe --diag_suppress=940 -DCMAKE_EXE_LINKER_FLAGS=-Xnvlink -suppress-stack-size-warning -DCMAKE_CXX_STANDARD=20 -DKokkos_INSTALL_TESTING=ON .. -- Setting default Kokkos CXX standard to 20 [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.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%] Linking CXX shared library libimpl_git_version.so [ 3%] Built target impl_git_version [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o -- The CXX compiler identification is GNU 11.4.0 -- Detecting CXX compiler ABI info [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-8324/bin/nvcc_wrapper - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Found CUDAToolkit: /usr/local/cuda/include (found version "12.2.140") -- Looking for C++ include pthread.h [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 3%] 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 [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.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/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Enabled Kokkos devices: SERIAL;CUDA CMake Warning at install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:53 (message): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): install/lib/cmake/Kokkos/KokkosConfig.cmake:43 (include) cmake/kokkos_tribits.cmake:143 (find_package) CMakeLists.txt:225 (kokkos_setup_build_environment) [ 5%] Linking CXX shared library libbenchmark.so [ 5%] Built target benchmark [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter [ 6%] Linking CXX shared library libbenchmark_main.so -- Sources TestCuda.cpp [ 6%] Built target benchmark_main -- Kokkos Backends: -- Configuring done [ 6%] Linking CXX static library libkokkos_gtest.a [ 6%] Built target kokkos_gtest [ 6%] Linking CXX shared library libkokkoscore.so [ 6%] Built target kokkoscore [ 6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build-tests + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 0%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 1%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o [ 2%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 2%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 2%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 2%] Linking CXX static library libkokkos_gtest.a [ 2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 2%] Built target kokkos_gtest [ 2%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 2%] Linking CXX executable Kokkos_query_device [ 2%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 3%] Built target kokkosprinter-tool [ 4%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o [ 5%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 5%] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkosalgorithms [ 7%] Linking CXX static library libkokkossimd.a [ 7%] Built target kokkossimd [ 5%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 5%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 5%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [ 5%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 5%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [ 5%] Linking CXX executable Kokkos_example_virtual_functions [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 5%] Built target Kokkos_query_device [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 5%] Linking CXX executable Kokkos_example_relocatable_function [ 5%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 6%] Built target Kokkos_ContainersTestCompileOnly [ 6%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 6%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 6%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 6%] Built target Kokkos_example_virtual_functions [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 7%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 7%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 7%] Built target Kokkos_tutorial_01_hello_world [ 8%] Built target Kokkos_example_relocatable_function [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 9%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 9%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 9%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 9%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 9%] Built target Kokkos_tutorial_03_simple_view [ 9%] Built target Kokkos_tutorial_02_simple_reduce [ 9%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 9%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 9%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 9%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 10%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 10%] Built target Kokkos_tutorial_05_simple_atomics [ 10%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 10%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 10%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits [ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 10%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 10%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 10%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 11%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o [ 11%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o [ 11%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 11%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 12%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers [ 12%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 12%] Built target Kokkos_tutorial_advancedviews_04_dualviews [ 12%] 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 [ 12%] 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 [ 12%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 12%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 12%] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o [ 12%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 12%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 12%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm [ 12%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 13%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [ 7%] Linking CXX shared library libkokkoscontainers.so [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.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_Default.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 13%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [ 13%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 13%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [ 13%] Built target Kokkos_CoreTestCompileOnly [ 13%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 13%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 13%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 13%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 13%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 13%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 13%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 13%] Linking CXX executable Kokkos_gather [ 13%] Built target Kokkos_gather [ 14%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 14%] Linking CXX executable Kokkos_atomic [ 14%] Linking CXX executable Kokkos_launch_latency [ 14%] Linking CXX executable Kokkos_gups [ 14%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 14%] Linking CXX executable Kokkos_launch_bounds_reduce [ 14%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 14%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 14%] Built target Kokkos_atomic [ 15%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 15%] Built target Kokkos_launch_latency [ 15%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 15%] Built target Kokkos_gups [ 15%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 15%] Linking CXX executable Kokkos_stream [ 15%] Built target Kokkos_tutorial_01_hello_world_lambda [ 15%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 15%] Built target Kokkos_launch_bounds_reduce [ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 16%] Built target Kokkos_tutorial_02_simple_reduce_lambda [ 16%] Built target Kokkos_tutorial_03_simple_view_lambda [ 16%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 16%] Built target Kokkos_stream [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 16%] Linking CXX executable Kokkos_view_copy_constructor [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o [ 16%] Linking CXX executable Kokkos_policy_performance [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o [ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 16%] Built target Kokkos_view_copy_constructor [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 16%] Built target Kokkos_policy_performance [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o [ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o nvcc_wrapper has been given GNU extension standard flag -std=gnu++20 - reverting flag to -std=c++20 [ 17%] Linking CXX executable Kokkos_bytes_and_flops [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 19%] Built target Kokkos_bytes_and_flops [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 19%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 20%] Linking CXX static library libimpl_git_version.a [ 20%] Built target impl_git_version [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 22%] 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_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.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_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 12%] Built target Kokkos_CoreUnitTest_Develop [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 12%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 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_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 29%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 16%] Linking CXX executable Kokkos_ProfilingAllCalls [ 16%] Built target Kokkos_ProfilingAllCalls [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.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_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 17%] Linking CXX executable Kokkos_ToolsInitialization [ 17%] Built target Kokkos_ToolsInitialization [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 48%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 51%] Built target Kokkos_CoreUnitTest_Serial2 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 19%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 19%] Linking CXX executable Kokkos_StackTraceTestExec [ 19%] Built target Kokkos_StackTraceTestExec [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 51%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 53%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 54%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 54%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 54%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 55%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 55%] Built target Kokkos_CoreUnitTest_Cuda3 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 19%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 58%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 60%] Built target Kokkos_CoreUnitTest_Cuda2 [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 60%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport [ 19%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.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_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 21%] Built target Kokkos_CoreUnitTest_KokkosP [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 61%] Built target Kokkos_CoreUnitTest_Serial1 [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 63%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 64%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 64%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 64%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 64%] Built target Kokkos_CoreUnitTest_Develop [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 66%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 66%] Linking CXX executable Kokkos_ProfilingAllCalls [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 66%] Linking CXX executable Kokkos_ToolsInitialization [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 66%] Built target Kokkos_ProfilingAllCalls [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 67%] Built target Kokkos_ToolsInitialization [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_Default [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 67%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_CTestDevice [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 67%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_KokkosP [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 69%] 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/view/TestBasicViewMDSpanConversion.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 70%] Linking CXX executable Kokkos_StackTraceTestExec [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o [ 70%] Built target Kokkos_StackTraceTestExec [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 24%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 24%] Built target Kokkos_CoreTestCompileOnly [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 76%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 25%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 76%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 76%] Built target Kokkos_ContainersUnitTest_Cuda [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 76%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 76%] Built target Kokkos_ContainersUnitTest_Serial [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 25%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 76%] Linking CXX executable Kokkos_UnitTest_Random [ 25%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 25%] Built target Kokkos_CoreUnitTest_CTestDevice [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 76%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 77%] Built target Kokkos_CoreUnitTest_Cuda1 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 77%] Built target Kokkos_UnitTest_Random [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 82%] Linking CXX executable Kokkos_UnitTest_Sort [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 82%] Built target Kokkos_UnitTest_Sort [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 30%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 30%] Built target Kokkos_IncrementalTest_SERIAL [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 31%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.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_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 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_Team_H.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 32%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 32%] Built target Kokkos_IncrementalTest_HIP [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.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_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.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_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.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_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.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_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 98%] Linking CXX executable Kokkos_UnitTest_SIMD [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.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_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build-tests/DartConfiguration.tcl Site: a26e1a45b8ec Build name: Linux-nvcc_wrapper Create new tag: 20250923-1420 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build-tests/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build-tests/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: 1: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 1: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 1: setting CUDA_VISIBLE_DEVICES. 1: This could on multi GPU systems lead to severe performance" 1: penalties. 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (0 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (0 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (0 ms total) 1: [ PASSED ] 21 tests. 1/56 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.38 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o 2: 2: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 2: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 2: setting CUDA_VISIBLE_DEVICES. 2: This could on multi GPU systems lead to severe performance" 2: penalties. 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (1 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (1 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (1 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (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 (1 ms) 2: [----------] 21 tests from cuda (10 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (10 ms total) 2: [ PASSED ] 21 tests. 2/56 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.27 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o 3: 3: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 3: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 3: setting CUDA_VISIBLE_DEVICES. 3: This could on multi GPU systems lead to severe performance" 3: penalties. 3: [==========] Running 253 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o 3: [ OK ] serial_DeathTest.abort_from_host (2169 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (571 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (542 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (527 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 (9 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 (9 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-8324/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-8324/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 (3840 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 224 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (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 (36 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (22 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 (0 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 (5 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (13 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 (361 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (36 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (38 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (36 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (36 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 (36 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-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1202 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2011 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (552 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (542 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 (0 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 3: [ OK ] serial.mdrange_5d (419 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (727 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 (57 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (266 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 (686 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 (2417 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 (12 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 (34 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-8324/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (35 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (106 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o 3: [ OK ] serial.int64_t_reduce_dynamic (590 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (829 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (190 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-8324/core/unit_test/TestReduce.hpp:655: 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 (11 ms) 3: [ RUN ] serial.reduce_device_view_team_policy [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o 3: [ OK ] serial.reduce_device_view_team_policy (1447 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: [----------] 224 tests from serial (12861 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-8324/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-8324/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 253 tests from 4 test suites ran. (16702 ms total) 3: [ PASSED ] 245 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/56 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 17.16 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: 4: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 4: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 4: setting CUDA_VISIBLE_DEVICES. 4: This could on multi GPU systems lead to severe performance" 4: penalties. 4: [==========] Running 147 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 (3880 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3619 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (999 ms) 4: [----------] 10 tests from serial_DeathTest (8500 ms total) 4: 4: [----------] 137 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (0 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (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 (3 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (213 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 (2 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (2 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (4 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (4 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (4 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (66 ms) 4: [ RUN ] serial.team_long_reduce [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o 4: [ OK ] serial.team_long_reduce (92 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (64 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (64 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (64 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 4: [ OK ] serial.repeated_team_reduce (3366 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 (49 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (52 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (26 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (2 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (23 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 (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (0 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (4 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (416 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (3 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.view_fill_tests_layout_right (6243 ms) 4: [ RUN ] serial.view_fill_tests_layout_left [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o 4: [ OK ] serial.view_fill_tests_layout_left (7099 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 (23 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (21 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (40 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 (42 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-8324/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (39 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (40 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 (73 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (73 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (73 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 137 tests from serial (18429 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 147 tests from 2 test suites ran. (26929 ms total) 4: [ PASSED ] 139 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/56 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 27.24 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 5: 5: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 5: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 5: setting CUDA_VISIBLE_DEVICES. 5: This could on multi GPU systems lead to severe performance" 5: penalties. 5: [==========] Running 255 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 11 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.abort_from_host [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o 5: [ OK ] cuda_DeathTest.abort_from_host (2733 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o 5: [ OK ] cuda_DeathTest.abort_from_device (1174 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1119 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1100 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (2 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (24 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (5 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: /var/jenkins/workspace/Kokkos_PR-8324/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 (1040 ms) 5: [----------] 11 tests from cuda_DeathTest (7208 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (1 ms) 5: [----------] 1 test from cuda_graph_DeathTest (1 ms total) 5: 5: [----------] 226 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.array_contiguous_capacity 5: [ OK ] cuda.array_contiguous_capacity (0 ms) 5: [ RUN ] cuda.array_contiguous_element_access 5: [ OK ] cuda.array_contiguous_element_access (0 ms) 5: [ RUN ] cuda.array_contiguous_assignment 5: [ OK ] cuda.array_contiguous_assignment (0 ms) 5: [ RUN ] cuda.array_strided_capacity 5: [ OK ] cuda.array_strided_capacity (0 ms) 5: [ RUN ] cuda.array_strided_element_access 5: [ OK ] cuda.array_strided_element_access (0 ms) 5: [ RUN ] cuda.array_strided_assignment 5: [ OK ] cuda.array_strided_assignment (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (20 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (19 ms) 5: [ RUN ] cuda.atomic_operations_double 5: [ OK ] cuda.atomic_operations_double (29 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (28 ms) 5: [ RUN ] cuda.atomic_operations_int8 5: [ OK ] cuda.atomic_operations_int8 (76 ms) 5: [ RUN ] cuda.atomic_operations_int16 5: [ OK ] cuda.atomic_operations_int16 (78 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (72 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (71 ms) 5: [ RUN ] cuda.atomic_operations_longlong [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o 5: [ OK ] cuda.atomic_operations_longlong (71 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 (57 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (57 ms) 5: [ RUN ] cuda.atomics [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o 5: [ OK ] cuda.atomics (188 ms) 5: [ RUN ] cuda.atomics_tpetra_max_abs 5: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] cuda.atomic_views_integral 5: [ OK ] cuda.atomic_views_integral (35 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (61 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (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 (19 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_0 5: [ OK ] cuda.deep_copy_assignable_types_rank_0 (2 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1 5: [ OK ] cuda.deep_copy_assignable_types_rank_1 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2 5: [ OK ] cuda.deep_copy_assignable_types_rank_2 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3 5: [ OK ] cuda.deep_copy_assignable_types_rank_3 (2 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_4 5: [ OK ] cuda.deep_copy_assignable_types_rank_4 (2 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 (2 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 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_2_half (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_3_half (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_0 5: [ OK ] cuda.deep_copy_narrowing_rank_0 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_1 5: [ OK ] cuda.deep_copy_narrowing_rank_1 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_2 5: [ OK ] cuda.deep_copy_narrowing_rank_2 (2 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_3 5: [ OK ] cuda.deep_copy_narrowing_rank_3 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_4 5: [ OK ] cuda.deep_copy_narrowing_rank_4 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_5 5: [ OK ] cuda.deep_copy_narrowing_rank_5 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_6 5: [ OK ] cuda.deep_copy_narrowing_rank_6 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_7 5: [ OK ] cuda.deep_copy_narrowing_rank_7 (2 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_8 5: [ OK ] cuda.deep_copy_narrowing_rank_8 (2 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (5 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (27 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (0 ms) 5: [ RUN ] cuda.partitioning_by_args_with_structured_bindings 5: [ OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range 5: [ OK ] cuda.exec_space_thread_safety_range (1064 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (108 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy 5: [ OK ] cuda.exec_space_thread_safety_team_policy (108 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (108 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (108 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (108 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 5: [ OK ] cuda.exec_space_thread_safety_range_scan (108 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_capture 5: [ OK ] cuda.graph_capture (1 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.then_host 5: [ OK ] cuda.then_host (0 ms) 5: [ RUN ] cuda.mixed_then_host_device_nodes 5: [ OK ] cuda.mixed_then_host_device_nodes (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 (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 (1319 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2428 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1287 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1619 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 (6 ms) 5: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 5: [ OK ] cuda.mathematical_functions_hyperbolic_functions (6 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 (2 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 (4 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (4 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_impl_half_fallback 5: [ OK ] cuda.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] cuda.mathematical_functions_nextafter_fp16 5: [ OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (6 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (28 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (29 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (2 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (2 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] cuda.mdrange_5d [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o 5: [ OK ] cuda.mdrange_5d (160 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (288 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (9 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 (21 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (9 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (74 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 (326 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 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o 5: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1521 ms) 5: [ RUN ] cuda.mdspan_minimal_functional 5: [ OK ] cuda.mdspan_minimal_functional (1 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 (29 ms) 5: [ RUN ] cuda.view_mdspan_conversion_with_stride 5: [ OK ] cuda.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] cuda.max 5: [ OK ] cuda.max (0 ms) 5: [ RUN ] cuda.max_within_parfor 5: [ OK ] cuda.max_within_parfor (0 ms) 5: [ RUN ] cuda.min 5: [ OK ] cuda.min (0 ms) 5: [ RUN ] cuda.min_within_parfor 5: [ OK ] cuda.min_within_parfor (0 ms) 5: [ RUN ] cuda.minmax 5: [ OK ] cuda.minmax (0 ms) 5: [ RUN ] cuda.minmax_within_parfor 5: [ OK ] cuda.minmax_within_parfor (0 ms) 5: [ RUN ] cuda.clamp 5: [ OK ] cuda.clamp (0 ms) 5: [ RUN ] cuda.clamp_within_parfor 5: [ OK ] cuda.clamp_within_parfor (0 ms) 5: [ RUN ] cuda.numeric_traits_infinity 5: [ OK ] cuda.numeric_traits_infinity (1 ms) 5: [ RUN ] cuda.numeric_traits_epsilon 5: [ OK ] cuda.numeric_traits_epsilon (1 ms) 5: [ RUN ] cuda.numeric_traits_round_error 5: [ OK ] cuda.numeric_traits_round_error (1 ms) 5: [ RUN ] cuda.numeric_traits_norm_min 5: [ OK ] cuda.numeric_traits_norm_min (1 ms) 5: [ RUN ] cuda.numeric_traits_denorm_min 5: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_finite_min_max 5: [ OK ] cuda.numeric_traits_finite_min_max (8 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (5 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (5 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (5 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (1 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (1 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (2 ms) 5: [ RUN ] cuda.numeric_traits_sfinae_friendly 5: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] cuda.occupancy_control 5: [ OK ] cuda.occupancy_control (0 ms) 5: [ RUN ] cuda.memory_pool 5: [ OK ] cuda.memory_pool (22 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (4 ms) 5: [ RUN ] cuda.parallel_scan_range_policy 5: [ OK ] cuda.parallel_scan_range_policy (62 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (1 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (3 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (1 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o 5: [ OK ] cuda.large_parallel_for_reduce (1197 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (3 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (1 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (13 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (13 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (2 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 (6 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 (9 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 (8 ms) 5: [ RUN ] cuda.double_reduce 5: [ OK ] cuda.double_reduce (8 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic 5: [ OK ] cuda.int64_t_reduce_dynamic (14 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (13 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (19 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 (224 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 (6 ms) 5: [ RUN ] cuda.reduce_device_view_mdrange_policy 5: [ OK ] cuda.reduce_device_view_mdrange_policy (149 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (7 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (45 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 (17 ms) 5: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o 5: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (86 ms) 5: [----------] 226 tests from cuda (13946 ms total) 5: 5: [----------] 17 tests from cuda_graph 5: [ RUN ] cuda_graph.submit_once 5: [ OK ] cuda_graph.submit_once (1 ms) 5: [ RUN ] cuda_graph.submit_once_rvalue 5: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 5: [ RUN ] cuda_graph.instantiate_and_submit_once 5: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 5: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 5: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] cuda_graph.create_graph_no_arg 5: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 5: [ RUN ] cuda_graph.submit_six 5: [ OK ] cuda_graph.submit_six (0 ms) 5: [ RUN ] cuda_graph.when_all_cycle 5: [ OK ] cuda_graph.when_all_cycle (0 ms) 5: [ RUN ] cuda_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8324/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 (1 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 (12 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 255 tests from 4 test suites ran. (21168 ms total) 5: [ PASSED ] 252 tests. 5: [ SKIPPED ] 3 tests, listed below: 5: [ SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] cuda_graph.repeat_chain 5/56 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 21.54 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/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 [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o 6: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (6366 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (6620 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 6: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 43%] Built target Kokkos_CoreUnitTest_Serial2 [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.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_Serial1.dir/serial/TestSerial_Printf.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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (19033 ms) 6: [----------] 8 tests from cuda_DeathTest (32019 ms total) 6: 6: [----------] 2 tests from cuda_uvm_DeathTest 6: [ RUN ] cuda_uvm_DeathTest.view_subview_wrong_extents 6: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents (0 ms) 6: [ RUN ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility 6: [ OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (2079 ms) 6: [----------] 2 tests from cuda_uvm_DeathTest (2079 ms total) 6: 6: [----------] 109 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 (588 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (30 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (1 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (1 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (1 ms) 6: [ RUN ] cuda.team_broadcast_float 6: [ OK ] cuda.team_broadcast_float (0 ms) 6: [ RUN ] cuda.team_broadcast_double 6: [ OK ] cuda.team_broadcast_double (0 ms) 6: [ RUN ] cuda.team_broadcast_int_ptr 6: [ OK ] cuda.team_broadcast_int_ptr (0 ms) 6: [ RUN ] cuda.team_single_thread_int_ptr 6: [ OK ] cuda.team_single_thread_int_ptr (0 ms) 6: [ RUN ] cuda.team_single_team_int_ptr 6: [ OK ] cuda.team_single_team_int_ptr (0 ms) 6: [ RUN ] cuda.team_handle_by_value 6: [ OK ] cuda.team_handle_by_value (0 ms) 6: [ RUN ] cuda.team_vector 6: [ OK ] cuda.team_vector (64 ms) 6: [ RUN ] cuda.triple_nested_parallelism 6: [ OK ] cuda.triple_nested_parallelism (139 ms) 6: [ RUN ] cuda.parallel_scan_with_reducers 6: [ OK ] cuda.parallel_scan_with_reducers (72 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (1 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (1 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (1 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (28 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (13 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (14 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (22 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 [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o 6: [ OK ] cuda.team_reduction_scan (1191 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (9 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (9 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (9 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (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 (17 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (1 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (135 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (136 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (0 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (0 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (7 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o 6: [ OK ] cuda.team_policy_max_recommended (223 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 (9 ms) 6: [ RUN ] cuda.timer 6: [ OK ] cuda.timer (20 ms) 6: [ RUN ] cuda.unique_token_global 6: [ OK ] cuda.unique_token_global (3 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (3 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (13 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (14 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 (22 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 6: [ OK ] cuda.view_allocation_large_rank (689 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 (4 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 (20 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (4 ms) 6: [ RUN ] cuda.view_copy_degenerated 6: [ OK ] cuda.view_copy_degenerated (0 ms) 6: [ RUN ] cuda.view_fill_tests_layout_right [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o 6: [ OK ] cuda.view_fill_tests_layout_right (210 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (192 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 (33 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (33 ms) 6: [ RUN ] cuda.view_mapping 6: [ OK ] cuda.view_mapping (47 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 (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 (25 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (4 ms) 6: [ RUN ] cuda.workgraph_fib [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o 6: [ OK ] cuda.workgraph_fib (1284 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-8324/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-8324/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-8324/core/unit_test/TestWithoutInitializing.hpp:337: Skipped 6: skipping since the CudaUVMSpace requires additiional fences 6: [ SKIPPED ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 109 tests from cuda (5445 ms total) 6: 6: [----------] 28 tests from cuda_uvm 6: [ RUN ] cuda_uvm.view_subview_auto_1d_left 6: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_right 6: [ OK ] cuda_uvm.view_subview_auto_1d_right (4 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 6: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 6: [ RUN ] cuda_uvm.view_subview_assign_strided 6: [ OK ] cuda_uvm.view_subview_assign_strided (2 ms) 6: [ RUN ] cuda_uvm.view_subview_left_0 6: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_1 6: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_2 6: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_3 6: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_0 6: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_1 6: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_3 6: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 6: [ RUN ] cuda_uvm.view_static_tests 6: [ OK ] cuda_uvm.view_static_tests (0 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 6: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (2 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 6: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign 6: [ OK ] cuda_uvm.view_subview_1d_assign (3 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 6: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 6: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (46 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (46 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (46 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (107 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (108 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (107 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (106 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (105 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (105 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 (816 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 147 tests from 4 test suites ran. (40361 ms total) 6: [ PASSED ] 138 tests. 6: [ SKIPPED ] 9 tests, listed below: 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: [ SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host 6: [ SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents 6: [ SKIPPED ] cuda.realloc_exec_space 6: [ SKIPPED ] cuda.view_allocation_int 6: [ SKIPPED ] cuda.view_allocation_exec_space_int 6/56 Test #6: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 40.72 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: 7: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 7: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 7: setting CUDA_VISIBLE_DEVICES. 7: This could on multi GPU systems lead to severe performance" 7: penalties. 7: [==========] Running 62 tests from 3 test suites. 7: [----------] Global test environment set-up. 7: [----------] 6 tests from cuda 7: [ RUN ] cuda.team_scratch_1_streams [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 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_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o 7: [ OK ] cuda.team_scratch_1_streams (11452 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 (0 ms) 7: [ RUN ] cuda.impl_view_texture 7: [ OK ] cuda.impl_view_texture (0 ms) 7: [ RUN ] cuda.view_subview_const_randomaccess 7: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 7: [----------] 6 tests from cuda (11454 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (21 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (6 ms) 7: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 7: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 7: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_b 7: [ OK ] cuda_hostpinned.view_api_b (7 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 [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (2564 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 (4 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 [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (7062 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (7632 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (42 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 (17350 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (33 ms) 7: [ RUN ] cuda_uvm.view_api_a 7: [ OK ] cuda_uvm.view_api_a (14 ms) 7: [ RUN ] cuda_uvm.view_layout_left_with_stride 7: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_layout_right_with_stride 7: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_api_b 7: [ OK ] cuda_uvm.view_api_b (24 ms) 7: [ RUN ] cuda_uvm.view_api_c 7: [ OK ] cuda_uvm.view_api_c (1 ms) 7: [ RUN ] cuda_uvm.view_api_d 7: [ OK ] cuda_uvm.view_api_d (4 ms) 7: [ RUN ] cuda_uvm.view_remap 7: [ OK ] cuda_uvm.view_remap (1 ms) 7: [ RUN ] cuda_uvm.view_mirror_nonconst 7: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_uvm.view_stride_method 7: [ OK ] cuda_uvm.view_stride_method (0 ms) 7: [ RUN ] cuda_uvm.anonymous_space 7: [ OK ] cuda_uvm.anonymous_space (0 ms) 7: [ RUN ] cuda_uvm.view_overload_resolution 7: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 7: [ RUN ] cuda_uvm.view_allocation_large_rank 7: [ OK ] cuda_uvm.view_allocation_large_rank (706 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 (4 ms) 7: [ RUN ] cuda_uvm.view_copy_tests 7: [ OK ] cuda_uvm.view_copy_tests (18 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (3 ms) 7: [ RUN ] cuda_uvm.view_copy_degenerated 7: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_right 7: [ OK ] cuda_uvm.view_fill_tests_layout_right (212 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (196 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (48 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (13 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 (1289 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 62 tests from 3 test suites ran. (30095 ms total) 7: [ PASSED ] 62 tests. 7/56 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 30.34 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (0 ms) 8: [----------] 1 test from cuda (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/56 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.25 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 9: Test timeout computed to be: 1500 [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 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 (84 ms) 9: [ RUN ] cuda.debug_pin_um_to_host [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o 9: [ OK ] cuda.debug_pin_um_to_host (311 ms) 9: [----------] 2 tests from cuda (396 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (396 ms total) 9: [ PASSED ] 2 tests. 9/56 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.81 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (151 ms) 10: [----------] 1 test from cuda (151 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (151 ms total) 10: [ PASSED ] 1 test. 10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.24 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o 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 (157 ms) 11: [----------] 1 test from cuda (157 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (157 ms total) 11: [ PASSED ] 1 test. 11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.25 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 12: [----------] 4 tests from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 4 tests from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 4 tests, listed below: 12: [ SKIPPED ] cuda_multi_gpu.managed_views 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 12: [ SKIPPED ] cuda_multi_gpu.scratch_space 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12/56 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.31 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test timeout computed to be: 1500 13: 13: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 13: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 13: setting CUDA_VISIBLE_DEVICES. 13: This could on multi GPU systems lead to severe performance" 13: penalties. 13: [==========] Running 5 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 5 tests from cuda_GraphInterOp 13: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 13: [ OK ] cuda_GraphInterOp.promises_on_native_objects (0 ms) 13: [ RUN ] cuda_GraphInterOp.count_nodes 13: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 13: [ RUN ] cuda_GraphInterOp.debug_dot_print 13: [ OK ] cuda_GraphInterOp.debug_dot_print (1 ms) 13: [ RUN ] cuda_GraphInterOp.instantiation_flags 13: [ OK ] cuda_GraphInterOp.instantiation_flags (0 ms) 13: [ RUN ] cuda_GraphInterOp.construct_from_native 13: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 13: [----------] 5 tests from cuda_GraphInterOp (3 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (3 ms total) 13: [ PASSED ] 5 tests. 13/56 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.24 sec test 14 Start 14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test timeout computed to be: 1500 14: 14: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 14: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 14: setting CUDA_VISIBLE_DEVICES. 14: This could on multi GPU systems lead to severe performance" 14: penalties. 14: [==========] Running 1 test from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 1 test from cuda_multi_gpu 14: [ RUN ] cuda_multi_gpu.then 14: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped 14: Skipping multi-gpu testing since current machine only has 1 GPU. 14: [ SKIPPED ] cuda_multi_gpu.then (0 ms) 14: [----------] 1 test from cuda_multi_gpu (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 0 tests. 14: [ SKIPPED ] 1 test, listed below: 14: [ SKIPPED ] cuda_multi_gpu.then 14/56 Test #14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ............... Passed 0.22 sec test 15 Start 15: Kokkos_CoreUnitTest_Default 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Default 15: Test timeout computed to be: 1500 [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o 15: 15: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 15: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 15: setting CUDA_VISIBLE_DEVICES. 15: This could on multi GPU systems lead to severe performance" 15: penalties. 15: [==========] Running 59 tests from 41 test suites. 15: [----------] Global test environment set-up. 15: [----------] 19 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 15: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 15: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 15: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 15: [ RUN ] defaultdevicetype.shared_space 15: [ OK ] defaultdevicetype.shared_space (79 ms) 15: [ RUN ] defaultdevicetype.shared_host_pinned_space 15: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 15: [ RUN ] defaultdevicetype.compiler_macros 15: [ OK ] defaultdevicetype.compiler_macros (0 ms) 15: [ RUN ] defaultdevicetype.half_conversion 15: [ OK ] defaultdevicetype.half_conversion (2 ms) 15: [ RUN ] defaultdevicetype.bhalf_conversion 15: [ OK ] defaultdevicetype.bhalf_conversion (2 ms) 15: [ RUN ] defaultdevicetype.half_operators 15: [ OK ] defaultdevicetype.half_operators (2 ms) 15: [ RUN ] defaultdevicetype.bhalf_operators 15: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 15: [ RUN ] defaultdevicetype.host_space_access 15: [ OK ] defaultdevicetype.host_space_access (0 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a1 15: [ OK ] defaultdevicetype.reduce_instantiation_a1 (10 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b1 15: [ OK ] defaultdevicetype.reduce_instantiation_b1 (30 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c1 15: [ OK ] defaultdevicetype.reduce_instantiation_c1 (10 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a2 15: [ OK ] defaultdevicetype.reduce_instantiation_a2 (14 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b2 15: [ OK ] defaultdevicetype.reduce_instantiation_b2 (40 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c2 15: [ OK ] defaultdevicetype.reduce_instantiation_c2 (14 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a3 15: [ OK ] defaultdevicetype.reduce_instantiation_a3 (15 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b3 15: [ OK ] defaultdevicetype.reduce_instantiation_b3 (44 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c3 15: [ OK ] defaultdevicetype.reduce_instantiation_c3 (15 ms) 15: [----------] 19 tests from defaultdevicetype (286 ms total) 15: 15: [----------] 1 test from kokkosresize 15: [ RUN ] kokkosresize.host_space_access 15: [ OK ] kokkosresize.host_space_access (23 ms) 15: [----------] 1 test from kokkosresize (23 ms total) 15: 15: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/0.sizes 15: [ OK ] TestViewAPI/0.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/0 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/1.sizes 15: [ OK ] TestViewAPI/1.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/1 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/2.sizes 15: [ OK ] TestViewAPI/2.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/2 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/3.sizes 15: [ OK ] TestViewAPI/3.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/3 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/4.sizes 15: [ OK ] TestViewAPI/4.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/4 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/5.sizes 15: [ OK ] TestViewAPI/5.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/5 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/6.sizes 15: [ OK ] TestViewAPI/6.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/6 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/7.sizes 15: [ OK ] TestViewAPI/7.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/7 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/8.sizes 15: [ OK ] TestViewAPI/8.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/8 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/9.sizes 15: [ OK ] TestViewAPI/9.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/9 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/10.sizes 15: [ OK ] TestViewAPI/10.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/10 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/11.sizes 15: [ OK ] TestViewAPI/11.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/11 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/12.sizes 15: [ OK ] TestViewAPI/12.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/12 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/13.sizes 15: [ OK ] TestViewAPI/13.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/13 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/14.sizes 15: [ OK ] TestViewAPI/14.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/14 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/15.sizes 15: [ OK ] TestViewAPI/15.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/15 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/16.sizes 15: [ OK ] TestViewAPI/16.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/16 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/17.sizes 15: [ OK ] TestViewAPI/17.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/17 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/18.sizes 15: [ OK ] TestViewAPI/18.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/18 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/19.sizes 15: [ OK ] TestViewAPI/19.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/19 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/20.sizes 15: [ OK ] TestViewAPI/20.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/20 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/21.sizes 15: [ OK ] TestViewAPI/21.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/21 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/22.sizes 15: [ OK ] TestViewAPI/22.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/22 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/23.sizes 15: [ OK ] TestViewAPI/23.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/23 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/24.sizes 15: [ OK ] TestViewAPI/24.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/24 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/25.sizes 15: [ OK ] TestViewAPI/25.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/25 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/26.sizes 15: [ OK ] TestViewAPI/26.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/26 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/27.sizes 15: [ OK ] TestViewAPI/27.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/27 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/28.sizes 15: [ OK ] TestViewAPI/28.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/28 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/29.sizes 15: [ OK ] TestViewAPI/29.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/29 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/30.sizes 15: [ OK ] TestViewAPI/30.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/30 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/31.sizes 15: [ OK ] TestViewAPI/31.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/31 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/32.sizes 15: [ OK ] TestViewAPI/32.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/32 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/33.sizes 15: [ OK ] TestViewAPI/33.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/33 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/34.sizes 15: [ OK ] TestViewAPI/34.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/34 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/35.sizes 15: [ OK ] TestViewAPI/35.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/35 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/36.sizes 15: [ OK ] TestViewAPI/36.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/36 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/37.sizes 15: [ OK ] TestViewAPI/37.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/37 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 15: [ RUN ] TestViewAPI/38.sizes 15: [ OK ] TestViewAPI/38.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/38 (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 59 tests from 41 test suites ran. (316 ms total) 15: [ PASSED ] 59 tests. 15/56 Test #15: Kokkos_CoreUnitTest_Default ................................ Passed 0.56 sec test 16 Start 16: Kokkos_CoreUnitTest_InitializeFinalize 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 16: Test timeout computed to be: 1500 16: [==========] Running 30 tests from 7 test suites. 16: [----------] Global test environment set-up. 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (472 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1757 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2332 ms) 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4562 ms total) 16: 16: [----------] 4 tests from InitializeFinalize_DeathTest 16: [ RUN ] InitializeFinalize_DeathTest.initialize [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o 16: [ OK ] InitializeFinalize_DeathTest.initialize (1180 ms) 16: [ RUN ] InitializeFinalize_DeathTest.finalize [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o 16: [ OK ] InitializeFinalize_DeathTest.finalize (812 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_initialized 16: [ OK ] InitializeFinalize_DeathTest.is_initialized (354 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_finalized [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o 16: [ OK ] InitializeFinalize_DeathTest.is_finalized (245 ms) 16: [----------] 4 tests from InitializeFinalize_DeathTest (2593 ms total) 16: 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 16: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 16: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (11 ms) 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (11 ms total) 16: 16: [----------] 1 test from Legion_DeathTest 16: [ RUN ] Legion_DeathTest.individual_backend_initialization 16: [ OK ] Legion_DeathTest.individual_backend_initialization (246 ms) 16: [----------] 1 test from Legion_DeathTest (246 ms total) 16: 16: [----------] 2 tests from PushFinalizeHook_DeathTest 16: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o 16: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (236 ms) 16: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 16: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (649 ms) 16: [----------] 2 tests from PushFinalizeHook_DeathTest (885 ms total) 16: 16: [----------] 6 tests from ScopeGuard_DeathTest 16: [ RUN ] ScopeGuard_DeathTest.create 16: [ OK ] ScopeGuard_DeathTest.create (257 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_argument [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o 16: [ OK ] ScopeGuard_DeathTest.create_argument (230 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 57%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 16: [ OK ] ScopeGuard_DeathTest.create_while_initialize (485 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 57%] Built target Kokkos_CoreUnitTest_Serial1 [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o 16: [ OK ] ScopeGuard_DeathTest.create_after_initialize (467 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 16: [ OK ] ScopeGuard_DeathTest.create_after_finalize (423 ms) 16: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o 16: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (460 ms) 16: [----------] 6 tests from ScopeGuard_DeathTest (2324 ms total) 16: 16: [----------] 13 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.initialization_settings 16: [ OK ] defaultdevicetype.initialization_settings (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 16: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_device_id 16: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 16: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 16: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_help 16: [ OK ] defaultdevicetype.cmd_line_args_help (17 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 16: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (3 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 16: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (30 ms) 16: [ RUN ] defaultdevicetype.env_vars_num_threads 16: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_device_id 16: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_disable_warnings 16: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_tune_internals 16: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.visible_devices 16: [ OK ] defaultdevicetype.visible_devices (0 ms) 16: [----------] 13 tests from defaultdevicetype (51 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 30 tests from 7 test suites ran. (10676 ms total) 16: [ PASSED ] 30 tests. 16/56 Test #16: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 10.68 sec test 17 Start 17: Kokkos_CoreUnitTest_Develop 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_Develop 17: Test timeout computed to be: 1500 17: 17: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 17: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 17: setting CUDA_VISIBLE_DEVICES. 17: This could on multi GPU systems lead to severe performance" 17: penalties. 17: [==========] Running 1 test from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 1 test from defaultdevicetype 17: [ RUN ] defaultdevicetype.development_test 17: [ OK ] defaultdevicetype.development_test (0 ms) 17: [----------] 1 test from defaultdevicetype (0 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 1 test from 1 test suite ran. (0 ms total) 17: [ PASSED ] 1 test. [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o 17/56 Test #17: Kokkos_CoreUnitTest_Develop ................................ Passed 0.25 sec test 18 Start 18: Kokkos_CoreUnitTest_KokkosP 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_KokkosP 18: Test timeout computed to be: 1500 18: 18: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 18: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 18: setting CUDA_VISIBLE_DEVICES. 18: This could on multi GPU systems lead to severe performance" 18: penalties. 18: [==========] Running 32 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 32 tests from kokkosp 18: [ RUN ] kokkosp.test_named_instance_fence 18: Ref: 33554433 18: Ref: named_instance 18: 33554433 18: named_instance 18: [ OK ] kokkosp.test_named_instance_fence (0 ms) 18: [ RUN ] kokkosp.test_unnamed_instance_fence 18: Ref: 33554433 18: Ref: Unnamed Instance Fence 18: 33554433 18: Kokkos::Cuda::fence(): Unnamed Instance Fence 18: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 18: [ RUN ] kokkosp.test_named_global_fence 18: Ref: 33554432 18: Ref: test global fence 18: 0 18: test global fence 18: Miss on id 18: 33554432 18: test global fence 18: [ OK ] kokkosp.test_named_global_fence (0 ms) 18: [ RUN ] kokkosp.test_unnamed_global_fence 18: Ref: 33554432 18: Ref: Unnamed Global Fence 18: 0 18: Kokkos::fence: Unnamed Global Fence 18: Miss on id 18: 33554432 18: Kokkos::fence: Unnamed Global Fence 18: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 18: [ RUN ] kokkosp.test_multiple_default_instances 18: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 18: [ RUN ] kokkosp.test_id_gen 18: [ OK ] kokkosp.test_id_gen (0 ms) 18: [ RUN ] kokkosp.test_kernel_sequence 18: Ref: 33554433 18: Ref: named_instance 18: 33554433 18: named_instance 18: Ref: 33554433 18: Ref: test_kernel 18: 33554433 18: named_instance 18: Miss on name 18: 0 18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 18: Miss on name 18: Miss on id 18: 33554432 18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 18: Miss on name 18: Miss on id 18: 33554433 18: test_kernel 18: [ OK ] kokkosp.test_kernel_sequence (0 ms) 18: [ RUN ] kokkosp.test_streams 18: [ OK ] kokkosp.test_streams (0 ms) 18: [ RUN ] kokkosp.async_deep_copy 18: [ OK ] kokkosp.async_deep_copy (0 ms) 18: [ RUN ] kokkosp.parallel_for 18: [ OK ] kokkosp.parallel_for (0 ms) 18: [ RUN ] kokkosp.parallel_reduce 18: [ OK ] kokkosp.parallel_reduce (0 ms) 18: [ RUN ] kokkosp.parallel_scan 18: [ OK ] kokkosp.parallel_scan (1 ms) 18: [ RUN ] kokkosp.parallel_scan_no_fence 18: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 18: [ RUN ] kokkosp.parallel_scan_no_fence_view 18: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 18: [ RUN ] kokkosp.regions 18: [ OK ] kokkosp.regions (0 ms) 18: [ RUN ] kokkosp.fences 18: [ OK ] kokkosp.fences (0 ms) 18: [ RUN ] kokkosp.raw_allocation 18: [ OK ] kokkosp.raw_allocation (0 ms) 18: [ RUN ] kokkosp.view 18: [ OK ] kokkosp.view (0 ms) 18: [ RUN ] kokkosp.sections 18: [ OK ] kokkosp.sections (0 ms) 18: [ RUN ] kokkosp.metadata 18: [ OK ] kokkosp.metadata (0 ms) 18: [ RUN ] kokkosp.profile_events 18: [ OK ] kokkosp.profile_events (0 ms) 18: [ RUN ] kokkosp.no_init_kernel 18: [ OK ] kokkosp.no_init_kernel (0 ms) 18: [ RUN ] kokkosp.get_events 18: [ OK ] kokkosp.get_events (0 ms) 18: [ RUN ] kokkosp.kernel_name_parallel_for 18: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 18: [ RUN ] kokkosp.kernel_name_parallel_reduce 18: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 18: [ RUN ] kokkosp.kernel_name_parallel_scan 18: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 18: [ RUN ] kokkosp.kernel_name_internal 18: [ OK ] kokkosp.kernel_name_internal (0 ms) 18: [ RUN ] kokkosp.profiling_section 18: [ OK ] kokkosp.profiling_section (0 ms) 18: [ RUN ] kokkosp.scoped_profile_region 18: [ OK ] kokkosp.scoped_profile_region (0 ms) 18: [ RUN ] kokkosp.create_mirror_no_init 18: [ OK ] kokkosp.create_mirror_no_init (0 ms) 18: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 18: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 18: [ RUN ] kokkosp.create_mirror_view_and_copy 18: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestWithoutInitializing.cpp:98: Skipped 18: skipping since the CudaUVMSpace requires additional fences 18: [ SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms) 18: [----------] 32 tests from kokkosp (5 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 32 tests from 1 test suite ran. (5 ms total) 18: [ PASSED ] 31 tests. 18: [ SKIPPED ] 1 test, listed below: 18: [ SKIPPED ] kokkosp.create_mirror_view_and_copy 18/56 Test #18: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.27 sec test 19 Start 19: Kokkos_CoreUnitTest_ToolIndependence 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 19: Test timeout computed to be: 1500 19/56 Test #19: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.00 sec test 20 Start 20: Kokkos_ProfilingTestLibraryLoadHelp 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 20: Environment variables: 20: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/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/56 Test #20: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.23 sec test 21 Start 21: Kokkos_ProfilingTestLibraryCmdLineHelp 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/libkokkosprinter-tool.so" 21: Test timeout computed to be: 1500 21: 21: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 21: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 21: setting CUDA_VISIBLE_DEVICES. 21: This could on multi GPU systems lead to severe performance" 21: penalties. 21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 21/56 Test #21: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.25 sec test 22 Start 22: Kokkos_ProfilingTestLibraryLoad 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 22: Environment variables: 22: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/libkokkosprinter-tool.so 22: Test timeout computed to be: 1500 22: 22: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 22: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 22: setting CUDA_VISIBLE_DEVICES. 22: This could on multi GPU systems lead to severe performance" 22: penalties. 22: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:1140::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:nvcc::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x55b132987a40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55b132987b80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55b132987c00:Host:source:0x55b132987ac0: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:0x55b132987cc0: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:0x55b132987b80:40::kokkosp_deallocate_data:Host:source:0x55b132987a40:40::kokkosp_finalize_library:: 22/56 Test #22: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.22 sec test 23 Start 23: Kokkos_ProfilingTestLibraryCmdLine 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/libkokkosprinter-tool.so" 23: Test timeout computed to be: 1500 23: 23: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 23: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 23: setting CUDA_VISIBLE_DEVICES. 23: This could on multi GPU systems lead to severe performance" 23: penalties. 23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:1140::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:nvcc::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x559540310b80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x559540310cc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x559540310d40:Host:source:0x559540310c00: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:0x559540310e80: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:0x559540310cc0:40::kokkosp_deallocate_data:Host:source:0x559540310b80:40::kokkosp_finalize_library:: 23/56 Test #23: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.25 sec test 24 Start 24: Kokkos_CoreUnitTest_StackTraceTest 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec 24: Test timeout computed to be: 1500 24: 24: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 24: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 24: setting CUDA_VISIBLE_DEVICES. 24: This could on multi GPU systems lead to severe performance" 24: penalties. 24: [==========] Running 3 tests from 2 test suites. 24: [----------] Global test environment set-up. 24: [----------] 2 tests from defaultdevicetype_DeathTest 24: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5635783f03c9] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x56357837fe4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69) [0x563578378339] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x42f) [0x56357837ad4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5635783c04f1] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x838f5) [0x5635783ae8f5] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84045) [0x5635783af045] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84b71) [0x5635783afb71] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5635783b15ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5635783af528] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x563578374887] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9ccfc29d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9ccfc29e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5635783767b5] 24: 24: demangled test_f1: 24: [0x5635783f03c9] Kokkos::Impl::save_stacktrace() 24: [0x56357837fe4f] Test::stacktrace_test_f1(std::ostream&) 24: [0x563578378339] Test::test_stacktrace(bool, bool) 24: [0x56357837ad4f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 24: [0x5635783c04f1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x5635783ae8f5] 24: [0x5635783af045] 24: [0x5635783afb71] 24: [0x5635783b15ac] testing::internal::UnitTestImpl::RunAllTests() 24: [0x5635783af528] testing::UnitTest::Run() 24: [0x563578374887] main 24: [0x7f9ccfc29d90] 24: [0x7f9ccfc29e40] __libc_start_main 24: [0x5635783767b5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5635783f03c9] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x56357837fe4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5635783802a8] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x563578378c0f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x42f) [0x56357837ad4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5635783c04f1] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x838f5) [0x5635783ae8f5] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84045) [0x5635783af045] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84b71) [0x5635783afb71] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x5635783b15ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5635783af528] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x563578374887] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9ccfc29d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9ccfc29e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5635783767b5] 24: 24: demangled test_f3: 24: [0x5635783f03c9] Kokkos::Impl::save_stacktrace() 24: [0x56357837fe4f] Test::stacktrace_test_f1(std::ostream&) 24: [0x5635783802a8] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x563578378c0f] Test::test_stacktrace(bool, bool) 24: [0x56357837ad4f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 24: [0x5635783c04f1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x5635783ae8f5] 24: [0x5635783af045] 24: [0x5635783afb71] 24: [0x5635783b15ac] testing::internal::UnitTestImpl::RunAllTests() 24: [0x5635783af528] testing::UnitTest::Run() 24: [0x563578374887] main 24: [0x7f9ccfc29d90] 24: [0x7f9ccfc29e40] __libc_start_main 24: [0x5635783767b5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (450 ms) 24: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x563383a443c9] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5633839d3e4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69) [0x5633839cc339] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x42c) [0x5633839cf24c] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x563383a144f1] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x838f5) [0x563383a028f5] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84045) [0x563383a03045] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84b71) [0x563383a03b71] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x563383a055ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x563383a03528] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x5633839c8887] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9c26c29d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9c26c29e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5633839ca7b5] 24: 24: demangled test_f1: 24: [0x563383a443c9] Kokkos::Impl::save_stacktrace() 24: [0x5633839d3e4f] Test::stacktrace_test_f1(std::ostream&) 24: [0x5633839cc339] Test::test_stacktrace(bool, bool) 24: [0x5633839cf24c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 24: [0x563383a144f1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x563383a028f5] 24: [0x563383a03045] 24: [0x563383a03b71] 24: [0x563383a055ac] testing::internal::UnitTestImpl::RunAllTests() 24: [0x563383a03528] testing::UnitTest::Run() 24: [0x5633839c8887] main 24: [0x7f9c26c29d90] 24: [0x7f9c26c29e40] __libc_start_main 24: [0x5633839ca7b5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x563383a443c9] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x5633839d3e4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x5633839d42a8] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x5633839ccc0f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x42c) [0x5633839cf24c] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x563383a144f1] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x838f5) [0x563383a028f5] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84045) [0x563383a03045] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84b71) [0x563383a03b71] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x563383a055ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x563383a03528] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x5633839c8887] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9c26c29d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9c26c29e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5633839ca7b5] 24: 24: demangled test_f3: 24: [0x563383a443c9] Kokkos::Impl::save_stacktrace() 24: [0x5633839d3e4f] Test::stacktrace_test_f1(std::ostream&) 24: [0x5633839d42a8] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x5633839ccc0f] Test::test_stacktrace(bool, bool) 24: [0x5633839cf24c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 24: [0x563383a144f1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x563383a028f5] 24: [0x563383a03045] 24: [0x563383a03b71] 24: [0x563383a055ac] testing::internal::UnitTestImpl::RunAllTests() 24: [0x563383a03528] testing::UnitTest::Run() 24: [0x5633839c8887] main 24: [0x7f9c26c29d90] 24: [0x7f9c26c29e40] __libc_start_main 24: [0x5633839ca7b5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o 24: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (715 ms) 24: [----------] 2 tests from defaultdevicetype_DeathTest (1166 ms total) 24: 24: [----------] 1 test from defaultdevicetype 24: [ RUN ] defaultdevicetype.stacktrace_normal 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56143bb253c9] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x56143bab4e4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69) [0x56143baad339] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x56143baf54f1] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x838f5) [0x56143bae38f5] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84045) [0x56143bae4045] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84b71) [0x56143bae4b71] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x56143bae65ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x56143bae4528] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x56143baa9887] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f6aaf429d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f6aaf429e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x56143baab7b5] 24: 24: demangled test_f1: 24: [0x56143bb253c9] Kokkos::Impl::save_stacktrace() 24: [0x56143bab4e4f] Test::stacktrace_test_f1(std::ostream&) 24: [0x56143baad339] Test::test_stacktrace(bool, bool) 24: [0x56143baf54f1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x56143bae38f5] 24: [0x56143bae4045] 24: [0x56143bae4b71] 24: [0x56143bae65ac] testing::internal::UnitTestImpl::RunAllTests() 24: [0x56143bae4528] testing::UnitTest::Run() 24: [0x56143baa9887] main 24: [0x7f6aaf429d90] 24: [0x7f6aaf429e40] __libc_start_main 24: [0x56143baab7b5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x56143bb253c9] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x56143bab4e4f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x56143bab52a8] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x56143baadc0f] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x56143baf54f1] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x838f5) [0x56143bae38f5] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84045) [0x56143bae4045] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x84b71) [0x56143bae4b71] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x139c) [0x56143bae65ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x56143bae4528] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x56143baa9887] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f6aaf429d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f6aaf429e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x56143baab7b5] 24: 24: demangled test_f3: 24: [0x56143bb253c9] Kokkos::Impl::save_stacktrace() 24: [0x56143bab4e4f] Test::stacktrace_test_f1(std::ostream&) 24: [0x56143bab52a8] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x56143baadc0f] Test::test_stacktrace(bool, bool) 24: [0x56143baf54f1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x56143bae38f5] 24: [0x56143bae4045] 24: [0x56143bae4b71] 24: [0x56143bae65ac] testing::internal::UnitTestImpl::RunAllTests() 24: [0x56143bae4528] testing::UnitTest::Run() 24: [0x56143baa9887] main 24: [0x7f6aaf429d90] 24: [0x7f6aaf429e40] __libc_start_main 24: [0x56143baab7b5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 24: [----------] 1 test from defaultdevicetype (0 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 3 tests from 2 test suites ran. (1166 ms total) 24: [ PASSED ] 3 tests. 24/56 Test #24: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.39 sec test 25 Start 25: Kokkos_CoreUnitTest_CTestDevice 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 25: Test timeout computed to be: 1500 25: [==========] Running 8 tests from 2 test suites. 25: [----------] Global test environment set-up. 25: [----------] 5 tests from ctest_environment_DeathTest 25: [ RUN ] ctest_environment_DeathTest.invalid_rank 25: [ OK ] ctest_environment_DeathTest.invalid_rank (91 ms) 25: [ RUN ] ctest_environment_DeathTest.no_type_str 25: [ OK ] ctest_environment_DeathTest.no_type_str (95 ms) 25: [ RUN ] ctest_environment_DeathTest.missing_type 25: [ OK ] ctest_environment_DeathTest.missing_type (627 ms) 25: [ RUN ] ctest_environment_DeathTest.no_id_str 25: [ OK ] ctest_environment_DeathTest.no_id_str (110 ms) 25: [ RUN ] ctest_environment_DeathTest.invalid_id_str 25: [ OK ] ctest_environment_DeathTest.invalid_id_str (282 ms) 25: [----------] 5 tests from ctest_environment_DeathTest (1208 ms total) 25: 25: [----------] 3 tests from ctest_environment 25: [ RUN ] ctest_environment.no_device_type 25: [ OK ] ctest_environment.no_device_type (0 ms) 25: [ RUN ] ctest_environment.no_process_count 25: [ OK ] ctest_environment.no_process_count (0 ms) 25: [ RUN ] ctest_environment.good 25: [ OK ] ctest_environment.good (0 ms) 25: [----------] 3 tests from ctest_environment (0 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 8 tests from 2 test suites ran. (1208 ms total) 25: [ PASSED ] 8 tests. 25/56 Test #25: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.22 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 26: Test timeout computed to be: 1500 26/56 Test #26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.00 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 27: Test timeout computed to be: 1500 27: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 27/56 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 28 Start 28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 28: Test timeout computed to be: 1500 28/56 Test #28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 29 Start 29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 29: Environment variables: 29: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 29: Test timeout computed to be: 1500 29/56 Test #29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 30 Start 30: Kokkos_CoreUnitTest_DeviceAndThreads 30: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8324/build-tests/core/unit_test/TestDeviceAndThreads.py" "-v" 30: Test timeout computed to be: 1500 [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o 30: test_device_id (__main__.KokkosInitializationTestCase) ... ok [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o 30: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 30: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 30: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 30: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 30: 30: ---------------------------------------------------------------------- 30: Ran 5 tests in 2.828s 30: 30: OK (skipped=1) 30/56 Test #30: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 3.01 sec test 31 Start 31: Kokkos_ContainersUnitTest_Serial 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 31: Test timeout computed to be: 1500 31: 31: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 31: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 31: setting CUDA_VISIBLE_DEVICES. 31: This could on multi GPU systems lead to severe performance" 31: penalties. 31: [==========] Running 77 tests from 2 test suites. 31: [----------] Global test environment set-up. 31: [----------] 2 tests from serial_DeathTest 31: [ RUN ] serial_DeathTest.dualview_external_view_construction [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o 31: [ OK ] serial_DeathTest.dualview_external_view_construction (437 ms) 31: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o 31: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (7306 ms) 31: [----------] 2 tests from serial_DeathTest (7743 ms total) 31: 31: [----------] 75 tests from serial 31: [ RUN ] serial.bitset 31: [ OK ] serial.bitset (1418 ms) 31: [ RUN ] serial.bitset_default_constructor_no_alloc 31: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 31: [ RUN ] serial.dualview_combination 31: [ OK ] serial.dualview_combination (0 ms) 31: [ RUN ] serial.dualview_alloc 31: [ OK ] serial.dualview_alloc (0 ms) 31: [ RUN ] serial.test_dualview_copy_construction_and_assignment 31: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 31: [ RUN ] serial.dualview_combinations_without_init 31: [ OK ] serial.dualview_combinations_without_init (0 ms) 31: [ RUN ] serial.dualview_deep_copy 31: [ OK ] serial.dualview_deep_copy (0 ms) 31: [ RUN ] serial.dualview_sync_should_fence 31: [ OK ] serial.dualview_sync_should_fence (0 ms) 31: [ RUN ] serial.dualview_realloc 31: [ OK ] serial.dualview_realloc (0 ms) 31: [ RUN ] serial.dualview_resize 31: [ OK ] serial.dualview_resize (0 ms) 31: [ RUN ] serial.dualview_device_correct_kokkos_device 31: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 31: [ RUN ] serial.dualview_host_correct_kokkos_device 31: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 31: [ RUN ] serial.dualview_host_modify_template_device_sync 31: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 31: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 31: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 31: [ RUN ] serial.dualview_device_modify_template_host_sync 31: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 31: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 31: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 31: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 31: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 31: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 31: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 31: [ RUN ] serial.dualview_sequential_host_init 31: [ OK ] serial.dualview_sequential_host_init (0 ms) 31: [ RUN ] serial.dualview_default_constructed 31: [ OK ] serial.dualview_default_constructed (0 ms) 31: [ RUN ] serial.dualview_resize_single_device 31: [ OK ] serial.dualview_resize_single_device (0 ms) 31: [ RUN ] serial.dynamic_view 31: [ OK ] serial.dynamic_view (12 ms) 31: [ RUN ] serial.dyn_rank_view_api_generic 31: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 31: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 31: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 31: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 31: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 31: skipping since not default execution space 31: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 31: [ RUN ] serial.dyn_rank_view_api_operator_rank67 31: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 31: [ RUN ] serial.dyn_rank_view_ctor_from_members 31: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 31: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 31: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 31: [ RUN ] serial.dyn_rank_view_layout_member 31: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 31: [ RUN ] serial.dyn_rank_view_team_scratch 31: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 31: [ RUN ] serial.view_customization_extra_int_arg 31: [ OK ] serial.view_customization_extra_int_arg (0 ms) 31: [ RUN ] serial.ErrorReporterViaLambda 31: [ OK ] serial.ErrorReporterViaLambda (0 ms) 31: [ RUN ] serial.ErrorReporter 31: [ OK ] serial.ErrorReporter (0 ms) 31: [ RUN ] serial.offsetview_construction 31: [ OK ] serial.offsetview_construction (22 ms) 31: [ RUN ] serial.offsetview_unmanaged_construction 31: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 31: [ RUN ] serial.offsetview_subview 31: [ OK ] serial.offsetview_subview (2 ms) 31: [ RUN ] serial.offsetview_offsets_rank1 31: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 31: [ RUN ] serial.offsetview_offsets_rank2 31: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 31: [ RUN ] serial.offsetview_offsets_rank3 31: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 31: [ RUN ] serial.scatterview [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o 31: [ OK ] serial.scatterview (744 ms) 31: [ RUN ] serial.scatterview_devicetype 31: [ OK ] serial.scatterview_devicetype (0 ms) 31: [ RUN ] serial.staticcrsgraph 31: [ OK ] serial.staticcrsgraph (3 ms) 31: [ RUN ] serial.resize_realloc_no_init_dualview 31: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 31: [ RUN ] serial.resize_realloc_no_alloc_dualview 31: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 31: [ RUN ] serial.resize_exec_space_dualview 31: [ OK ] serial.resize_exec_space_dualview (0 ms) 31: [ RUN ] serial.realloc_exec_space_dualview 31: [ OK ] serial.realloc_exec_space_dualview (0 ms) 31: [ RUN ] serial.resize_realloc_no_init_dynrankview 31: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 31: [ RUN ] serial.resize_exec_space_dynrankview 31: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 31: [ RUN ] serial.realloc_exec_space_dynrankview 31: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 31: [ RUN ] serial.resize_realloc_no_init_scatterview 31: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 31: [ RUN ] serial.resize_realloc_no_alloc_scatterview 31: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 31: [ RUN ] serial.resize_exec_space_scatterview 31: [ OK ] serial.resize_exec_space_scatterview (0 ms) 31: [ RUN ] serial.realloc_exec_space_scatterview 31: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 31: [ RUN ] serial.create_mirror_no_init_dynrankview 31: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 31: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 31: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 31: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 31: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 31: [ RUN ] serial.create_mirror_no_init_offsetview 31: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 31: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 31: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 31: [ RUN ] serial.create_mirror_view_and_copy_offsetview 31: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 31: [ RUN ] serial.create_mirror_no_init_dynamicview 31: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 31: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 31: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 31: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 31: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 31: [ RUN ] serial.UnorderedMap_insert [ 62%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 62%] Built target Kokkos_PerformanceTest_SharedSpace [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o 31: [ OK ] serial.UnorderedMap_insert (2502 ms) 31: [ RUN ] serial.UnorderedMap_failed_insert [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o 31: [ OK ] serial.UnorderedMap_failed_insert (2162 ms) 31: [ RUN ] serial.UnorderedMap_deep_copy 31: [ OK ] serial.UnorderedMap_deep_copy (2 ms) 31: [ RUN ] serial.UnorderedMap_valid_empty 31: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 31: [ RUN ] serial.UnorderedMap_clear_zero_size 31: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 31: [ RUN ] serial.UnorderedMap_consistent_size 31: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 31: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 31: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 31: [ RUN ] serial.UnorderedMap_lambda_capturable 31: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 31: [ RUN ] serial.UnorderedMap_constructor_view_alloc 31: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 31: [ RUN ] serial.UnorderedMap_View_as_value 31: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 31: [ RUN ] serial.vector_combination 31: [ OK ] serial.vector_combination (0 ms) 31: [ RUN ] serial.vector_insert 31: [ OK ] serial.vector_insert (0 ms) 31: [ RUN ] serial.vector_push_back_default_exec 31: [ OK ] serial.vector_push_back_default_exec (0 ms) 31: [----------] 75 tests from serial (6886 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 77 tests from 2 test suites ran. (14630 ms total) 31: [ PASSED ] 76 tests. 31: [ SKIPPED ] 1 test, listed below: 31: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 31/56 Test #31: Kokkos_ContainersUnitTest_Serial ........................... Passed 14.91 sec test 32 Start 32: Kokkos_ContainersUnitTest_Cuda 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 32: Test timeout computed to be: 1500 32: 32: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 32: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 32: setting CUDA_VISIBLE_DEVICES. 32: This could on multi GPU systems lead to severe performance" 32: penalties. 32: [==========] Running 77 tests from 2 test suites. 32: [----------] Global test environment set-up. 32: [----------] 2 tests from cuda_DeathTest 32: [ RUN ] cuda_DeathTest.dualview_external_view_construction 32: [ OK ] cuda_DeathTest.dualview_external_view_construction (504 ms) 32: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o 32: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (7511 ms) 32: [----------] 2 tests from cuda_DeathTest (8015 ms total) 32: 32: [----------] 75 tests from cuda 32: [ RUN ] cuda.bitset 32: [ OK ] cuda.bitset (23 ms) 32: [ RUN ] cuda.bitset_default_constructor_no_alloc 32: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 32: [ RUN ] cuda.dualview_combination 32: [ OK ] cuda.dualview_combination (0 ms) 32: [ RUN ] cuda.dualview_alloc 32: [ OK ] cuda.dualview_alloc (0 ms) 32: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 32: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 32: [ RUN ] cuda.dualview_combinations_without_init 32: [ OK ] cuda.dualview_combinations_without_init (0 ms) 32: [ RUN ] cuda.dualview_deep_copy 32: [ OK ] cuda.dualview_deep_copy (3 ms) 32: [ RUN ] cuda.dualview_sync_should_fence 32: [ OK ] cuda.dualview_sync_should_fence (1 ms) 32: [ RUN ] cuda.dualview_realloc 32: [ OK ] cuda.dualview_realloc (1 ms) 32: [ RUN ] cuda.dualview_resize 32: [ OK ] cuda.dualview_resize (2 ms) 32: [ RUN ] cuda.dualview_device_correct_kokkos_device 32: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 32: [ RUN ] cuda.dualview_host_correct_kokkos_device 32: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 32: [ RUN ] cuda.dualview_host_modify_template_device_sync 32: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 32: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 32: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 32: [ RUN ] cuda.dualview_device_modify_template_host_sync 32: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 32: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 32: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 32: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 32: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 32: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 32: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 32: [ RUN ] cuda.dualview_sequential_host_init 32: [ OK ] cuda.dualview_sequential_host_init (2 ms) 32: [ RUN ] cuda.dualview_default_constructed 32: [ OK ] cuda.dualview_default_constructed (0 ms) 32: [ RUN ] cuda.dualview_resize_single_device 32: [ OK ] cuda.dualview_resize_single_device (0 ms) 32: [ RUN ] cuda.dynamic_view 32: [ OK ] cuda.dynamic_view (61 ms) 32: [ RUN ] cuda.dyn_rank_view_api_generic 32: [ OK ] cuda.dyn_rank_view_api_generic (25 ms) 32: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 32: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (2 ms) 32: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 32: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (0 ms) 32: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 32: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 32: [ RUN ] cuda.dyn_rank_view_ctor_from_members 32: [ OK ] cuda.dyn_rank_view_ctor_from_members (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_layout_member 32: [ OK ] cuda.dyn_rank_view_layout_member (0 ms) 32: [ RUN ] cuda.dyn_rank_view_team_scratch 32: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 32: [ RUN ] cuda.view_customization_extra_int_arg 32: [ OK ] cuda.view_customization_extra_int_arg (1 ms) 32: [ RUN ] cuda.ErrorReporterViaLambda 32: [ OK ] cuda.ErrorReporterViaLambda (2 ms) 32: [ RUN ] cuda.ErrorReporter 32: [ OK ] cuda.ErrorReporter (2 ms) 32: [ RUN ] cuda.offsetview_construction 32: [ OK ] cuda.offsetview_construction (7 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 (8 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 [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.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_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 64%] Built target Kokkos_PerformanceTest_Mempool [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o 32: [ OK ] cuda.scatterview (11513 ms) 32: [ RUN ] cuda.scatterview_devicetype 32: [ OK ] cuda.scatterview_devicetype (26 ms) 32: [ RUN ] cuda.staticcrsgraph 32: [ OK ] cuda.staticcrsgraph (45 ms) 32: [ RUN ] cuda.resize_realloc_no_init_dualview 32: [ OK ] cuda.resize_realloc_no_init_dualview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_alloc_dualview 32: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 32: [ RUN ] cuda.resize_exec_space_dualview 32: [ OK ] cuda.resize_exec_space_dualview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_dualview 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestWithoutInitializing.hpp:155: Skipped 32: skipping since CudaUVMSpace requires additional fences 32: [ SKIPPED ] cuda.realloc_exec_space_dualview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_init_dynrankview 32: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 32: [ RUN ] cuda.resize_exec_space_dynrankview 32: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_dynrankview 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestWithoutInitializing.hpp:247: Skipped 32: skipping since CudaUVMSpace requires additional fences 32: [ SKIPPED ] cuda.realloc_exec_space_dynrankview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_init_scatterview 32: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 32: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 32: [ RUN ] cuda.resize_exec_space_scatterview 32: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_scatterview 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestWithoutInitializing.hpp:386: Skipped 32: skipping since CudaUVMSpace requires additional fences 32: [ SKIPPED ] cuda.realloc_exec_space_scatterview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynrankview 32: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 32: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestWithoutInitializing.hpp:496: Skipped 32: skipping since CudaUVMSpace requires additional fences 32: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_offsetview 32: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 32: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestWithoutInitializing.hpp:600: Skipped 32: skipping since CudaUVMSpace requires additional fences 32: [ SKIPPED ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynamicview 32: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestWithoutInitializing.hpp:672: Skipped 32: skipping since CudaUVMSpace requires additional fences 32: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 32: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 32: [ RUN ] cuda.UnorderedMap_insert [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 65%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 66%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 66%] Built target Kokkos_Benchmark_Atomic_MinMax [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 66%] Built target Kokkos_PerformanceTest_Reduction [ 66%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o 32: [ OK ] cuda.UnorderedMap_insert (10743 ms) 32: [ RUN ] cuda.UnorderedMap_failed_insert [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 67%] Built target Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o 32: [ OK ] cuda.UnorderedMap_failed_insert (3970 ms) 32: [ RUN ] cuda.UnorderedMap_deep_copy 32: [ OK ] cuda.UnorderedMap_deep_copy (20 ms) 32: [ RUN ] cuda.UnorderedMap_valid_empty 32: [ OK ] cuda.UnorderedMap_valid_empty (6 ms) 32: [ RUN ] cuda.UnorderedMap_clear_zero_size 32: [ OK ] cuda.UnorderedMap_clear_zero_size (1 ms) 32: [ RUN ] cuda.UnorderedMap_consistent_size 32: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 32: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 32: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 32: [ RUN ] cuda.UnorderedMap_lambda_capturable 32: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 32: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 32: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 32: [ RUN ] cuda.UnorderedMap_View_as_value 32: [ OK ] cuda.UnorderedMap_View_as_value (0 ms) 32: [ RUN ] cuda.vector_combination 32: [ OK ] cuda.vector_combination (1 ms) 32: [ RUN ] cuda.vector_insert 32: [ OK ] cuda.vector_insert (1 ms) 32: [ RUN ] cuda.vector_push_back_default_exec 32: [ OK ] cuda.vector_push_back_default_exec (0 ms) 32: [----------] 75 tests from cuda (26497 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 77 tests from 2 test suites ran. (34513 ms total) 32: [ PASSED ] 71 tests. 32: [ SKIPPED ] 6 tests, listed below: 32: [ SKIPPED ] cuda.realloc_exec_space_dualview 32: [ SKIPPED ] cuda.realloc_exec_space_dynrankview 32: [ SKIPPED ] cuda.realloc_exec_space_scatterview 32: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview 32: [ SKIPPED ] cuda.create_mirror_view_and_copy_offsetview 32: [ SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview 32/56 Test #32: Kokkos_ContainersUnitTest_Cuda ............................. Passed 34.85 sec test 33 Start 33: Kokkos_ContainersPerformanceTest_Cuda 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 33: Test timeout computed to be: 1500 33: 33: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 33: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 33: setting CUDA_VISIBLE_DEVICES. 33: This could on multi GPU systems lead to severe performance" 33: penalties. 33: [==========] Running 4 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 4 tests from TEST_CATEGORY 33: [ RUN ] TEST_CATEGORY.dynrankview_perf 33: Cuda 33: DynRankView vs View: Initialization Only 33: View time (init only): 0.00130103 33: View sum computation time: 0.00130103 33: Strided View time (init only): 0.00122035 [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o 33: View Rank7 time (init only): 0.00126716 33: DynRankView time (init only): 0.00127333 33: DynRankView sum computation time: 0.00238183 33: Ratio of View to DynRankView time: 1.02175 33: Ratio of View to DynRankView sum computation time: 0.996133 33: Ratio of View to View Rank7 time: 1.02673 33: Ratio of StrideView to DynRankView time: 0.958393 33: Ratio of DynRankView to View Rank7 time: 1.00487 33: [ OK ] TEST_CATEGORY.dynrankview_perf (455 ms) 33: [ RUN ] TEST_CATEGORY.global_2_local 33: Cuda 33: size, create, generate, fill, find 33: 256, 0.00118066, 2.457e-05, 0.00193875, 0.00162366 33: 512, 0.00101216, 8.42e-06, 2.047e-05, 0.00162339 33: 1024, 0.00102495, 1.011e-05, 2.146e-05, 0.00162762 33: 2048, 0.00102884, 8.31e-06, 2.305e-05, 0.00167643 33: 4096, 0.000712981, 9.03e-06, 2.235e-05, 0.00172653 33: 8192, 0.000844052, 8.981e-06, 3.0129e-05, 0.00170751 33: 16384, 0.000819702, 8.471e-06, 2.8431e-05, 0.00181143 33: 32768, 0.00100289, 8.54e-06, 3.216e-05, 0.00194241 33: 65536, 0.00146987, 8.791e-06, 4.6571e-05, 0.00232118 33: 131072, 0.00194344, 1.439e-05, 7.2161e-05, 0.00351111 33: 262144, 0.00279077, 1.0181e-05, 0.000120481, 0.00489005 33: 524288, 0.0048763, 2.5391e-05, 0.000214954, 0.0101528 33: 1048576, 0.00746571, 1.797e-05, 0.000556288, 0.0237693 33: 2097152, 0.0134412, 2.739e-05, 0.00143185, 0.0660211 33: 4194304, 0.0255804, 4.3421e-05, 0.00328627, 0.153061 33: [ OK ] TEST_CATEGORY.global_2_local (362 ms) 33: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 33: skipping test 33: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 33: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 33: skipping test 33: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 33: [----------] 4 tests from TEST_CATEGORY (817 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 4 tests from 1 test suite ran. (817 ms total) 33: [ PASSED ] 4 tests. 33/56 Test #33: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 1.06 sec test 34 Start 34: Kokkos_UnitTest_Sort 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Sort 34: Test timeout computed to be: 1500 34: 34: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 34: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 34: setting CUDA_VISIBLE_DEVICES. 34: This could on multi GPU systems lead to severe performance" 34: penalties. 34: [==========] Running 17 tests from 2 test suites. 34: [----------] Global test environment set-up. 34: [----------] 1 test from cuda_DeathTest 34: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o 34: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (1465 ms) 34: [----------] 1 test from cuda_DeathTest (1465 ms total) 34: 34: [----------] 16 tests from cuda 34: [ RUN ] cuda.SortUnsignedValueType 34: [ OK ] cuda.SortUnsignedValueType (18 ms) 34: [ RUN ] cuda.SortEmptyView 34: [ OK ] cuda.SortEmptyView (0 ms) 34: [ RUN ] cuda.SortByKeyEmptyView 34: [ OK ] cuda.SortByKeyEmptyView (0 ms) 34: [ RUN ] cuda.SortByKeyEmptyViewHost 34: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 34: [ RUN ] cuda.SortByKey 34: [ OK ] cuda.SortByKey (2 ms) 34: [ RUN ] cuda.SortByKeyWithComparator 34: [ OK ] cuda.SortByKeyWithComparator (2 ms) 34: [ RUN ] cuda.SortByKeyStaticExtents 34: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 34: [ RUN ] cuda.SortByKeyWithStrides 34: [ OK ] cuda.SortByKeyWithStrides (0 ms) 34: [ RUN ] cuda.SortWithCustomComparator 34: [ OK ] cuda.SortWithCustomComparator (99 ms) 34: [ RUN ] cuda.BinSortGenericTests 34: [ OK ] cuda.BinSortGenericTests (38 ms) 34: [ RUN ] cuda.BinSortEmptyView 34: [ OK ] cuda.BinSortEmptyView (0 ms) 34: [ RUN ] cuda.BinSortEmptyKeysView 34: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 34: [ RUN ] cuda.BinSort_issue_7221 34: [ OK ] cuda.BinSort_issue_7221 (0 ms) 34: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 68%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 68%] Built target Kokkos_ContainersPerformanceTest_HIP [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o 34: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (8538 ms) 34: [ RUN ] cuda.NestedSort 34: [ OK ] cuda.NestedSort (36 ms) 34: [ RUN ] cuda.NestedSortByKey 34: [ OK ] cuda.NestedSortByKey (94 ms) 34: [----------] 16 tests from cuda (8834 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 17 tests from 2 test suites ran. (10300 ms total) 34: [ PASSED ] 17 tests. 34/56 Test #34: Kokkos_UnitTest_Sort ....................................... Passed 10.66 sec test 35 Start 35: Kokkos_UnitTest_Random 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Random 35: Test timeout computed to be: 1500 35: 35: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 35: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 35: setting CUDA_VISIBLE_DEVICES. 35: This could on multi GPU systems lead to severe performance" 35: penalties. 35: [==========] Running 3 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 3 tests from cuda 35: [ RUN ] cuda.Random_XorShift64 35: Test Seed:1758637424261476754 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.00339146 -0.000111235 || 0.051031 28068 29349 || 28772 28674.4 || -1.53771 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.015158 0.00118266 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.48297e-07 -0.0072691 -0.0184333 || 0.051031 27979 29328 || 28884.4 28674.4 || -254.822 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.58387e-07 -0.000195748 -0.0130988 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0331144 -0.0129684 || 0.051031 27996 29395 || 29656.4 28674.4 || -179.275 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00628604 0.00140449 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0214343 -0.00328588 || 0.051031 27965 29362 || 29302.5 28674.4 || -45.4239 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00775008 0.000176038 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.000244306 -0.99999 -48244.5 || 0.051031 0 195089 || 2.92842e+09 28674.4 || -6.66931e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.000731874 -0.324394 0.155722 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.00195668 -0.999999 -57859.2 || 0.051031 0 1.55322e+06 || 2.86935e+10 28674.4 || -7.99846e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.00587995 -0.96787 10.3797 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.73523e-07 -0.000732028 -0.011629 || 0.051031 28013 29386 || 28695.4 28674.4 || -160.759 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 7.34064e-07 0.00112657 -0.0147749 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 0.00362017 -0.0125937 || 0.051031 27995 29318 || 28571 28674.4 || -174.096 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00606336 -0.00549003 || 0.051031 1e+64 -1e+64 35: Test Seed:1758637424439317185 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 0.00376706 0.0326799 || 0.051031 27989 29313 || 28566.8 28674.4 || 451.767 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -7.53152e-05 0.004626 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.00143825 0.0016918 || 0.051031 27985 29336 || 28715.7 28674.4 || 23.3874 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.0132962 0.00342539 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.0146465 0.0144032 || 0.051031 28034 29292 || 29100.6 28674.4 || 199.109 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 0.00523943 -0.00677885 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 -0.00144804 0.00858884 || 0.051031 27967 29331 || 28716 28674.4 || 118.732 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00231863 0.0072379 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.000245121 -0.99999 -48246.8 || 0.051031 0 195180 || 2.92889e+09 28674.4 || -6.66964e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.000734216 -0.310962 0.149783 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.00195816 -0.999999 -57856.5 || 0.051031 0 1.55148e+06 || 2.86901e+10 28674.4 || -7.99808e+08 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 0.00588489 -0.96769 10.221 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.73523e-07 0.0170199 -0.0366311 || 0.051031 28011 29335 || 28194.5 28674.4 || -506.389 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 7.34064e-07 0.01521 0.000702331 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 6.43252e-07 0.0068536 0.012285 || 0.051031 28047 29329 || 28479.2 28674.4 || 169.828 -2.0744 35: -- Testing 3-D histogram 35: Density 3D: 6.43252e-07 -0.00355812 -0.00596195 || 0.051031 1e+64 -1e+64 35: [ OK ] cuda.Random_XorShift64 (350 ms) 35: [ RUN ] cuda.Random_XorShift1024_0 35: Test Seed:1758637424612091610 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.0244493 0.00161624 || 0.051031 10927 11814 || 11662.1 11377 || 22.3429 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.00213232 0.00170904 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.00927269 -0.00214686 || 0.051031 10968 11755 || 11272.4 11377 || -29.6782 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.0133917 0.00420661 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.00703162 0.00399452 || 0.051031 10959 11768 || 11297.5 11377 || 55.2202 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.00242522 0.000195909 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.00275192 0.00918968 || 0.051031 10973 11811 || 11408.4 11377 || 127.038 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.0173744 -0.00128271 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.00024392 -0.999975 -7594.38 || 0.051031 0 77553 || 4.6105e+08 11377 || -1.04985e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.000731545 -0.150016 0.0211936 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.00196482 -0.999997 -9107.75 || 0.051031 0 616270 || 4.51626e+09 11377 || -1.25906e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.00590501 -0.922574 1.60808 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.60671e-07 -0.010956 -0.000121636 || 0.051031 10970 11820 || 11503 11377 || -1.68149 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.86102e-07 0.00211584 0.00470886 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.0173686 0.0121469 || 0.051031 10995 11771 || 11578.1 11377 || 167.919 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.00373537 0.0007733 || 0.051031 1e+64 -1e+64 35: Test Seed:1758637424725429796 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 0.00326075 -0.00601946 || 0.051031 10943 11838 || 11340 11377 || -83.213 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.0181218 0.0021617 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.000818456 0.0114887 || 0.051031 10950 11805 || 11386.3 11377 || 158.82 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.00336939 -0.00100295 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.00255274 -0.000650863 || 0.051031 10936 11776 || 11406.1 11377 || -8.99753 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 -0.00250983 -0.00133735 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.017289 0.000211786 || 0.051031 10926 11771 || 11577.1 11377 || 2.92774 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.00922362 -0.0029312 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.000245339 -0.999975 -7595.62 || 0.051031 0 77664 || 4.61069e+08 11377 || -1.05002e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.000735709 -0.166658 0.0335978 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0.00194717 -0.999997 -9107.99 || 0.051031 0 616685 || 4.51685e+09 11377 || -1.25909e+08 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 0.00585282 -0.923114 1.62215 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.79744e-07 0.020268 -0.00519836 || 0.051031 10989 11796 || 11151 11377 || -71.8622 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 3.43323e-07 0.024971 -0.00103583 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 2.47955e-07 -0.00433673 0.00182206 || 0.051031 10926 11789 || 11426.5 11377 || 25.1881 -0.823045 35: -- Testing 3-D histogram 35: Density 3D: 2.47955e-07 0.0193237 0.00179591 || 0.051031 1e+64 -1e+64 35: [ OK ] cuda.Random_XorShift1024_0 (249 ms) 35: [ RUN ] cuda.Multi_streams 35: [ OK ] cuda.Multi_streams (275 ms) 35: [----------] 3 tests from cuda (875 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 3 tests from 1 test suite ran. (875 ms total) 35: [ PASSED ] 3 tests. 35/56 Test #35: Kokkos_UnitTest_Random ..................................... Passed 1.11 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_A 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 36: Test timeout computed to be: 1500 36: 36: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 36: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 36: setting CUDA_VISIBLE_DEVICES. 36: This could on multi GPU systems lead to severe performance" 36: penalties. 36: [==========] Running 16 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from std_algorithms_DeathTest 36: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 36: [ OK ] std_algorithms_DeathTest.expect_no_overlap (1 ms) 36: [----------] 1 test from std_algorithms_DeathTest (1 ms total) 36: 36: [----------] 3 tests from std_algorithms_reducers 36: [ RUN ] std_algorithms_reducers.max_first_loc 36: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_first_loc 36: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 36: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 36: [----------] 3 tests from std_algorithms_reducers (0 ms total) 36: 36: [----------] 1 test from std_algorithms 36: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 36: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 36: [----------] 1 test from std_algorithms (0 ms total) 36: 36: [----------] 11 tests from random_access_iterator_test 36: [ RUN ] random_access_iterator_test.constructor 36: [ OK ] random_access_iterator_test.constructor (0 ms) 36: [ RUN ] random_access_iterator_test.constructiblity 36: [ OK ] random_access_iterator_test.constructiblity (0 ms) 36: [ RUN ] random_access_iterator_test.dereference 36: [ OK ] random_access_iterator_test.dereference (2 ms) 36: [ RUN ] random_access_iterator_test.subscript_operator 36: [ OK ] random_access_iterator_test.subscript_operator (1 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet1 36: [ OK ] random_access_iterator_test.operatorsSet1 (2 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet2 36: [ OK ] random_access_iterator_test.operatorsSet2 (2 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet3 36: [ OK ] random_access_iterator_test.operatorsSet3 (2 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet4 36: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 36: [ RUN ] random_access_iterator_test.assignment_operator 36: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 36: [ RUN ] random_access_iterator_test.distance 36: [ OK ] random_access_iterator_test.distance (0 ms) 36: [ RUN ] random_access_iterator_test.traits_helpers 36: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 36: [----------] 11 tests from random_access_iterator_test (15 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 16 tests from 4 test suites ran. (17 ms total) 36: [ PASSED ] 16 tests. 36/56 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.25 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_B 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 37: Test timeout computed to be: 1500 37: 37: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 37: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 37: setting CUDA_VISIBLE_DEVICES. 37: This could on multi GPU systems lead to severe performance" 37: penalties. 37: [==========] Running 7 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 7 tests from std_algorithms_min_max_element_test 37: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (11 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (9 ms) 37: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 37: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (10 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 37: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (10 ms) 37: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 37: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (13 ms) 37: [----------] 7 tests from std_algorithms_min_max_element_test (57 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 7 tests from 1 test suite ran. (57 ms total) 37: [ PASSED ] 7 tests. 37/56 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.29 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_C 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 38: Test timeout computed to be: 1500 38: 38: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 38: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 38: setting CUDA_VISIBLE_DEVICES. 38: This could on multi GPU systems lead to severe performance" 38: penalties. 38: [==========] Running 13 tests from 10 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_lexicographical_compare_test 38: [ RUN ] std_algorithms_lexicographical_compare_test.test 38: [ OK ] std_algorithms_lexicographical_compare_test.test (42 ms) 38: [----------] 1 test from std_algorithms_lexicographical_compare_test (42 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_test 38: [ RUN ] std_algorithms_for_each_test.test 38: [ OK ] std_algorithms_for_each_test.test (123 ms) 38: [----------] 1 test from std_algorithms_for_each_test (123 ms total) 38: 38: [----------] 1 test from std_algorithms_find_test 38: [ RUN ] std_algorithms_find_test.test 38: [ OK ] std_algorithms_find_test.test (47 ms) 38: [----------] 1 test from std_algorithms_find_test (47 ms total) 38: 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o 38: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1172 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_end [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o 38: [ OK ] std_algorithms_non_mod_seq_ops.find_end (829 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o 38: [ OK ] std_algorithms_non_mod_seq_ops.search (820 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 38: [ OK ] std_algorithms_non_mod_seq_ops.search_n (609 ms) 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3431 ms total) 38: 38: [----------] 1 test from std_algorithms_count_test 38: [ RUN ] std_algorithms_count_test.test 38: [ OK ] std_algorithms_count_test.test (29 ms) 38: [----------] 1 test from std_algorithms_count_test (29 ms total) 38: 38: [----------] 1 test from std_algorithms_equal_test 38: [ RUN ] std_algorithms_equal_test.test 38: [ OK ] std_algorithms_equal_test.test (36 ms) 38: [----------] 1 test from std_algorithms_equal_test (36 ms total) 38: 38: [----------] 1 test from std_algorithms_all_any_none_of_test 38: [ RUN ] std_algorithms_all_any_none_of_test.test 38: [ OK ] std_algorithms_all_any_none_of_test.test (44 ms) 38: [----------] 1 test from std_algorithms_all_any_none_of_test (44 ms total) 38: 38: [----------] 1 test from std_algorithms_nonmod_seq_ops 38: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o 38: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (97 ms) 38: [----------] 1 test from std_algorithms_nonmod_seq_ops (98 ms total) 38: 38: [----------] 1 test from std_algorithms_mismatch_test 38: [ RUN ] std_algorithms_mismatch_test.test 38: [ OK ] std_algorithms_mismatch_test.test (134 ms) 38: [----------] 1 test from std_algorithms_mismatch_test (134 ms total) 38: 38: [----------] 1 test from std_algorithms_mod_seq_ops 38: [ RUN ] std_algorithms_mod_seq_ops.move_backward 38: [ OK ] std_algorithms_mod_seq_ops.move_backward (201 ms) 38: [----------] 1 test from std_algorithms_mod_seq_ops (201 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 13 tests from 10 test suites ran. (4189 ms total) 38: [ PASSED ] 13 tests. 38/56 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 4.45 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_D 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 39: Test timeout computed to be: 1500 39: 39: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 39: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 39: setting CUDA_VISIBLE_DEVICES. 39: This could on multi GPU systems lead to severe performance" 39: penalties. 39: [==========] Running 31 tests from 5 test suites. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from std_algorithms_mod_ops_test 39: [ RUN ] std_algorithms_mod_ops_test.move 39: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 39: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 39: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 39: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 39: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (2 ms) 39: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 39: 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy 39: [ OK ] std_algorithms_mod_seq_ops_test.copy (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 39: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill 39: [ OK ] std_algorithms_mod_seq_ops_test.fill (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 39: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate 39: [ OK ] std_algorithms_mod_seq_ops_test.generate (1 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 39: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 39: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (3 ms) 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test (15 ms total) 39: 39: [----------] 4 tests from std_algorithms_replace_ops_test 39: [ RUN ] std_algorithms_replace_ops_test.replace 39: [ OK ] std_algorithms_replace_ops_test.replace (101 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_if [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o 39: [ OK ] std_algorithms_replace_ops_test.replace_if (211 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy 39: [ OK ] std_algorithms_replace_ops_test.replace_copy (216 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o 39: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (204 ms) 39: [----------] 4 tests from std_algorithms_replace_ops_test (734 ms total) 39: 39: [----------] 11 tests from std_algorithms_mod_seq_ops 39: [ RUN ] std_algorithms_mod_seq_ops.copy_if 39: [ OK ] std_algorithms_mod_seq_ops.copy_if (101 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique 39: [ OK ] std_algorithms_mod_seq_ops.unique (236 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 39: [ OK ] std_algorithms_mod_seq_ops.unique_copy (162 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove 39: [ OK ] std_algorithms_mod_seq_ops.remove (114 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_if (110 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy (222 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (116 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate 39: [ OK ] std_algorithms_mod_seq_ops.rotate (1163 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 39: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (789 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.shift_left (2066 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_right [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o 39: [ OK ] std_algorithms_mod_seq_ops.shift_right (2068 ms) 39: [----------] 11 tests from std_algorithms_mod_seq_ops (7153 ms total) 39: 39: [----------] 1 test from std_algorithms_modseq_test 39: [ RUN ] std_algorithms_modseq_test.reverse 39: [ OK ] std_algorithms_modseq_test.reverse (212 ms) 39: [----------] 1 test from std_algorithms_modseq_test (212 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 31 tests from 5 test suites ran. (8118 ms total) 39: [ PASSED ] 31 tests. 39/56 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 8.37 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_E 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 40: Test timeout computed to be: 1500 40: 40: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 40: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 40: setting CUDA_VISIBLE_DEVICES. 40: This could on multi GPU systems lead to severe performance" 40: penalties. 40: [==========] Running 29 tests from 7 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_sorting_ops_test 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted (20 ms) 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (19 ms) 40: [----------] 2 tests from std_algorithms_sorting_ops_test (39 ms total) 40: 40: [----------] 4 tests from std_algorithms_partitioning_test 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (3 ms) 40: [ RUN ] std_algorithms_partitioning_test.partition_point 40: [ OK ] std_algorithms_partitioning_test.partition_point (2 ms) 40: [----------] 4 tests from std_algorithms_partitioning_test (9 ms total) 40: 40: [----------] 1 test from std_algorithms_partitioning_ops 40: [ RUN ] std_algorithms_partitioning_ops.partition_copy 40: [ OK ] std_algorithms_partitioning_ops.partition_copy (122 ms) 40: [----------] 1 test from std_algorithms_partitioning_ops (122 ms total) 40: 40: [----------] 12 tests from std_algorithms_numerics_test 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 40: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 40: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 40: [----------] 12 tests from std_algorithms_numerics_test (15 ms total) 40: 40: [----------] 1 test from std_algorithms_numerics_ops_test 40: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 40: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (241 ms) 40: [----------] 1 test from std_algorithms_numerics_ops_test (241 ms total) 40: 40: [----------] 8 tests from std_algorithms_numeric_ops_test 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1776 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 71%] Built target Kokkos_ContainersTestCompileOnly [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (1640 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 40: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (652 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o 40: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (1109 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 40: [----------] 8 tests from std_algorithms_numeric_ops_test (5179 ms total) 40: 40: [----------] 1 test from std_algorithms_transform_ops_test 40: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 40: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (148 ms) 40: [----------] 1 test from std_algorithms_transform_ops_test (148 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 29 tests from 7 test suites ran. (5757 ms total) 40: [ PASSED ] 29 tests. 40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 6.02 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Test timeout computed to be: 1500 41: 41: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 41: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 41: setting CUDA_VISIBLE_DEVICES. 41: This could on multi GPU systems lead to severe performance" 41: penalties. 41: [==========] Running 12 tests from 7 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_adjacent_find_team_test 41: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o 41: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (975 ms) 41: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o 41: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (942 ms) 41: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1918 ms total) 41: 41: [----------] 2 tests from std_algorithms_count_team_test 41: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 41: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (466 ms) 41: [ RUN ] std_algorithms_count_team_test.count_returns_zero 41: [ OK ] std_algorithms_count_team_test.count_returns_zero (448 ms) 41: [----------] 2 tests from std_algorithms_count_team_test (914 ms total) 41: 41: [----------] 1 test from std_algorithms_count_if_team_test 41: [ RUN ] std_algorithms_count_if_team_test.test 41: [ OK ] std_algorithms_count_if_team_test.test (423 ms) 41: [----------] 1 test from std_algorithms_count_if_team_test (423 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_team_test 41: [ RUN ] std_algorithms_for_each_team_test.test 41: [ OK ] std_algorithms_for_each_team_test.test (423 ms) 41: [----------] 1 test from std_algorithms_for_each_team_test (423 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_n_team_test 41: [ RUN ] std_algorithms_for_each_n_team_test.test 41: [ OK ] std_algorithms_for_each_n_team_test.test (494 ms) 41: [----------] 1 test from std_algorithms_for_each_n_team_test (494 ms total) 41: 41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 41: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o 41: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (996 ms) 41: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o 41: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (963 ms) 41: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o 41: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (958 ms) 41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2917 ms total) 41: 41: [----------] 2 tests from std_algorithms_mismatch_team_test 41: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o 41: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1017 ms) 41: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 41: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1025 ms) 41: [----------] 2 tests from std_algorithms_mismatch_team_test (2043 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 12 tests from 7 test suites ran. (9135 ms total) 41: [ PASSED ] 12 tests. 41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 9.37 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Test timeout computed to be: 1500 42: 42: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 42: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 42: setting CUDA_VISIBLE_DEVICES. 42: This could on multi GPU systems lead to severe performance" 42: penalties. 42: [==========] Running 8 tests from 4 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_equal_team_test 42: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o 42: [ OK ] std_algorithms_equal_team_test.views_are_equal (1706 ms) 42: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o 42: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1688 ms) 42: [----------] 2 tests from std_algorithms_equal_team_test (3395 ms total) 42: 42: [----------] 2 tests from std_algorithms_search_team_test 42: [ RUN ] std_algorithms_search_team_test.sequences_exist [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o 42: [ OK ] std_algorithms_search_team_test.sequences_exist (1026 ms) 42: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o 42: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1029 ms) 42: [----------] 2 tests from std_algorithms_search_team_test (2056 ms total) 42: 42: [----------] 2 tests from std_algorithms_find_end_team_test 42: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o 42: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1072 ms) 42: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o 42: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1055 ms) 42: [----------] 2 tests from std_algorithms_find_end_team_test (2128 ms total) 42: 42: [----------] 2 tests from std_algorithms_find_first_of_team_test 42: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 42: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1032 ms) 42: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 42: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (1137 ms) 42: [----------] 2 tests from std_algorithms_find_first_of_team_test (2170 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 8 tests from 4 test suites ran. (9750 ms total) 42: [ PASSED ] 8 tests. 42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 10.01 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Test timeout computed to be: 1500 43: 43: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 43: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 43: setting CUDA_VISIBLE_DEVICES. 43: This could on multi GPU systems lead to severe performance" 43: penalties. 43: [==========] Running 11 tests from 7 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_find_team_test 43: [ RUN ] std_algorithms_find_team_test.searched_values_exist 43: [ OK ] std_algorithms_find_team_test.searched_values_exist (457 ms) 43: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 73%] Linking CXX executable Kokkos_UnitTest_Random [ 73%] Built target Kokkos_UnitTest_Random [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o 43: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (455 ms) 43: [----------] 2 tests from std_algorithms_find_team_test (913 ms total) 43: 43: [----------] 2 tests from std_algorithms_find_if_team_test 43: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 43: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (447 ms) 43: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o 43: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (454 ms) 43: [----------] 2 tests from std_algorithms_find_if_team_test (902 ms total) 43: 43: [----------] 2 tests from std_algorithms_find_if_not_team_test 43: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 43: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (460 ms) 43: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o 43: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (444 ms) 43: [----------] 2 tests from std_algorithms_find_if_not_team_test (905 ms total) 43: 43: [----------] 1 test from std_algorithms_all_of_team_test 43: [ RUN ] std_algorithms_all_of_team_test.test [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o 43: [ OK ] std_algorithms_all_of_team_test.test (379 ms) 43: [----------] 1 test from std_algorithms_all_of_team_test (379 ms total) 43: 43: [----------] 1 test from std_algorithms_any_of_team_test 43: [ RUN ] std_algorithms_any_of_team_test.test 43: [ OK ] std_algorithms_any_of_team_test.test (377 ms) 43: [----------] 1 test from std_algorithms_any_of_team_test (377 ms total) 43: 43: [----------] 1 test from std_algorithms_none_of_team_test 43: [ RUN ] std_algorithms_none_of_team_test.test [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o 43: [ OK ] std_algorithms_none_of_team_test.test (392 ms) 43: [----------] 1 test from std_algorithms_none_of_team_test (392 ms total) 43: 43: [----------] 2 tests from std_algorithms_search_n_team_test 43: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 43: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (466 ms) 43: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 43: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (457 ms) 43: [----------] 2 tests from std_algorithms_search_n_team_test (923 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 11 tests from 7 test suites ran. (4794 ms total) 43: [ PASSED ] 11 tests. 43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 5.03 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Test timeout computed to be: 1500 [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o 44: 44: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 44: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 44: setting CUDA_VISIBLE_DEVICES. 44: This could on multi GPU systems lead to severe performance" 44: penalties. 44: [==========] Running 3 tests from 3 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_min_element_team_test 44: [ RUN ] std_algorithms_min_element_team_test.test 44: [ OK ] std_algorithms_min_element_team_test.test (1186 ms) 44: [----------] 1 test from std_algorithms_min_element_team_test (1186 ms total) 44: 44: [----------] 1 test from std_algorithms_max_element_team_test 44: [ RUN ] std_algorithms_max_element_team_test.test 44: [ OK ] std_algorithms_max_element_team_test.test (1170 ms) 44: [----------] 1 test from std_algorithms_max_element_team_test (1170 ms total) 44: 44: [----------] 1 test from std_algorithms_minmax_element_team_test 44: [ RUN ] std_algorithms_minmax_element_team_test.test [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o 44: [ OK ] std_algorithms_minmax_element_team_test.test (1182 ms) 44: [----------] 1 test from std_algorithms_minmax_element_team_test (1182 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 3 tests from 3 test suites ran. (3539 ms total) 44: [ PASSED ] 3 tests. 44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 3.78 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Test timeout computed to be: 1500 45: 45: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 45: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 45: setting CUDA_VISIBLE_DEVICES. 45: This could on multi GPU systems lead to severe performance" 45: penalties. 45: [==========] Running 6 tests from 6 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_fill_team_test 45: [ RUN ] std_algorithms_fill_team_test.test 45: [ OK ] std_algorithms_fill_team_test.test (254 ms) 45: [----------] 1 test from std_algorithms_fill_team_test (254 ms total) 45: 45: [----------] 1 test from std_algorithms_fill_n_team_test 45: [ RUN ] std_algorithms_fill_n_team_test.test [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o 45: [ OK ] std_algorithms_fill_n_team_test.test (1765 ms) 45: [----------] 1 test from std_algorithms_fill_n_team_test (1765 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_team_test 45: [ RUN ] std_algorithms_replace_team_test.test [ 75%] Linking CXX executable Kokkos_UnitTest_Sort [ 75%] Built target Kokkos_UnitTest_Sort [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o 45: [ OK ] std_algorithms_replace_team_test.test (346 ms) 45: [----------] 1 test from std_algorithms_replace_team_test (346 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_if_team_test 45: [ RUN ] std_algorithms_replace_if_team_test.test 45: [ OK ] std_algorithms_replace_if_team_test.test (285 ms) 45: [----------] 1 test from std_algorithms_replace_if_team_test (285 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_team_test 45: [ RUN ] std_algorithms_replace_copy_team_test.test 45: [ OK ] std_algorithms_replace_copy_team_test.test (725 ms) 45: [----------] 1 test from std_algorithms_replace_copy_team_test (725 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test 45: [ RUN ] std_algorithms_replace_copy_if_team_test.test [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o 45: [ OK ] std_algorithms_replace_copy_if_team_test.test (657 ms) 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test (657 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 6 tests from 6 test suites ran. (4034 ms total) 45: [ PASSED ] 6 tests. 45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 4.29 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Test timeout computed to be: 1500 46: 46: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 46: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 46: setting CUDA_VISIBLE_DEVICES. 46: This could on multi GPU systems lead to severe performance" 46: penalties. 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_reverse_team_test 46: [ RUN ] std_algorithms_reverse_team_test.test 46: [ OK ] std_algorithms_reverse_team_test.test (322 ms) 46: [----------] 1 test from std_algorithms_reverse_team_test (322 ms total) 46: 46: [----------] 1 test from std_algorithms_reverse_copy_team_test 46: [ RUN ] std_algorithms_reverse_copy_team_test.test [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o 46: [ OK ] std_algorithms_reverse_copy_team_test.test (662 ms) 46: [----------] 1 test from std_algorithms_reverse_copy_team_test (662 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_team_test 46: [ RUN ] std_algorithms_rotate_team_test.test [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o 46: [ OK ] std_algorithms_rotate_team_test.test (2139 ms) 46: [----------] 1 test from std_algorithms_rotate_team_test (2139 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_copy_team_test 46: [ RUN ] std_algorithms_rotate_copy_team_test.test [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o 46: [ OK ] std_algorithms_rotate_copy_team_test.test (2164 ms) 46: [----------] 1 test from std_algorithms_rotate_copy_team_test (2164 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (5288 ms total) 46: [ PASSED ] 4 tests. 46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 5.54 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Test timeout computed to be: 1500 47: 47: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 47: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 47: setting CUDA_VISIBLE_DEVICES. 47: This could on multi GPU systems lead to severe performance" 47: penalties. 47: [==========] Running 4 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_move_team_test 47: [ RUN ] std_algorithms_move_team_test.test [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o 47: [ OK ] std_algorithms_move_team_test.test (766 ms) 47: [----------] 1 test from std_algorithms_move_team_test (766 ms total) 47: 47: [----------] 1 test from std_algorithms_move_backward_team_test 47: [ RUN ] std_algorithms_move_backward_team_test.test [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o 47: [ OK ] std_algorithms_move_backward_team_test.test (757 ms) 47: [----------] 1 test from std_algorithms_move_backward_team_test (757 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_left_team_test 47: [ RUN ] std_algorithms_shift_left_team_test.test [ 76%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 76%] Built target Kokkos_PerformanceTest_Benchmark [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o 47: [ OK ] std_algorithms_shift_left_team_test.test (3268 ms) 47: [----------] 1 test from std_algorithms_shift_left_team_test (3268 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_right_team_test 47: [ RUN ] std_algorithms_shift_right_team_test.test [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 47: [ OK ] std_algorithms_shift_right_team_test.test (3269 ms) 47: [----------] 1 test from std_algorithms_shift_right_team_test (3269 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (8061 ms total) 47: [ PASSED ] 4 tests. 47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 8.30 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Test timeout computed to be: 1500 [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 48: 48: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 48: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 48: setting CUDA_VISIBLE_DEVICES. 48: This could on multi GPU systems lead to severe performance" 48: penalties. 48: [==========] Running 9 tests from 9 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_copy_team_test 48: [ RUN ] std_algorithms_copy_team_test.test [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o 48: [ OK ] std_algorithms_copy_team_test.test (912 ms) 48: [----------] 1 test from std_algorithms_copy_team_test (912 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_n_team_test 48: [ RUN ] std_algorithms_copy_n_team_test.test 48: [ OK ] std_algorithms_copy_n_team_test.test (2099 ms) 48: [----------] 1 test from std_algorithms_copy_n_team_test (2099 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_backward_team_test 48: [ RUN ] std_algorithms_copy_backward_team_test.test 48: [ OK ] std_algorithms_copy_backward_team_test.test (805 ms) 48: [----------] 1 test from std_algorithms_copy_backward_team_test (805 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_if_team_test 48: [ RUN ] std_algorithms_copy_if_team_test.test [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o 48: [ OK ] std_algorithms_copy_if_team_test.test (711 ms) 48: [----------] 1 test from std_algorithms_copy_if_team_test (711 ms total) 48: 48: [----------] 1 test from std_algorithms_unique_copy_team_test 48: [ RUN ] std_algorithms_unique_copy_team_test.test 48: [ OK ] std_algorithms_unique_copy_team_test.test (704 ms) 48: [----------] 1 test from std_algorithms_unique_copy_team_test (704 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_team_test 48: [ RUN ] std_algorithms_remove_team_test.test 48: [ OK ] std_algorithms_remove_team_test.test (678 ms) 48: [----------] 1 test from std_algorithms_remove_team_test (678 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_if_team_test 48: [ RUN ] std_algorithms_remove_if_team_test.test 48: [ OK ] std_algorithms_remove_if_team_test.test (634 ms) 48: [----------] 1 test from std_algorithms_remove_if_team_test (634 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_copy_team_test 48: [ RUN ] std_algorithms_remove_copy_team_test.test [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o 48: [ OK ] std_algorithms_remove_copy_team_test.test (707 ms) 48: [----------] 1 test from std_algorithms_remove_copy_team_test (707 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_copy_if_team_test 48: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o 48: [ OK ] std_algorithms_remove_copy_if_team_test.test (659 ms) 48: [----------] 1 test from std_algorithms_remove_copy_if_team_test (659 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 9 tests from 9 test suites ran. (7913 ms total) 48: [ PASSED ] 9 tests. 48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 8.17 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Test timeout computed to be: 1500 49: 49: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 49: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 49: setting CUDA_VISIBLE_DEVICES. 49: This could on multi GPU systems lead to severe performance" 49: penalties. 49: [==========] Running 4 tests from 4 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_unique_team_test 49: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 49: [ OK ] std_algorithms_unique_team_test.test_default_predicate (752 ms) 49: [----------] 1 test from std_algorithms_unique_team_test (752 ms total) 49: 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test 49: [ RUN ] std_algorithms_adjacent_difference_team_test.test 49: [ OK ] std_algorithms_adjacent_difference_team_test.test (1309 ms) 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1309 ms total) 49: 49: [----------] 1 test from std_algorithms_reduce_team_test 49: [ RUN ] std_algorithms_reduce_team_test.test [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 49: [ OK ] std_algorithms_reduce_team_test.test (1528 ms) 49: [----------] 1 test from std_algorithms_reduce_team_test (1528 ms total) 49: 49: [----------] 1 test from std_algorithms_transform_reduce_team_test 49: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 49: [ OK ] std_algorithms_transform_reduce_team_test.test (1938 ms) 49: [----------] 1 test from std_algorithms_transform_reduce_team_test (1938 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (5528 ms total) 49: [ PASSED ] 4 tests. 49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 5.79 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Test timeout computed to be: 1500 50: 50: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 50: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 50: setting CUDA_VISIBLE_DEVICES. 50: This could on multi GPU systems lead to severe performance" 50: penalties. 50: [==========] Running 18 tests from 5 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_is_sorted_team_test 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1149 ms) 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1097 ms) 50: [----------] 2 tests from std_algorithms_is_sorted_team_test (2246 ms total) 50: 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (78 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (132 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (749 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (795 ms) 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1755 ms total) 50: 50: [----------] 4 tests from std_algorithms_is_partitioned_team_test 50: [ RUN ] std_algorithms_is_partitioned_team_test.empty 50: [ OK ] std_algorithms_is_partitioned_team_test.empty (40 ms) 50: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 50: [ OK ] std_algorithms_is_partitioned_team_test.all_true (405 ms) 50: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 50: [ OK ] std_algorithms_is_partitioned_team_test.all_false (405 ms) 50: [ RUN ] std_algorithms_is_partitioned_team_test.random [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 50: [ OK ] std_algorithms_is_partitioned_team_test.random (389 ms) 50: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1241 ms total) 50: 50: [----------] 4 tests from std_algorithms_partition_copy_team_test 50: [ RUN ] std_algorithms_partition_copy_team_test.empty 50: [ OK ] std_algorithms_partition_copy_team_test.empty (43 ms) 50: [ RUN ] std_algorithms_partition_copy_team_test.all_true 50: [ OK ] std_algorithms_partition_copy_team_test.all_true (833 ms) 50: [ RUN ] std_algorithms_partition_copy_team_test.all_false 50: [ OK ] std_algorithms_partition_copy_team_test.all_false (821 ms) 50: [ RUN ] std_algorithms_partition_copy_team_test.random 50: [ OK ] std_algorithms_partition_copy_team_test.random (797 ms) 50: [----------] 4 tests from std_algorithms_partition_copy_team_test (2495 ms total) 50: 50: [----------] 4 tests from std_algorithms_partition_point_team_test 50: [ RUN ] std_algorithms_partition_point_team_test.empty 50: [ OK ] std_algorithms_partition_point_team_test.empty (32 ms) 50: [ RUN ] std_algorithms_partition_point_team_test.all_true [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o 50: [ OK ] std_algorithms_partition_point_team_test.all_true (382 ms) 50: [ RUN ] std_algorithms_partition_point_team_test.all_false 50: [ OK ] std_algorithms_partition_point_team_test.all_false (375 ms) 50: [ RUN ] std_algorithms_partition_point_team_test.random 50: [ OK ] std_algorithms_partition_point_team_test.random (366 ms) 50: [----------] 4 tests from std_algorithms_partition_point_team_test (1157 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 18 tests from 5 test suites ran. (8896 ms total) 50: [ PASSED ] 18 tests. 50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 9.13 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Test timeout computed to be: 1500 51: 51: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 51: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 51: setting CUDA_VISIBLE_DEVICES. 51: This could on multi GPU systems lead to severe performance" 51: penalties. 51: [==========] Running 5 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_transform_team_test 51: [ RUN ] std_algorithms_transform_team_test.test_unary_op [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o 51: [ OK ] std_algorithms_transform_team_test.test_unary_op (1017 ms) 51: [ RUN ] std_algorithms_transform_team_test.test_binary_op [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o 51: [ OK ] std_algorithms_transform_team_test.test_binary_op (1067 ms) 51: [----------] 2 tests from std_algorithms_transform_team_test (2085 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_team_test 51: [ RUN ] std_algorithms_generate_team_test.test_unary_op 51: [ OK ] std_algorithms_generate_team_test.test_unary_op (1031 ms) 51: [----------] 1 test from std_algorithms_generate_team_test (1031 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_n_team_test 51: [ RUN ] std_algorithms_generate_n_team_test.test [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 51: [ OK ] std_algorithms_generate_n_team_test.test (1782 ms) 51: [----------] 1 test from std_algorithms_generate_n_team_test (1782 ms total) 51: 51: [----------] 1 test from std_algorithms_swap_ranges_team_test 51: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o 51: [ OK ] std_algorithms_swap_ranges_team_test.test (992 ms) 51: [----------] 1 test from std_algorithms_swap_ranges_team_test (992 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 5 tests from 4 test suites ran. (5891 ms total) 51: [ PASSED ] 5 tests. 51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 6.14 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Test timeout computed to be: 1500 52: 52: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 52: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 52: setting CUDA_VISIBLE_DEVICES. 52: This could on multi GPU systems lead to severe performance" 52: penalties. 52: [==========] Running 2 tests from 2 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_exclusive_scan_team_test 52: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o 52: [ OK ] std_algorithms_exclusive_scan_team_test.test (2615 ms) 52: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2615 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 52: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 52: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1347 ms) 52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1347 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 2 tests from 2 test suites ran. (3963 ms total) 52: [ PASSED ] 2 tests. 52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 4.20 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Test timeout computed to be: 1500 [ 78%] Linking CXX executable Kokkos_ContainersUnitTest_Serial 53: 53: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 53: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 53: setting CUDA_VISIBLE_DEVICES. 53: This could on multi GPU systems lead to severe performance" 53: penalties. 53: [==========] Running 2 tests from 2 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test 53: [ RUN ] std_algorithms_inclusive_scan_team_test.test [ 78%] Built target Kokkos_ContainersUnitTest_Serial [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 78%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 78%] Built target Kokkos_ContainersUnitTest_HIP [ 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_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o 53: [ OK ] std_algorithms_inclusive_scan_team_test.test (3839 ms) 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3839 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 53: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o 53: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2547 ms) 53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2547 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 2 tests from 2 test suites ran. (6387 ms total) 53: [ PASSED ] 2 tests. 53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 6.63 sec test 54 Start 54: Kokkos_UnitTest_SIMD 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/simd/unit_tests/Kokkos_UnitTest_SIMD 54: Test timeout computed to be: 1500 54: 54: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 54: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 54: setting CUDA_VISIBLE_DEVICES. 54: This could on multi GPU systems lead to severe performance" 54: penalties. 54: [==========] Running 18 tests from 1 test suite. 54: [----------] Global test environment set-up. 54: [----------] 18 tests from simd 54: [ RUN ] simd.host_math_ops 54: [ OK ] simd.host_math_ops (1 ms) 54: [ RUN ] simd.device_math_ops 54: [ OK ] simd.device_math_ops (4 ms) 54: [ RUN ] simd.host_mask_ops 54: [ OK ] simd.host_mask_ops (0 ms) 54: [ RUN ] simd.device_mask_ops 54: [ OK ] simd.device_mask_ops (0 ms) 54: [ RUN ] simd.host_conversions 54: [ OK ] simd.host_conversions (0 ms) 54: [ RUN ] simd.device_conversions 54: [ OK ] simd.device_conversions (0 ms) 54: [ RUN ] simd.host_shift_ops 54: [ OK ] simd.host_shift_ops (0 ms) 54: [ RUN ] simd.device_shift_ops 54: [ OK ] simd.device_shift_ops (0 ms) 54: [ RUN ] simd.host_condition 54: [ OK ] simd.host_condition (0 ms) 54: [ RUN ] simd.device_condition 54: [ OK ] simd.device_condition (0 ms) 54: [ RUN ] simd.host_gen_ctors 54: [ OK ] simd.host_gen_ctors (0 ms) 54: [ RUN ] simd.device_gen_ctors 54: [ OK ] simd.device_gen_ctors (0 ms) 54: [ RUN ] simd.host_where_expressions 54: [ OK ] simd.host_where_expressions (0 ms) 54: [ RUN ] simd.device_where_expressions 54: [ OK ] simd.device_where_expressions (0 ms) 54: [ RUN ] simd.host_reductions 54: [ OK ] simd.host_reductions (0 ms) 54: [ RUN ] simd.device_reductions 54: [ OK ] simd.device_reductions (0 ms) 54: [ RUN ] simd.host_construction 54: [ OK ] simd.host_construction (0 ms) 54: [ RUN ] simd.device_construction 54: [ OK ] simd.device_construction (0 ms) 54: [----------] 18 tests from simd (6 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 18 tests from 1 test suite ran. (6 ms total) 54: [ PASSED ] 18 tests. 54/56 Test #54: Kokkos_UnitTest_SIMD ....................................... Passed 0.25 sec test 55 Start 55: Kokkos_Example_VirtualFunctions 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/example/virtual_functions/Kokkos_example_virtual_functions 55: Test timeout computed to be: 1500 55: 55: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 55: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 55: setting CUDA_VISIBLE_DEVICES. 55: This could on multi GPU systems lead to severe performance" 55: penalties. 55: Values: 1 2 55/56 Test #55: Kokkos_Example_VirtualFunctions ............................ Passed 0.42 sec test 56 Start 56: Kokkos_Example_RelocatableFunction 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build-tests/example/relocatable_function/Kokkos_example_relocatable_function 56: Test timeout computed to be: 1500 56: 56: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 56: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 56: setting CUDA_VISIBLE_DEVICES. 56: This could on multi GPU systems lead to severe performance" 56: penalties. 56: 1.000000e+01 6.149100e-05s (relocatable) vs. 3.417000e-05s (inline) 56: 1.000000e+02 1.494000e-05s (relocatable) vs. 1.461000e-05s (inline) 56: 1.000000e+03 1.431000e-05s (relocatable) vs. 1.386000e-05s (inline) 56: 1.000000e+04 1.405100e-05s (relocatable) vs. 1.401000e-05s (inline) 56: 1.000000e+05 1.965000e-05s (relocatable) vs. 1.892000e-05s (inline) 56: 1.000000e+06 2.269100e-05s (relocatable) vs. 1.984000e-05s (inline) 56: 1.000000e+07 5.310100e-05s (relocatable) vs. 3.061000e-05s (inline) 56: 1.000000e+08 3.351050e-04s (relocatable) vs. 1.397420e-04s (inline) 56/56 Test #56: Kokkos_Example_RelocatableFunction ......................... Passed 0.24 sec 100% tests passed, 0 tests failed out of 56 Label Time Summary: Kokkos = 323.90 sec*proc (53 tests) Total Test time (real) = 327.82 sec + cd ../example/build_cmake_installed + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 .. -- The CXX compiler identification is GNU 11.4.0 -- The Fortran compiler identification is GNU 11.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++-11 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Check for working Fortran compiler: /usr/bin/gfortran - skipped -- Found CUDAToolkit: /usr/local/cuda/include (found version "12.2.140") -- Looking for C++ include pthread.h [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Enabled Kokkos devices: SERIAL;CUDA CMake Warning at /var/jenkins/workspace/Kokkos_PR-8324/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:53 (message): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): /var/jenkins/workspace/Kokkos_PR-8324/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-8324/example/build_cmake_installed/build + make -j8 Scanning dependencies of target example [ 66%] Building Fortran object CMakeFiles/example.dir/foo.f.o [ 66%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [100%] Linking CXX executable example [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_installed/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_installed/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/example/build_cmake_installed/build/example "10" 1: Test timeout computed to be: 10000000 1: 1: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default 1: without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or 1: setting CUDA_VISIBLE_DEVICES. 1: This could on multi GPU systems lead to severe performance" 1: penalties. 1: Device Execution Space: 1: KOKKOS_ENABLE_CUDA: yes 1: Cuda Options: 1: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes 1: KOKKOS_ENABLE_CUDA_UVM: yes 1: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 1: 1: Cuda Runtime Configuration: 1: macro KOKKOS_ENABLE_CUDA : defined 1: macro CUDA_VERSION : 12020 = version 12.2 1: Kokkos::Cuda[ 0 ] NVIDIA A30 : Selected 1: Capability: 8.0 1: Total Global Memory: 23.6 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.000081 1: Sequential: 5 0.000000 1: Hello World from Fortran 1/1 Test #1: KokkosInTree_Verify .............. Passed 0.33 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.43 sec + cd ../.. + cmake -B build_cmake_installed_different_compiler/build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=20 build_cmake_installed_different_compiler -- Enabled Kokkos devices: SERIAL;CUDA -- kokkos_launch_compiler is enabled globally. C++ compiler commands with -DKOKKOS_DEPENDENCE will be redirected to the appropriate compiler for Kokkos -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_installed_different_compiler/build + cmake --build build_cmake_installed_different_compiler/build --target all Consolidate compiler generated dependencies of target example_no_kokkos [ 50%] Built target example_no_kokkos Consolidate compiler generated dependencies of target example_with_kokkos [ 75%] Building CXX object CMakeFiles/example_with_kokkos.dir/foo.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.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_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.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-8324/example/build_cmake_installed_different_compiler/build Start 1: KokkosLauncher_NoKokkos_Verify 1/2 Test #1: KokkosLauncher_NoKokkos_Verify ..... Passed 0.01 sec Start 2: KokkosLauncher_WithKokkos_Verify 2/2 Test #2: KokkosLauncher_WithKokkos_Verify ... Passed 0.33 sec 100% tests passed, 0 tests failed out of 2 Total Test time (real) = 0.34 sec Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 624 / 624 (100.0 %) Direct: 58 / 625 (9.28 %) Preprocessed: 566 / 567 (99.82 %) Misses: 0 Direct: 567 Preprocessed: 1 Uncacheable: 1 Primary storage: Hits: 1248 / 1250 (99.84 %) Misses: 2 Cache size (GB): 3.02 / 5.00 (60.48 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 a26e1a45b8ec9314bbde7cefd944e55cee317bf735b841b6c68f605b0dfb40b9 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes a26e1a45b8ec9314bbde7cefd944e55cee317bf735b841b6c68f605b0dfb40b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 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 [ 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 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 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 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.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_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.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/UnitTestMain.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 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_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 94%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 94%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 94%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 96%] Built target Kokkos_PerformanceTest_InclusiveScan [ 96%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 96%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 96%] Linking CXX executable Kokkos_CoreUnitTest_HIP [ 96%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 96%] Built target Kokkos_CoreUnitTest_HIP [ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 96%] Linking CXX executable Kokkos_atomic [ 96%] Built target Kokkos_atomic [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 97%] Linking CXX executable Kokkos_gups [ 97%] Built target Kokkos_gups [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 97%] Linking CXX executable Kokkos_stream [ 97%] Built target Kokkos_stream [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 97%] Linking CXX executable Kokkos_view_copy_constructor [ 97%] Built target Kokkos_view_copy_constructor [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 98%] Linking CXX executable Kokkos_launch_latency [ 98%] Built target Kokkos_launch_latency [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 99%] Linking CXX executable Kokkos_gather [ 99%] Built target Kokkos_gather [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_policy_performance [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: ac0e8b9023bf Build name: Linux-hipcc Create new tag: 20250923-1429 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (1 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (2 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (2 ms total) 1: [ PASSED ] 21 tests. 1/59 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.43 sec test 2 Start 2: Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (2 ms) 2: [ RUN ] hip.basic_view_atomic_accessor 2: [ OK ] hip.basic_view_atomic_accessor (0 ms) 2: [ RUN ] hip.RefCountedAcc_Typedefs 2: [ OK ] hip.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedAcc_Ctors 2: [ OK ] hip.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] hip.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] hip.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] hip.RefCountedAcc_Access 2: [ OK ] hip.RefCountedAcc_Access (1 ms) 2: [ RUN ] hip.RefCountedAcc_Conversion 2: [ OK ] hip.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] hip.RefCountedDataHandle_Typedefs 2: [ OK ] hip.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] hip.RefCountedDataHandle 2: [ OK ] hip.RefCountedDataHandle (0 ms) 2: [ RUN ] hip.RefCountedDataHandleAnonym 2: [ OK ] hip.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] hip.RefCountedDataHandleConversion 2: [ OK ] hip.RefCountedDataHandleConversion (0 ms) 2: [ 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 (10 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (10 ms total) 2: [ PASSED ] 21 tests. 2/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 252 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (1512 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (1442 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1520 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1367 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-8324/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-8324/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 (5846 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-8324/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 (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 (74 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (42 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 (18 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (0 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (1074 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (107 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (107 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1870 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (7232 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (580 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (582 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 (689 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (1137 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 (92 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (388 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 (439 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 (3060 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 (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 (5 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-8324/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 (110 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (271 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (1029 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1045 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (252 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-8324/core/unit_test/TestReduce.hpp:655: 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 (5 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (2340 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (184 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (7 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 (23278 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-8324/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-8324/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. (29125 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 29.58 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 147 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 (10351 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (10033 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (2959 ms) 4: [----------] 10 tests from serial_DeathTest (23344 ms total) 4: 4: [----------] 137 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (389 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (8 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (305 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (53 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (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 (91 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (88 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (36 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (90 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (68 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce 4: [ OK ] serial.repeated_team_reduce (6468 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 (90 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (82 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (25 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (3 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (25 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (3 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 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 (455 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (3 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 4: [ OK ] serial.view_fill_tests_layout_right (2088 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (2512 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 (45 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (42 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (60 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 (115 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-8324/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (33 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (33 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (33 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (117 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (117 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (117 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 137 tests from serial (13701 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 147 tests from 2 test suites ran. (37046 ms total) 4: [ PASSED ] 139 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/59 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 37.49 sec test 5 Start 5: Kokkos_CoreUnitTest_HIP 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_HIP 5: Test timeout computed to be: 1500 5: [==========] Running 465 tests from 8 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from hip_DeathTest 5: [ RUN ] hip_DeathTest.abort_from_host 5: [ OK ] hip_DeathTest.abort_from_host (1388 ms) 5: [ RUN ] hip_DeathTest.abort_from_device 5: [ OK ] hip_DeathTest.abort_from_device (2939 ms) 5: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1394 ms) 5: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1608 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 (1502 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 (3593 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 5: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (10556 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (10389 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (26383 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (71208 ms) 5: [----------] 19 tests from hip_DeathTest (130965 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from hip_graph_DeathTest (0 ms total) 5: 5: [----------] 2 tests from hip_managed_DeathTest 5: [ RUN ] hip_managed_DeathTest.view_subview_wrong_extents 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents (0 ms) 5: [ RUN ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility 5: [ OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (2945 ms) 5: [----------] 2 tests from hip_managed_DeathTest (2945 ms total) 5: 5: [----------] 340 tests from hip 5: [ RUN ] hip.array_capacity 5: [ OK ] hip.array_capacity (0 ms) 5: [ RUN ] hip.array_element_access 5: [ OK ] hip.array_element_access (0 ms) 5: [ RUN ] hip.array_operator_equal 5: [ OK ] hip.array_operator_equal (0 ms) 5: [ RUN ] hip.array_zero_capacity 5: [ OK ] hip.array_zero_capacity (0 ms) 5: [ RUN ] hip.array_zero_data_nullptr 5: [ OK ] hip.array_zero_data_nullptr (0 ms) 5: [ RUN ] hip.array_contiguous_capacity 5: [ OK ] hip.array_contiguous_capacity (0 ms) 5: [ RUN ] hip.array_contiguous_element_access 5: [ OK ] hip.array_contiguous_element_access (0 ms) 5: [ RUN ] hip.array_contiguous_assignment 5: [ OK ] hip.array_contiguous_assignment (0 ms) 5: [ RUN ] hip.array_strided_capacity 5: [ OK ] hip.array_strided_capacity (0 ms) 5: [ RUN ] hip.array_strided_element_access 5: [ OK ] hip.array_strided_element_access (0 ms) 5: [ RUN ] hip.array_strided_assignment 5: [ OK ] hip.array_strided_assignment (0 ms) 5: [ RUN ] hip.atomic_operations_complexdouble 5: [ OK ] hip.atomic_operations_complexdouble (11 ms) 5: [ RUN ] hip.atomic_operations_complexfloat 5: [ OK ] hip.atomic_operations_complexfloat (9 ms) 5: [ RUN ] hip.atomic_operations_double 5: [ OK ] hip.atomic_operations_double (13 ms) 5: [ RUN ] hip.atomic_operations_float 5: [ OK ] hip.atomic_operations_float (11 ms) 5: [ RUN ] hip.atomic_operations_int8 5: [ OK ] hip.atomic_operations_int8 (33 ms) 5: [ RUN ] hip.atomic_operations_int16 5: [ OK ] hip.atomic_operations_int16 (32 ms) 5: [ RUN ] hip.atomic_operations_int 5: [ OK ] hip.atomic_operations_int (31 ms) 5: [ RUN ] hip.atomic_operations_long 5: [ OK ] hip.atomic_operations_long (33 ms) 5: [ RUN ] hip.atomic_operations_longlong 5: [ OK ] hip.atomic_operations_longlong (33 ms) 5: [ RUN ] hip.atomic_shared 5: [ OK ] hip.atomic_shared (0 ms) 5: [ RUN ] hip.atomic_operations_unsigned 5: [ OK ] hip.atomic_operations_unsigned (25 ms) 5: [ RUN ] hip.atomic_operations_unsignedlong 5: [ OK ] hip.atomic_operations_unsignedlong (27 ms) 5: [ RUN ] hip.atomics 5: [ OK ] hip.atomics (278 ms) 5: [ RUN ] hip.atomics_tpetra_max_abs 5: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] hip.atomic_views_integral 5: [ OK ] hip.atomic_views_integral (18 ms) 5: [ RUN ] hip.atomic_views_nonintegral 5: [ OK ] hip.atomic_views_nonintegral (16626 ms) 5: [ RUN ] hip.atomic_view_api 5: [ OK ] hip.atomic_view_api (0 ms) 5: [ RUN ] hip.bit_manip_countl_zero 5: [ OK ] hip.bit_manip_countl_zero (9 ms) 5: [ RUN ] hip.bit_manip_countl_one 5: [ OK ] hip.bit_manip_countl_one (0 ms) 5: [ RUN ] hip.bit_manip_countr_zero 5: [ OK ] hip.bit_manip_countr_zero (0 ms) 5: [ RUN ] hip.bit_manip_countr_one 5: [ OK ] hip.bit_manip_countr_one (0 ms) 5: [ RUN ] hip.bit_manip_popcount 5: [ OK ] hip.bit_manip_popcount (0 ms) 5: [ RUN ] hip.bit_manip_has_single_bit 5: [ OK ] hip.bit_manip_has_single_bit (0 ms) 5: [ RUN ] hip.bit_manip_bit_floor 5: [ OK ] hip.bit_manip_bit_floor (0 ms) 5: [ RUN ] hip.bit_manip_bit_ceil 5: [ OK ] hip.bit_manip_bit_ceil (0 ms) 5: [ RUN ] hip.bit_manip_bit_width 5: [ OK ] hip.bit_manip_bit_width (0 ms) 5: [ RUN ] hip.bit_manip_rotl 5: [ OK ] hip.bit_manip_rotl (0 ms) 5: [ RUN ] hip.bit_manip_rotr 5: [ OK ] hip.bit_manip_rotr (0 ms) 5: [ RUN ] hip.bit_manip_byeswap 5: [ OK ] hip.bit_manip_byeswap (0 ms) 5: [ RUN ] hip.bit_manip_bit_cast 5: [ OK ] hip.bit_manip_bit_cast (0 ms) 5: [ RUN ] hip.test_block_deduction_bug_pr_3103 5: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] hip.checked_integer_operations_multiply_overflow 5: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] hip.execution_policy_occupancy_and_hint 5: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] hip.complex_construction 5: [ OK ] hip.complex_construction (1 ms) 5: [ RUN ] hip.complex_basic_math 5: [ OK ] hip.complex_basic_math (0 ms) 5: [ RUN ] hip.complex_special_funtions 5: [ OK ] hip.complex_special_funtions (0 ms) 5: [ RUN ] hip.complex_io 5: [ OK ] hip.complex_io (0 ms) 5: [ RUN ] hip.complex_trivially_copyable 5: [ OK ] hip.complex_trivially_copyable (0 ms) 5: [ RUN ] hip.complex_issue_3865 5: [ OK ] hip.complex_issue_3865 (0 ms) 5: [ RUN ] hip.complex_operations_arithmetic_types_overloads 5: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] hip.complex_structured_bindings 5: [ OK ] hip.complex_structured_bindings (0 ms) 5: [ RUN ] hip.crs_count_fill 5: [ OK ] hip.crs_count_fill (4 ms) 5: [ RUN ] hip.crs_copy_constructor 5: [ OK ] hip.crs_copy_constructor (10 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_0 5: 5: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 5: does not support page migration between device and host. 5: HIPManagedSpace might not work as expected. 5: Please refer to the ROCm documentation on unified/managed memory. 5: [ OK ] hip.deep_copy_assignable_types_rank_0 (12 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1 5: [ OK ] hip.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2 5: [ OK ] hip.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3 5: [ OK ] hip.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_4 5: [ OK ] hip.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_5 5: [ OK ] hip.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_6 5: [ OK ] hip.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_7 5: [ OK ] hip.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_8 5: [ OK ] hip.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1_half 5: [ OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2_half 5: [ OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3_half 5: [ OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_0 5: [ OK ] hip.deep_copy_narrowing_rank_0 (10 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_1 5: [ OK ] hip.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_2 5: [ OK ] hip.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_3 5: [ OK ] hip.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_4 5: [ OK ] hip.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_5 5: [ OK ] hip.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_6 5: [ OK ] hip.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_7 5: [ OK ] hip.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_8 5: [ OK ] hip.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_alignment 5: [ OK ] hip.deep_copy_alignment (10 ms) 5: [ RUN ] hip.deep_copy_conversion 5: [ OK ] hip.deep_copy_conversion (9 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 5: [ OK ] hip.exec_space_thread_safety_range (10732 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange 5: [ OK ] hip.exec_space_thread_safety_mdrange (1074 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy 5: [ OK ] hip.exec_space_thread_safety_team_policy (1240 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_reduce 5: [ OK ] hip.exec_space_thread_safety_range_reduce (1075 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 5: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (1074 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce 5: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (1030 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_scan 5: [ OK ] hip.exec_space_thread_safety_range_scan (1073 ms) 5: [ RUN ] hip.execution_space_as_class_data_member 5: [ OK ] hip.execution_space_as_class_data_member (0 ms) 5: [ RUN ] hip.functor_analysis 5: [ OK ] hip.functor_analysis (0 ms) 5: [ RUN ] hip.when_all_type 5: [ OK ] hip.when_all_type (2 ms) 5: [ RUN ] hip.graph_capture 5: [ OK ] hip.graph_capture (5 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 (650 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (1986 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutright 5: [ OK ] hip.local_deepcopy_teampolicy_layoutright (617 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1419 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 (3 ms) 5: [ RUN ] hip.mathematical_functions_non_standard 5: [ OK ] hip.mathematical_functions_non_standard (0 ms) 5: [ RUN ] hip.mathematical_functions_power_functions 5: [ OK ] hip.mathematical_functions_power_functions (25 ms) 5: [ RUN ] hip.mathematical_functions_fma 5: [ OK ] hip.mathematical_functions_fma (0 ms) 5: [ RUN ] hip.mathematical_functions_fmax_fmin 5: [ OK ] hip.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 5: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 5: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] hip.mathematical_functions_absolute_value 5: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 5: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_remainder_function 5: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] hip.mathematical_functions_isfinite 5: [ OK ] hip.mathematical_functions_isfinite (0 ms) 5: [ RUN ] hip.mathematical_functions_isinf 5: [ OK ] hip.mathematical_functions_isinf (0 ms) 5: [ RUN ] hip.mathematical_functions_isnan 5: [ OK ] hip.mathematical_functions_isnan (0 ms) 5: [ RUN ] hip.mathematical_functions_impl_half_fallback 5: [ OK ] hip.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] hip.mathematical_functions_nextafter_fp16 5: [ OK ] hip.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] hip.mathematical_functions_exponential_functions 5: [ OK ] hip.mathematical_functions_exponential_functions (10 ms) 5: [ RUN ] hip.mathspecialfunc_expint1 5: [ OK ] hip.mathspecialfunc_expint1 (4 ms) 5: [ RUN ] hip.mathspecialfunc_errorfunc 5: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj0y0 5: [ OK ] hip.mathspecialfunc_cbesselj0y0 (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-8324/core/unit_test/TestMathematicalSpecialFunctions.hpp:1975: Skipped 5: skipping since test is known to fail on MI100 and for some versions of ROCm 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 5: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] hip.mdrange_5d 5: [ OK ] hip.mdrange_5d (132 ms) 5: [ RUN ] hip.mdrange_6d 5: [ OK ] hip.mdrange_6d (208 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 (64 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 5: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3575 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 (6 ms) 5: [ RUN ] hip.view_mdspan_conversion_with_stride 5: [ OK ] hip.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] hip.max 5: [ OK ] hip.max (0 ms) 5: [ RUN ] hip.max_within_parfor 5: [ OK ] hip.max_within_parfor (0 ms) 5: [ RUN ] hip.min 5: [ OK ] hip.min (0 ms) 5: [ RUN ] hip.min_within_parfor 5: [ OK ] hip.min_within_parfor (0 ms) 5: [ RUN ] hip.minmax 5: [ OK ] hip.minmax (0 ms) 5: [ RUN ] hip.minmax_within_parfor 5: [ OK ] hip.minmax_within_parfor (0 ms) 5: [ RUN ] hip.clamp 5: [ OK ] hip.clamp (0 ms) 5: [ RUN ] hip.clamp_within_parfor 5: [ OK ] hip.clamp_within_parfor (0 ms) 5: [ RUN ] hip.numeric_traits_infinity 5: [ OK ] hip.numeric_traits_infinity (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 (2 ms) 5: [ RUN ] hip.numeric_traits_digits 5: [ OK ] hip.numeric_traits_digits (1 ms) 5: [ RUN ] hip.numeric_traits_digits10 5: [ OK ] hip.numeric_traits_digits10 (1 ms) 5: [ RUN ] hip.numeric_traits_max_digits10 5: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] hip.numeric_traits_radix 5: [ OK ] hip.numeric_traits_radix (1 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent 5: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] hip.numeric_traits_min_max_exponent10 5: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 5: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] hip.numeric_traits_sfinae_friendly 5: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] hip.occupancy_control 5: [ OK ] hip.occupancy_control (0 ms) 5: [ RUN ] hip.memory_pool 5: [ OK ] hip.memory_pool (26 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 (61 ms) 5: [ RUN ] hip.kokkos_printf 5: [ OK ] hip.kokkos_printf (0 ms) 5: [ RUN ] hip.range_for 5: [ OK ] hip.range_for (2 ms) 5: [ RUN ] hip.range_reduce 5: [ OK ] hip.range_reduce (1 ms) 5: [ RUN ] hip.range_dynamic_policy 5: [ OK ] hip.range_dynamic_policy (0 ms) 5: [ RUN ] hip.large_parallel_for_reduce 5: [ OK ] hip.large_parallel_for_reduce (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 (3 ms) 5: [ RUN ] hip.range_reduce_require 5: [ OK ] hip.range_reduce_require (0 ms) 5: [ RUN ] hip.range_dynamic_policy_require 5: [ OK ] hip.range_dynamic_policy_require (0 ms) 5: [ RUN ] hip.reducers_int 5: [ OK ] hip.reducers_int (13 ms) 5: [ RUN ] hip.reducers_double 5: [ OK ] hip.reducers_double (11 ms) 5: [ RUN ] hip.reducers_complex_double 5: [ OK ] hip.reducers_complex_double (13 ms) 5: [ RUN ] hip.reducers_struct 5: [ OK ] hip.reducers_struct (6 ms) 5: [ RUN ] hip.reducers_half_t 5: [ OK ] hip.reducers_half_t (7 ms) 5: [ RUN ] hip.reducers_bhalf_t 5: [ OK ] hip.reducers_bhalf_t (7 ms) 5: [ RUN ] hip.reducers_int8_t 5: [ OK ] hip.reducers_int8_t (6 ms) 5: [ RUN ] hip.reducers_int16_t 5: [ OK ] hip.reducers_int16_t (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 (28 ms) 5: [ RUN ] hip.double_reduce 5: [ OK ] hip.double_reduce (23 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 (313 ms) 5: [ RUN ] hip.reduction_identity_min_max_floating_point_types 5: [ OK ] hip.reduction_identity_min_max_floating_point_types (0 ms) 5: [ RUN ] hip.reduction_deduction 5: [ OK ] hip.reduction_deduction (0 ms) 5: [ RUN ] hip.reduce_device_view_range_policy 5: [ OK ] hip.reduce_device_view_range_policy (13 ms) 5: [ RUN ] hip.reduce_device_view_mdrange_policy 5: [ OK ] hip.reduce_device_view_mdrange_policy (69 ms) 5: [ RUN ] hip.reduce_device_view_team_policy 5: [ OK ] hip.reduce_device_view_team_policy (14 ms) 5: [ RUN ] hip.impl_shared_alloc 5: [ OK ] hip.impl_shared_alloc (141 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 (16 ms) 5: [ RUN ] hip.team_reduce 5: [ OK ] hip.team_reduce (1 ms) 5: [ RUN ] hip.team_reduce_large 5: [ OK ] hip.team_reduce_large (45 ms) 5: [ RUN ] hip.team_parallel_single 5: [ OK ] hip.team_parallel_single (10 ms) 5: [ RUN ] hip.large_team_scratch_size 5: [ OK ] hip.large_team_scratch_size (0 ms) 5: [ RUN ] hip.team_broadcast_long 5: [ OK ] hip.team_broadcast_long (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 (10 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 (54 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 (41 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 (1793 ms) 5: [ RUN ] hip.team_long_reduce 5: [ OK ] hip.team_long_reduce (18 ms) 5: [ RUN ] hip.team_double_reduce 5: [ OK ] hip.team_double_reduce (18 ms) 5: [ RUN ] hip.team_long_array_reduce 5: [ OK ] hip.team_long_array_reduce (19 ms) 5: [ RUN ] hip.team_double_array_reduce 5: [ OK ] hip.team_double_array_reduce (19 ms) 5: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] hip.repeated_team_reduce 5: [ OK ] hip.repeated_team_reduce (22 ms) 5: [ RUN ] hip.nested_team_reduce_functor_as_reducer 5: [ OK ] hip.nested_team_reduce_functor_as_reducer (0 ms) 5: [ RUN ] hip.team_scan 5: [ OK ] hip.team_scan (110 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 (4 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 (24 ms) 5: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] hip.team_teamvector_range 5: [ OK ] hip.team_teamvector_range (4 ms) 5: [ RUN ] hip.timer 5: [ OK ] hip.timer (20 ms) 5: [ RUN ] hip.unique_token_global 5: [ OK ] hip.unique_token_global (21 ms) 5: [ RUN ] hip.unique_token_instance 5: [ OK ] hip.unique_token_instance (22 ms) 5: [ RUN ] hip.unique_token_team_acquire 5: [ OK ] hip.unique_token_team_acquire (17 ms) 5: [ RUN ] hip.view_api_a 5: [ OK ] hip.view_api_a (5 ms) 5: [ RUN ] hip.view_layout_left_with_stride 5: [ OK ] hip.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip.view_layout_right_with_stride 5: [ OK ] hip.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip.view_api_b 5: [ OK ] hip.view_api_b (8 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 (2 ms) 5: [ RUN ] hip.view_remap 5: [ OK ] hip.view_remap (0 ms) 5: [ RUN ] hip.view_mirror_nonconst 5: [ OK ] hip.view_mirror_nonconst (0 ms) 5: [ RUN ] hip.view_stride_method 5: [ OK ] hip.view_stride_method (0 ms) 5: [ RUN ] hip.anonymous_space 5: [ OK ] hip.anonymous_space (1 ms) 5: [ RUN ] hip.view_overload_resolution 5: [ OK ] hip.view_overload_resolution (0 ms) 5: [ RUN ] hip.view_allocation_large_rank 5: [ OK ] hip.view_allocation_large_rank (5 ms) 5: [ RUN ] hip.view_shmem_size_on_device 5: [ OK ] hip.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip.view_is_assignable 5: [ OK ] hip.view_is_assignable (3 ms) 5: [ RUN ] hip.view_bad_alloc 5: [ OK ] hip.view_bad_alloc (0 ms) 5: [ RUN ] hip.view_copy_tests 5: [ OK ] hip.view_copy_tests (7 ms) 5: [ RUN ] hip.view_copy_tests_rank_0 5: [ OK ] hip.view_copy_tests_rank_0 (3 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 (69 ms) 5: [ RUN ] hip.view_fill_tests_layout_left 5: [ OK ] hip.view_fill_tests_layout_left (42 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 (52 ms) 5: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (50 ms) 5: [ RUN ] hip.view_mapping 5: [ OK ] hip.view_mapping (65 ms) 5: [ RUN ] hip.view_mapping_operator 5: [ OK ] hip.view_mapping_operator (21 ms) 5: [ RUN ] hip.static_extent 5: [ OK ] hip.static_extent (0 ms) 5: [ RUN ] hip.view_mapping_atomic 5: [ OK ] hip.view_mapping_atomic (1 ms) 5: [ RUN ] hip.view_mapping_class_value 5: [ OK ] hip.view_mapping_class_value (0 ms) 5: [ RUN ] hip.view_mapping_assignable 5: [ OK ] hip.view_mapping_assignable (0 ms) 5: [ RUN ] hip.view_mapping_trivially_copyable 5: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip.view_mapping_subview 5: [ OK ] hip.view_mapping_subview (1 ms) 5: [ RUN ] hip.view_nested_view 5: [ OK ] hip.view_nested_view (1 ms) 5: [ RUN ] hip.view_of_views_default 5: [ OK ] hip.view_of_views_default (0 ms) 5: [ RUN ] hip.view_of_views_without_initializing 5: [ OK ] hip.view_of_views_without_initializing (0 ms) 5: [ RUN ] hip.test_view_of_views_sequential_host_init 5: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] hip.append_formatted_multidimensional_index 5: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] hip.view_resize 5: [ OK ] hip.view_resize (14 ms) 5: [ RUN ] hip.view_realloc 5: [ OK ] hip.view_realloc (1 ms) 5: [ RUN ] hip.workgraph_fib 5: [ OK ] hip.workgraph_fib (3160 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 5: [ OK ] hip.team_scratch_1_streams (64453 ms) 5: [ RUN ] hip.async_launcher 5: [ OK ] hip.async_launcher (3 ms) 5: [ RUN ] hip.preferred_blocksize_deduction 5: [ OK ] hip.preferred_blocksize_deduction (0 ms) 5: [ RUN ] hip.unified_memory_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped 5: this test should only be run with HIP unified memory enabled 5: [ SKIPPED ] hip.unified_memory_zero_memset (0 ms) 5: [----------] 340 tests from hip (114905 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 (2 ms) 5: [ RUN ] hip_graph.create_graph_no_closure_with_exec 5: [ OK ] hip_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] hip_graph.create_graph_no_arg 5: [ OK ] hip_graph.create_graph_no_arg (0 ms) 5: [ RUN ] hip_graph.submit_six 5: [ OK ] hip_graph.submit_six (4 ms) 5: [ RUN ] hip_graph.when_all_cycle 5: [ OK ] hip_graph.when_all_cycle (1 ms) 5: [ RUN ] hip_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8324/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 (1 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 (29 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 (2 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 (3 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 (48 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 5: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (47 ms) 5: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 5: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (46 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left 5: [ OK ] hip_managed.view_subview_3d_from_5d_left (186 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (188 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (186 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right 5: [ OK ] hip_managed.view_subview_3d_from_5d_right (191 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (190 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (189 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 (262 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 (5 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 (827 ms) 5: [ RUN ] hip_managed.view_shmem_size_on_device 5: [ OK ] hip_managed.view_shmem_size_on_device (2 ms) 5: [ RUN ] hip_managed.view_is_assignable 5: [ OK ] hip_managed.view_is_assignable (3 ms) 5: [ RUN ] hip_managed.view_copy_tests 5: [ OK ] hip_managed.view_copy_tests (11 ms) 5: [ RUN ] hip_managed.view_copy_tests_rank_0 5: [ OK ] hip_managed.view_copy_tests_rank_0 (3 ms) 5: [ RUN ] hip_managed.view_copy_degenerated 5: [ OK ] hip_managed.view_copy_degenerated (0 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_right 5: [ OK ] hip_managed.view_fill_tests_layout_right (1946 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_left 5: [ OK ] hip_managed.view_fill_tests_layout_left (789 ms) 5: [ RUN ] hip_managed.view_mapping 5: [ OK ] hip_managed.view_mapping (61 ms) 5: [ RUN ] hip_managed.view_mapping_operator 5: [ OK ] hip_managed.view_mapping_operator (19 ms) 5: [ RUN ] hip_managed.static_extent 5: [ OK ] hip_managed.static_extent (0 ms) 5: [ RUN ] hip_managed.view_mapping_atomic 5: [ OK ] hip_managed.view_mapping_atomic (1 ms) 5: [ RUN ] hip_managed.view_mapping_class_value 5: [ OK ] hip_managed.view_mapping_class_value (0 ms) 5: [ RUN ] hip_managed.view_mapping_assignable 5: [ OK ] hip_managed.view_mapping_assignable (0 ms) 5: [ RUN ] hip_managed.view_mapping_trivially_copyable 5: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_managed.view_mapping_subview 5: [ OK ] hip_managed.view_mapping_subview (1 ms) 5: [----------] 56 tests from hip_managed (5263 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 5: [ OK ] hip_hostpinned.view_allocation_large_rank (853 ms) 5: [ RUN ] hip_hostpinned.view_shmem_size_on_device 5: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 5: [ RUN ] hip_hostpinned.view_is_assignable 5: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests 5: [ OK ] hip_hostpinned.view_copy_tests (4 ms) 5: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 5: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (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 (2172 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_left 5: [ OK ] hip_hostpinned.view_fill_tests_layout_left (3002 ms) 5: [ RUN ] hip_hostpinned.view_mapping 5: [ OK ] hip_hostpinned.view_mapping (60 ms) 5: [ RUN ] hip_hostpinned.view_mapping_operator 5: [ OK ] hip_hostpinned.view_mapping_operator (3 ms) 5: [ RUN ] hip_hostpinned.static_extent 5: [ OK ] hip_hostpinned.static_extent (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_atomic 5: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_class_value 5: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_assignable 5: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 5: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] hip_hostpinned.view_mapping_subview 5: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 5: [----------] 28 tests from hip_hostpinned (6292 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 (85 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 (149 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 465 tests from 8 test suites ran. (260552 ms total) 5: [ PASSED ] 456 tests. 5: [ SKIPPED ] 9 tests, listed below: 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind 5: [ SKIPPED ] hip.unified_memory_zero_memset 5: [ SKIPPED ] hip_graph.repeat_chain 5/59 Test #5: Kokkos_CoreUnitTest_HIP .................................... Passed 261.10 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (13 ms) 6: [----------] 1 test from hip (13 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (13 ms total) 6: [ PASSED ] 1 test. 6/59 Test #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.45 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpInit 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (377 ms) 7: [----------] 1 test from hip (377 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test suite ran. (377 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-8324/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 (388 ms) 8: [----------] 1 test from hip (388 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (388 ms total) 8: [ PASSED ] 1 test. 8/59 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.45 sec test 9 Start 9: Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (2 ms) 9: [ RUN ] hip.graph_construct_from_native 9: 9: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 9: does not support page migration between device and host. 9: HIPManagedSpace might not work as expected. 9: Please refer to the ROCm documentation on unified/managed memory. 9: [ OK ] hip.graph_construct_from_native (0 ms) 9: [----------] 3 tests from hip (14 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 3 tests from 1 test suite ran. (14 ms total) 9: [ PASSED ] 3 tests. 9/59 Test #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.44 sec test 10 Start 10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/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/59 Test #10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU .............. Passed 0.46 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestSharedSpace.cpp:109: Skipped 11: skipping because specified arch does not support page migration 11: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 11: [ RUN ] defaultdevicetype.shared_host_pinned_space 11: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 11: [ RUN ] defaultdevicetype.compiler_macros 11: [ OK ] defaultdevicetype.compiler_macros (0 ms) 11: [ RUN ] defaultdevicetype.half_conversion 11: [ OK ] defaultdevicetype.half_conversion (5 ms) 11: [ RUN ] defaultdevicetype.bhalf_conversion 11: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 11: [ RUN ] defaultdevicetype.half_operators 11: [ OK ] defaultdevicetype.half_operators (1 ms) 11: [ RUN ] defaultdevicetype.bhalf_operators 11: [ OK ] defaultdevicetype.bhalf_operators (1 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 (7 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (19 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c1 11: [ OK ] defaultdevicetype.reduce_instantiation_c1 (7 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a2 11: [ OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b2 11: [ OK ] defaultdevicetype.reduce_instantiation_b2 (24 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (10 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 (29 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (12 ms) 11: [----------] 19 tests from defaultdevicetype (147 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 = 11: [ RUN ] TestViewAPI/0.sizes 11: [ OK ] TestViewAPI/0.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/0 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/1, where TypeParam = 11: [ RUN ] TestViewAPI/1.sizes 11: [ OK ] TestViewAPI/1.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/1 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/2, where TypeParam = 11: [ RUN ] TestViewAPI/2.sizes 11: [ OK ] TestViewAPI/2.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/2 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/3, where TypeParam = 11: [ RUN ] TestViewAPI/3.sizes 11: [ OK ] TestViewAPI/3.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/3 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/4, where TypeParam = 11: [ RUN ] TestViewAPI/4.sizes 11: [ OK ] TestViewAPI/4.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/4 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/5, where TypeParam = 11: [ RUN ] TestViewAPI/5.sizes 11: [ OK ] TestViewAPI/5.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/5 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/6, where TypeParam = 11: [ RUN ] TestViewAPI/6.sizes 11: [ OK ] TestViewAPI/6.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/6 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/7, where TypeParam = 11: [ RUN ] TestViewAPI/7.sizes 11: [ OK ] TestViewAPI/7.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/7 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/8, where TypeParam = 11: [ RUN ] TestViewAPI/8.sizes 11: [ OK ] TestViewAPI/8.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/8 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/9, where TypeParam = 11: [ RUN ] TestViewAPI/9.sizes 11: [ OK ] TestViewAPI/9.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/9 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/10, where TypeParam = 11: [ RUN ] TestViewAPI/10.sizes 11: [ OK ] TestViewAPI/10.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/10 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/11, where TypeParam = 11: [ RUN ] TestViewAPI/11.sizes 11: [ OK ] TestViewAPI/11.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/11 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/12, where TypeParam = 11: [ RUN ] TestViewAPI/12.sizes 11: [ OK ] TestViewAPI/12.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/12 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/13, where TypeParam = 11: [ RUN ] TestViewAPI/13.sizes 11: [ OK ] TestViewAPI/13.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/13 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/14, where TypeParam = 11: [ RUN ] TestViewAPI/14.sizes 11: [ OK ] TestViewAPI/14.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/14 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/15, where TypeParam = 11: [ RUN ] TestViewAPI/15.sizes 11: [ OK ] TestViewAPI/15.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/15 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/16, where TypeParam = 11: [ RUN ] TestViewAPI/16.sizes 11: [ OK ] TestViewAPI/16.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/16 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/17, where TypeParam = 11: [ RUN ] TestViewAPI/17.sizes 11: [ OK ] TestViewAPI/17.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/17 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/18, where TypeParam = 11: [ RUN ] TestViewAPI/18.sizes 11: [ OK ] TestViewAPI/18.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/18 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/19, where TypeParam = 11: [ RUN ] TestViewAPI/19.sizes 11: [ OK ] TestViewAPI/19.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/19 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/20, where TypeParam = 11: [ RUN ] TestViewAPI/20.sizes 11: [ OK ] TestViewAPI/20.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/20 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/21, where TypeParam = 11: [ RUN ] TestViewAPI/21.sizes 11: [ OK ] TestViewAPI/21.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/21 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/22, where TypeParam = 11: [ RUN ] TestViewAPI/22.sizes 11: [ OK ] TestViewAPI/22.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/22 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/23, where TypeParam = 11: [ RUN ] TestViewAPI/23.sizes 11: [ OK ] TestViewAPI/23.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/23 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/24, where TypeParam = 11: [ RUN ] TestViewAPI/24.sizes 11: [ OK ] TestViewAPI/24.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/24 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/25, where TypeParam = 11: [ RUN ] TestViewAPI/25.sizes 11: [ OK ] TestViewAPI/25.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/25 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/26, where TypeParam = 11: [ RUN ] TestViewAPI/26.sizes 11: [ OK ] TestViewAPI/26.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/26 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/27, where TypeParam = 11: [ RUN ] TestViewAPI/27.sizes 11: [ OK ] TestViewAPI/27.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/27 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/28, where TypeParam = 11: [ RUN ] TestViewAPI/28.sizes 11: [ OK ] TestViewAPI/28.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/28 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/29, where TypeParam = 11: [ RUN ] TestViewAPI/29.sizes 11: [ OK ] TestViewAPI/29.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/29 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/30, where TypeParam = 11: [ RUN ] TestViewAPI/30.sizes 11: [ OK ] TestViewAPI/30.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/30 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/31, where TypeParam = 11: [ RUN ] TestViewAPI/31.sizes 11: [ OK ] TestViewAPI/31.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/31 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/32, where TypeParam = 11: [ RUN ] TestViewAPI/32.sizes 11: [ OK ] TestViewAPI/32.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/32 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/33, where TypeParam = 11: [ RUN ] TestViewAPI/33.sizes 11: [ OK ] TestViewAPI/33.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/33 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/34, where TypeParam = 11: [ RUN ] TestViewAPI/34.sizes 11: [ OK ] TestViewAPI/34.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/34 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/35, where TypeParam = 11: [ RUN ] TestViewAPI/35.sizes 11: [ OK ] TestViewAPI/35.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/35 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/36, where TypeParam = 11: [ RUN ] TestViewAPI/36.sizes 11: [ OK ] TestViewAPI/36.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/36 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/37, where TypeParam = 11: [ RUN ] TestViewAPI/37.sizes 11: [ OK ] TestViewAPI/37.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/37 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/38, where TypeParam = 11: [ RUN ] TestViewAPI/38.sizes 11: [ OK ] TestViewAPI/38.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/38 (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 59 tests from 41 test suites ran. (166 ms total) 11: [ PASSED ] 58 tests. 11: [ SKIPPED ] 1 test, listed below: 11: [ SKIPPED ] defaultdevicetype.shared_space 11/59 Test #11: Kokkos_CoreUnitTest_Default ................................ Passed 0.60 sec test 12 Start 12: Kokkos_CoreUnitTest_InitializeFinalize 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 12: Test timeout computed to be: 1500 12: [==========] Running 30 tests from 7 test suites. 12: [----------] Global test environment set-up. 12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (950 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (3938 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (6184 ms) 12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (11074 ms total) 12: 12: [----------] 4 tests from InitializeFinalize_DeathTest 12: [ RUN ] InitializeFinalize_DeathTest.initialize 12: [ OK ] InitializeFinalize_DeathTest.initialize (3214 ms) 12: [ RUN ] InitializeFinalize_DeathTest.finalize 12: [ OK ] InitializeFinalize_DeathTest.finalize (2183 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_initialized 12: [ OK ] InitializeFinalize_DeathTest.is_initialized (430 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_finalized 12: [ OK ] InitializeFinalize_DeathTest.is_finalized (428 ms) 12: [----------] 4 tests from InitializeFinalize_DeathTest (6257 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 (86 ms) 12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (86 ms total) 12: 12: [----------] 1 test from Legion_DeathTest 12: [ RUN ] Legion_DeathTest.individual_backend_initialization 12: [ OK ] Legion_DeathTest.individual_backend_initialization (427 ms) 12: [----------] 1 test from Legion_DeathTest (427 ms total) 12: 12: [----------] 2 tests from PushFinalizeHook_DeathTest 12: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 12: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (425 ms) 12: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 12: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1324 ms) 12: [----------] 2 tests from PushFinalizeHook_DeathTest (1749 ms total) 12: 12: [----------] 6 tests from ScopeGuard_DeathTest 12: [ RUN ] ScopeGuard_DeathTest.create 12: [ OK ] ScopeGuard_DeathTest.create (429 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_argument 12: [ OK ] ScopeGuard_DeathTest.create_argument (428 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 12: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1338 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 12: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1348 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 12: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1328 ms) 12: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 12: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1339 ms) 12: [----------] 6 tests from ScopeGuard_DeathTest (6213 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. (25810 ms total) 12: [ PASSED ] 30 tests. 12/59 Test #12: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 25.90 sec test 13 Start 13: Kokkos_CoreUnitTest_Develop 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 13: Test timeout computed to be: 1500 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from defaultdevicetype 13: [ RUN ] defaultdevicetype.development_test 13: [ OK ] defaultdevicetype.development_test (0 ms) 13: [----------] 1 test from defaultdevicetype (0 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (0 ms total) 13: [ PASSED ] 1 test. 13/59 Test #13: Kokkos_CoreUnitTest_Develop ................................ Passed 0.43 sec test 14 Start 14: Kokkos_CoreUnitTest_KokkosP 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (1 ms) 14: [ RUN ] kokkosp.parallel_scan 14: [ OK ] kokkosp.parallel_scan (4 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence 14: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence_view 14: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 14: [ RUN ] kokkosp.regions 14: [ OK ] kokkosp.regions (0 ms) 14: [ RUN ] kokkosp.fences 14: [ OK ] kokkosp.fences (0 ms) 14: [ RUN ] kokkosp.raw_allocation 14: [ OK ] kokkosp.raw_allocation (0 ms) 14: [ RUN ] kokkosp.view 14: [ OK ] kokkosp.view (0 ms) 14: [ RUN ] kokkosp.sections 14: [ OK ] kokkosp.sections (0 ms) 14: [ RUN ] kokkosp.metadata 14: [ OK ] kokkosp.metadata (0 ms) 14: [ RUN ] kokkosp.profile_events 14: [ OK ] kokkosp.profile_events (0 ms) 14: [ RUN ] kokkosp.no_init_kernel 14: [ OK ] kokkosp.no_init_kernel (0 ms) 14: [ RUN ] kokkosp.get_events 14: [ OK ] kokkosp.get_events (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_for 14: [ OK ] kokkosp.kernel_name_parallel_for (1 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_reduce 14: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_scan 14: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 14: [ RUN ] kokkosp.kernel_name_internal 14: [ OK ] kokkosp.kernel_name_internal (0 ms) 14: [ RUN ] kokkosp.profiling_section 14: [ OK ] kokkosp.profiling_section (0 ms) 14: [ RUN ] kokkosp.scoped_profile_region 14: [ OK ] kokkosp.scoped_profile_region (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init 14: [ OK ] kokkosp.create_mirror_no_init (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 14: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 14: [ RUN ] kokkosp.create_mirror_view_and_copy 14: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 14: [----------] 31 tests from kokkosp (9 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 31 tests from 1 test suite ran. (9 ms total) 14: [ PASSED ] 31 tests. 14/59 Test #14: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.44 sec test 15 Start 15: Kokkos_CoreUnitTest_ToolIndependence 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 15: Test timeout computed to be: 1500 15/59 Test #15: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.09 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoadHelp 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 16: Environment variables: 16: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/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_ProfilingTestLibraryLoadHelp ........................ Passed 0.43 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLineHelp 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 1500 17: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 17/59 Test #17: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.43 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoad 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 18: Environment variables: 18: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/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:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0xc09940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xa8bf00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xa8c000:Host:source:0xc09a40: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:0xb41100: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:0xa8bf00:40::kokkosp_deallocate_data:Host:source:0xc09940:40::kokkosp_finalize_library:: 18/59 Test #18: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.43 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLine 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 19: Test timeout computed to be: 1500 19: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x131f840:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x131fac0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x131fbc0:Host:source:0x131f940: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:0x136d6c0: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:0x131fac0:40::kokkosp_deallocate_data:Host:source:0x131f840:40::kokkosp_finalize_library:: 19/59 Test #19: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.43 sec test 20 Start 20: Kokkos_CoreUnitTest_StackTraceTest 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f5357565aa2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2986de] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x294232] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x295bdc] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2ccfb9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2a59e0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2a6ce9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2a7588] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2b6f5d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2cdb39] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2b6b0d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2960b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5356ee2d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5356ee2e40] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2940a5] 20: 20: demangled test_f1: 20: [0x7f5357565aa2] Kokkos::Impl::save_stacktrace() 20: [0x2986de] Test::stacktrace_test_f1(std::ostream&) 20: [0x294232] Test::test_stacktrace(bool, bool) 20: [0x295bdc] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x2ccfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2a59e0] testing::Test::Run() 20: [0x2a6ce9] testing::TestInfo::Run() 20: [0x2a7588] testing::TestSuite::Run() 20: [0x2b6f5d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2cdb39] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2b6b0d] testing::UnitTest::Run() 20: [0x2960b0] main 20: [0x7f5356ee2d90] 20: [0x7f5356ee2e40] __libc_start_main 20: [0x2940a5] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f5357565aa2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2986de] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x298be6] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x294cda] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x295bdc] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2ccfb9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2a59e0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2a6ce9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2a7588] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2b6f5d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2cdb39] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2b6b0d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2960b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5356ee2d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5356ee2e40] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2940a5] 20: 20: demangled test_f3: 20: [0x7f5357565aa2] Kokkos::Impl::save_stacktrace() 20: [0x2986de] Test::stacktrace_test_f1(std::ostream&) 20: [0x298be6] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x294cda] Test::test_stacktrace(bool, bool) 20: [0x295bdc] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x2ccfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2a59e0] testing::Test::Run() 20: [0x2a6ce9] testing::TestInfo::Run() 20: [0x2a7588] testing::TestSuite::Run() 20: [0x2b6f5d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2cdb39] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2b6b0d] testing::UnitTest::Run() 20: [0x2960b0] main 20: [0x7f5356ee2d90] 20: [0x7f5356ee2e40] __libc_start_main 20: [0x2940a5] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1311 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f29b5941aa2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2986de] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x294232] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x295e99] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2ccfb9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2a59e0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2a6ce9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2a7588] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2b6f5d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2cdb39] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2b6b0d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2960b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f29b52bed90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f29b52bee40] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2940a5] 20: 20: demangled test_f1: 20: [0x7f29b5941aa2] Kokkos::Impl::save_stacktrace() 20: [0x2986de] Test::stacktrace_test_f1(std::ostream&) 20: [0x294232] Test::test_stacktrace(bool, bool) 20: [0x295e99] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x2ccfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2a59e0] testing::Test::Run() 20: [0x2a6ce9] testing::TestInfo::Run() 20: [0x2a7588] testing::TestSuite::Run() 20: [0x2b6f5d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2cdb39] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2b6b0d] testing::UnitTest::Run() 20: [0x2960b0] main 20: [0x7f29b52bed90] 20: [0x7f29b52bee40] __libc_start_main 20: [0x2940a5] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f29b5941aa2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2986de] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x298be6] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x294cda] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x295e99] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2ccfb9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2a59e0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2a6ce9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2a7588] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2b6f5d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2cdb39] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2b6b0d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2960b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f29b52bed90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f29b52bee40] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2940a5] 20: 20: demangled test_f3: 20: [0x7f29b5941aa2] Kokkos::Impl::save_stacktrace() 20: [0x2986de] Test::stacktrace_test_f1(std::ostream&) 20: [0x298be6] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x294cda] Test::test_stacktrace(bool, bool) 20: [0x295e99] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x2ccfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2a59e0] testing::Test::Run() 20: [0x2a6ce9] testing::TestInfo::Run() 20: [0x2a7588] testing::TestSuite::Run() 20: [0x2b6f5d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2cdb39] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2b6b0d] testing::UnitTest::Run() 20: [0x2960b0] main 20: [0x7f29b52bed90] 20: [0x7f29b52bee40] __libc_start_main 20: [0x2940a5] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1356 ms) 20: [----------] 2 tests from defaultdevicetype_DeathTest (2668 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fc4901f5aa2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2986de] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x294232] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2ccfb9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2a59e0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2a6ce9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2a7588] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2b6f5d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2cdb39] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2b6b0d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2960b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fc48fb72d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fc48fb72e40] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2940a5] 20: 20: demangled test_f1: 20: [0x7fc4901f5aa2] Kokkos::Impl::save_stacktrace() 20: [0x2986de] Test::stacktrace_test_f1(std::ostream&) 20: [0x294232] Test::test_stacktrace(bool, bool) 20: [0x2ccfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2a59e0] testing::Test::Run() 20: [0x2a6ce9] testing::TestInfo::Run() 20: [0x2a7588] testing::TestSuite::Run() 20: [0x2b6f5d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2cdb39] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2b6b0d] testing::UnitTest::Run() 20: [0x2960b0] main 20: [0x7fc48fb72d90] 20: [0x7fc48fb72e40] __libc_start_main 20: [0x2940a5] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fc4901f5aa2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2986de] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x298be6] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x294cda] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2ccfb9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2a59e0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2a6ce9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2a7588] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2b6f5d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2cdb39] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2b6b0d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2960b0] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fc48fb72d90] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fc48fb72e40] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2940a5] 20: 20: demangled test_f3: 20: [0x7fc4901f5aa2] Kokkos::Impl::save_stacktrace() 20: [0x2986de] Test::stacktrace_test_f1(std::ostream&) 20: [0x298be6] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x294cda] Test::test_stacktrace(bool, bool) 20: [0x2ccfb9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2a59e0] testing::Test::Run() 20: [0x2a6ce9] testing::TestInfo::Run() 20: [0x2a7588] testing::TestSuite::Run() 20: [0x2b6f5d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2cdb39] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2b6b0d] testing::UnitTest::Run() 20: [0x2960b0] main 20: [0x7fc48fb72d90] 20: [0x7fc48fb72e40] __libc_start_main 20: [0x2940a5] _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. (2669 ms total) 20: [ PASSED ] 3 tests. 20/59 Test #20: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 3.10 sec test 21 Start 21: Kokkos_IncrementalTest_SERIAL 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (83 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 (75 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 (162 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 28 tests from 1 test suite ran. (163 ms total) 21: [ PASSED ] 28 tests. 21/59 Test #21: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.60 sec test 22 Start 22: Kokkos_IncrementalTest_HIP 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_HIP 22: Test timeout computed to be: 1500 22: [==========] Running 28 tests from 1 test suite. 22: [----------] Global test environment set-up. 22: [----------] 28 tests from HIP 22: [ RUN ] HIP.IncrTest_01_execspace_typedef 22: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 22: [ RUN ] HIP.IncrTest_01_execspace 22: Device Execution Space: 22: KOKKOS_ENABLE_HIP: yes 22: HIP Options: 22: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 22: 22: Runtime Configuration: 22: XNACK environment variable set: no 22: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 22: macro KOKKOS_ENABLE_HIP : defined 22: macro HIP_VERSION : 60241134 = version 6.2.41134 22: macro KOKKOS_ENABLE_ROCTHRUST : defined 22: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 22: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 22: Total Global Memory: 31.98 GiB 22: Shared Memory per Block: 64 KiB 22: APU or dGPU: dGPU 22: Is Large Bar: 1 22: Supports Managed Memory: 1 22: Architecture capable of accessing system allocated memory: 1 22: System allows accessing system allocated memory on GPU: 0 22: Wavefront Size: 64 22: HIP 22: [ OK ] HIP.IncrTest_01_execspace (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicExchange 22: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicAdd 22: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicSub 22: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 22: [ RUN ] HIP.IncrTest_03a_memspace_malloc 22: [ OK ] HIP.IncrTest_03a_memspace_malloc (1 ms) 22: [ RUN ] HIP.IncrTest_03b_memspace_free 22: [ OK ] HIP.IncrTest_03b_memspace_free (5808 ms) 22: [ RUN ] HIP.IncrTest_04_simple_parallelFor 22: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 22: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 22: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 22: [ RUN ] HIP.IncrTest_05_reduction 22: [ OK ] HIP.IncrTest_05_reduction (7 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange2D 22: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange3D 22: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange4D 22: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_2D 22: [ OK ] HIP.IncrTest_08_deep_copy_2D (2 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_3D 22: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_4D 22: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 22: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 22: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms) 22: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 22: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 22: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (110 ms) 22: [ RUN ] HIP.IncrTest_12a_ThreadScratch 22: [ OK ] HIP.IncrTest_12a_ThreadScratch (3 ms) 22: [ RUN ] HIP.IncrTest_12b_TeamScratch 22: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 22: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms) 22: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms) 22: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms) 22: [ RUN ] HIP.incr_14_MDrangeReduce 22: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 22: [ RUN ] HIP.IncrTest_16_parallelscan 22: [ OK ] HIP.IncrTest_16_parallelscan (6 ms) 22: [ RUN ] HIP.incr_17_atomicView 22: [ OK ] HIP.incr_17_atomicView (1 ms) 22: [----------] 28 tests from HIP (5955 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 28 tests from 1 test suite ran. (5955 ms total) 22: [ PASSED ] 28 tests. 22/59 Test #22: Kokkos_IncrementalTest_HIP ................................. Passed 6.40 sec test 23 Start 23: Kokkos_CoreUnitTest_CTestDevice 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (403 ms) 23: [ RUN ] ctest_environment_DeathTest.no_type_str 23: [ OK ] ctest_environment_DeathTest.no_type_str (400 ms) 23: [ RUN ] ctest_environment_DeathTest.missing_type 23: [ OK ] ctest_environment_DeathTest.missing_type (822 ms) 23: [ RUN ] ctest_environment_DeathTest.no_id_str 23: [ OK ] ctest_environment_DeathTest.no_id_str (431 ms) 23: [ RUN ] ctest_environment_DeathTest.invalid_id_str 23: [ OK ] ctest_environment_DeathTest.invalid_id_str (822 ms) 23: [----------] 5 tests from ctest_environment_DeathTest (2879 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. (2879 ms total) 23: [ PASSED ] 8 tests. 23/59 Test #23: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 2.97 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 24: Test timeout computed to be: 1500 24/59 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.09 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 25: Test timeout computed to be: 1500 25: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 25/59 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.09 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 26: Test timeout computed to be: 1500 26/59 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.09 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 27: Environment variables: 27: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 27: Test timeout computed to be: 1500 27/59 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.09 sec test 28 Start 28: Kokkos_CoreUnitTest_DeviceAndThreads 28: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 28: Test timeout computed to be: 1500 28: test_device_id (__main__.KokkosInitializationTestCase) ... ok 28: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 28: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 28: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 28: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 28: 28: ---------------------------------------------------------------------- 28: Ran 5 tests in 5.163s 28: 28: OK (skipped=1) 28/59 Test #28: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 5.21 sec test 29 Start 29: Kokkos_PerformanceTest_Benchmark 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T14-17-29.json" 29: Test timeout computed to be: 1500 29: 2025-09-23T14:35:40+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 29: Run on (64 X 2994.45 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x32) 29: L1 Instruction 32 KiB (x32) 29: L2 Unified 512 KiB (x32) 29: L3 Unified 16384 KiB (x16) 29: Load Average: 5.82, 15.80, 14.91 29: APU or dGPU: dGPU 29: Architecture capable of accessing system allocated memory: 1 29: CPU architecture: none 29: Default Device: HIP 29: GPU architecture: AMD_GFX908 29: Is Large Bar: 1 29: KOKKOS_COMPILER_CLANG: 1800 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX20: yes 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HIP: yes 29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: KOKKOS_ENABLE_SERIAL: yes 29: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 29: Kokkos Version: 4.7.99 29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 29: macro HIP_VERSION: 60241134 = version 6.2.41134 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: mdspan: enabled 29: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 29: platform: 64bit 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: GramSchmidt/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1024 7.23873u 29: GramSchmidt/Count:2048/iterations:5/manual_time 0.007 s 0.008 s 5 2.048k 3.60267u 29: GramSchmidt/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.79937u 29: GramSchmidt/Count:8192/iterations:5/manual_time 0.007 s 0.009 s 5 8.192k 895.645n 29: GramSchmidt/Count:16384/iterations:5/manual_time 0.007 s 0.009 s 5 16.384k 448.066n 29: GramSchmidt/Count:32768/iterations:5/manual_time 0.007 s 0.010 s 5 32.768k 224.285n 29: GramSchmidt/Count:65536/iterations:5/manual_time 0.008 s 0.012 s 5 65.536k 122.028n 29: GramSchmidt/Count:131072/iterations:5/manual_time 0.010 s 0.018 s 5 131.072k 74.6173n 29: GramSchmidt/Count:262144/iterations:5/manual_time 0.031 s 0.046 s 5 262.144k 116.912n 29: GramSchmidt/Count:524288/iterations:5/manual_time 0.033 s 0.063 s 5 524.288k 62.2909n 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s Max 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: CustomReduction/N:100000/R:1000/manual_time 0.007 s 0.017 s 87 14.5969k/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.497 s 0.495 s 2 0.0962858 0.0467707 0.0856787 0.0412257 0.0420925 2.645u 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.32394m 4.09675m 7.65862m 3.81177m 3.81997m 2.545u 29: OverlapTeamPolicy/N:20/M:1000000/R:10 0.187 s 0.186 s 4 0.0345627 0.017568 0.032515 0.0161953 0.0162258 3.677u 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.001 s 5 1024 32.7275n 29: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 15.0967n 29: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 6.1687n 29: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.24585n 29: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.71033n 29: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1049.96p 29: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 702.148p 29: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 511.368p 29: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 428.471p 29: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 377.619p 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations FOM: rate 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Malloc/N:1/manual_time 25.9 us 58.4 us 27981 38.649k/s 29: Malloc/N:16/manual_time 24.8 us 57.1 us 28005 40.3964k/s 29: Malloc/N:256/manual_time 24.7 us 57.0 us 28306 40.467k/s 29: Malloc/N:4096/manual_time 24.7 us 57.0 us 27780 40.4616k/s 29: Malloc/N:65536/manual_time 24.7 us 57.0 us 28279 40.4637k/s 29: Malloc/N:1048576/manual_time 24.7 us 57.1 us 28313 40.4539k/s 29: Malloc/N:16777216/manual_time 500 us 221 us 6243 1.99843k/s 29: Malloc/N:268435456/manual_time 9343 us 477 us 75 107.03/s 29: Malloc/N:4294967296/manual_time 148671 us 1420 us 5 6.72626/s 29: MallocFree/N:1/manual_time 160 us 156 us 4532 6.2459k/s 29: MallocFree/N:16/manual_time 60.1 us 59.8 us 12212 16.6394k/s 29: MallocFree/N:256/manual_time 58.3 us 58.0 us 12046 17.1612k/s 29: MallocFree/N:4096/manual_time 57.2 us 57.0 us 10466 17.4829k/s 29: MallocFree/N:65536/manual_time 60.0 us 58.1 us 11975 16.6566k/s 29: MallocFree/N:1048576/manual_time 57.4 us 57.1 us 12251 17.4342k/s 29: MallocFree/N:16777216/manual_time 506 us 215 us 3854 1.9744k/s 29: MallocFree/N:268435456/manual_time 9456 us 483 us 74 105.754/s 29: MallocFree/N:4294967296/manual_time 148839 us 1503 us 5 6.71865/s 29: MallocTouch/N:1/manual_time 121 us 154 us 5848 8.25035k/s 29: MallocTouch/N:16/manual_time 27.0 us 61.4 us 25874 37.0213k/s 29: MallocTouch/N:256/manual_time 27.4 us 61.4 us 25965 36.4989k/s 29: MallocTouch/N:4096/manual_time 36.9 us 68.3 us 18970 27.1172k/s 29: MallocTouch/N:65536/manual_time 37.7 us 68.8 us 18986 26.5067k/s 29: MallocTouch/N:1048576/manual_time 40.4 us 71.8 us 17321 24.7661k/s 29: MallocTouch/N:16777216/manual_time 481 us 257 us 5550 2.07892k/s 29: MallocTouch/N:268435456/manual_time 9339 us 545 us 75 107.076/s 29: MallocTouch/N:4294967296/manual_time 148874 us 2108 us 5 6.71707/s 29: MallocTouchFree/N:1/manual_time 155 us 154 us 4531 6.4564k/s 29: MallocTouchFree/N:16/manual_time 51.5 us 51.3 us 13617 19.4064k/s 29: MallocTouchFree/N:256/manual_time 51.6 us 51.4 us 13616 19.3697k/s 29: MallocTouchFree/N:4096/manual_time 63.4 us 63.2 us 11078 15.7694k/s 29: MallocTouchFree/N:65536/manual_time 62.8 us 62.6 us 11145 15.921k/s 29: MallocTouchFree/N:1048576/manual_time 66.3 us 66.0 us 10579 15.0884k/s 29: MallocTouchFree/N:16777216/manual_time 500 us 234 us 3745 2.00101k/s 29: MallocTouchFree/N:268435456/manual_time 9448 us 536 us 74 105.848/s 29: MallocTouchFree/N:4294967296/manual_time 149323 us 2164 us 5 6.69688/s 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: ViewAllocate_Rank1/N:10/manual_time 0.054 s 0.001 s 10 14.9268/s 800 29: ViewAllocate_Rank1/N:10/manual_time 0.025 s 0.001 s 49 31.7474/s 800 29: ViewAllocate_Rank2/N:10/manual_time 0.027 s 0.001 s 26 29.817/s 800 29: ViewAllocate_Rank2/N:10/manual_time 0.027 s 0.001 s 28 29.8396/s 800 29: ViewAllocate_Rank3/N:10/manual_time 0.028 s 0.001 s 26 28.6855/s 800 29: ViewAllocate_Rank3/N:10/manual_time 0.028 s 0.001 s 26 28.6837/s 800 29: ViewAllocate_Rank4/N:10/manual_time 0.028 s 0.001 s 26 28.7307/s 800 29: ViewAllocate_Rank4/N:10/manual_time 0.026 s 0.001 s 24 31.0806/s 800 29: ViewAllocate_Rank5/N:10/manual_time 0.028 s 0.001 s 26 28.7345/s 800 29: ViewAllocate_Rank5/N:10/manual_time 0.027 s 0.001 s 26 29.7905/s 800 29: ViewAllocate_Rank6/N:10/manual_time 0.027 s 0.001 s 24 29.791/s 800 29: ViewAllocate_Rank6/N:10/manual_time 0.027 s 0.001 s 26 29.7882/s 800 29: ViewAllocate_Rank7/N:10/manual_time 0.026 s 0.001 s 24 31.0893/s 800 29: ViewAllocate_Rank7/N:10/manual_time 0.027 s 0.001 s 26 29.8696/s 800 29: ViewAllocate_Rank8/N:10/manual_time 0.027 s 0.001 s 24 29.79/s 800 29: ViewAllocate_Rank8/N:10/manual_time 0.027 s 0.001 s 26 29.7876/s 800 29: ViewDeepCopy_Rank1/N:10/manual_time 0.029 s 0.029 s 24 55.6745/s 1.6k 29: ViewDeepCopy_Rank1/N:10/manual_time 0.029 s 0.029 s 24 55.6878/s 1.6k 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 391 928.688/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 399 908.663/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 399 928.202/s 1.6k 29: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 254 291.884/s 800 29: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.079 s 0.079 s 9 10.0651/s 800 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 403 914.07/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 397 931.664/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 399 930.07/s 1.6k 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 373 909.991/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 220 504.184/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 224 519.399/s 1.6k 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 401 925.933/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 320 741.927/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 277 642.354/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 399 915.428/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 399 917.842/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 388 931.904/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 397 930.203/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.014 s 0.014 s 49 111.796/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.015 s 0.014 s 49 109.825/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 222 508.158/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 102 232.942/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 400 931.904/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 399 906.285/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 44 100.669/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.019 s 0.018 s 38 85.67/s 1.6k 29: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 399 931.913/s 1.6k 29: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 393 924.029/s 1.6k 29: ViewDeepCopy_Rank7/N:10/manual_time 0.018 s 0.018 s 39 89.0969/s 1.6k 29: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 37 82.405/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 397 927.588/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 400 932.13/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 35 88.0943/s 1.6k 29: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 35 83.3999/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 445 1033.01/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1017.36/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1033.04/s 1.6k 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 445 1032.64/s 1.6k 29: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 888 1045.51/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. 29: ViewFill_Rank1/N:10/manual_time 0.030 s 0.030 s 23 26.2769/s 800 29: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 900 1044.97/s 800 29: ViewFill_Rank1/N:10/manual_time 0.030 s 0.030 s 23 26.2396/s 800 29: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 900 1045.5/s 800 29: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 892 1046.07/s 800 29: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 891 1045.59/s 800 29: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 892 1046.17/s 800 29: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 343 200.089/s 400 29: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 887 1045.42/s 800 29: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 891 1046.21/s 800 29: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 891 1046.37/s 800 29: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 891 1045.79/s 800 29: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 892 1046.38/s 800 29: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 891 1046.51/s 800 29: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 892 1046.33/s 800 29: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 891 1046.36/s 800 29: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 891 1046.6/s 800 29: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 891 1046.51/s 800 29: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 893 1047.42/s 800 29: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 892 1046.96/s 800 29: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.57625k/s 1.6k 29: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.7637k/s 1.6k 29: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.75768k/s 1.6k 29: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.61914k/s 1.6k 29: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.34535k/s 1.6k 29: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.97677k/s 1.6k 29: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.95276k/s 1.6k 29: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.88067k/s 1.6k 29: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.14961k/s 1.6k 29: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.59027k/s 1.6k 29: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.42377k/s 1.6k 29: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.54038k/s 1.6k 29: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.60733k/s 1.6k 29: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.09525k/s 1.6k 29: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.60789k/s 1.6k 29: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.02788k/s 1.6k 29: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.32327k/s 1.6k 29: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.43363k/s 1.6k 29: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.6011k/s 1.6k 29: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.62931k/s 1.6k 29: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.28498k/s 1.6k 29: ViewResize_Rank6/N:10/iterations:10/manual_time 0.006 s 0.001 s 10 251.796/s 1.6k 29: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.002 s 0.001 s 10 687.442/s 1.6k 29: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 485.259/s 1.6k 29: ViewResize_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 537.002/s 1.6k 29: ViewResize_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 542.329/s 1.6k 29: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 561.537/s 1.6k 29: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 561.044/s 1.6k 29: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 511.552/s 1.6k 29: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 541.425/s 1.6k 29: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 537.259/s 1.6k 29: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 561.126/s 1.6k 29: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.028 s 0.002 s 10 56.671/s 1.6k 29: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.031 s 0.002 s 10 51.2906/s 1.6k 29/59 Test #29: Kokkos_PerformanceTest_Benchmark ........................... Passed 134.37 sec test 30 Start 30: Kokkos_Benchmark_Atomic_MinMax 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T14-17-29.json" 30: Test timeout computed to be: 1500 30: 2025-09-23T14:37:54+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 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: 5.52, 12.33, 13.75 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 1800 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX20: yes 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HIP: yes 30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: KOKKOS_ENABLE_SERIAL: yes 30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 30: Kokkos Version: 4.7.99 30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 30: macro HIP_VERSION: 60241134 = version 6.2.41134 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: mdspan: enabled 30: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 30: platform: 64bit 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30/59 Test #30: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.50 sec test 31 Start 31: Kokkos_PerformanceTest_ViewFirstTouch 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T14-17-29.json" 31: Test timeout computed to be: 1500 31: 2025-09-23T14:37:55+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 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: 5.52, 12.33, 13.75 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 1800 31: KOKKOS_ENABLE_ASM: no 31: KOKKOS_ENABLE_CXX20: yes 31: KOKKOS_ENABLE_CXX23: no 31: KOKKOS_ENABLE_CXX26: no 31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 31: KOKKOS_ENABLE_HIP: yes 31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: KOKKOS_ENABLE_SERIAL: yes 31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 31: Kokkos Version: 4.7.99 31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 31: macro HIP_VERSION: 60241134 = version 6.2.41134 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: mdspan: enabled 31: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 31: platform: 64bit 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: Benchmark Time CPU Iterations FOM: GB/s MB 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 15584 0.0120368/s 512u 31: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 14997 0.0824886/s 4.096m 31: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 14254 0.666664/s 0.032768 31: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 14321 5.31626/s 0.262144 31: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 3416 10.2462/s 2.09715 31: ViewFirstTouch_Initialize/N:2097152/manual_time 0.000 s 0.000 s 4791 34.4144/s 16.7772 31: ViewFirstTouch_Initialize/N:16777216/manual_time 0.005 s 0.001 s 149 28.4714/s 134.218 31: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 54871 0.0793997/s 1024u 31: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 49069 0.576406/s 8.192m 31: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 42014 3.9434/s 0.065536 31: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 40956 30.6525/s 0.524288 31: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 31099 185.505/s 4.1943 31: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.000 s 13562 631.194/s 33.5544 31: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.000 s 0.001 s 2453 939.676/s 268.435 31: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 53656 0.0769735/s 1024u 31: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 53101 0.620207/s 8.192m 31: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 53052 4.96585/s 0.065536 31: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 51520 38.5905/s 0.524288 31: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 42742 256.037/s 4.1943 31: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 23136 1.10696k/s 33.5544 31: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4681 1.79751k/s 268.435 31: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 56526 0.0826924/s 1024u 31: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 52096 0.660228/s 8.192m 31: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 55849 5.22783/s 0.065536 31: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 54141 40.5875/s 0.524288 31: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 45098 270.114/s 4.1943 31: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 22425 1.11325k/s 33.5544 31: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 4988 1.91615k/s 268.435 31/59 Test #31: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 78.24 sec test 32 Start 32: Kokkos_PerformanceTest_Mempool 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T14-17-29.json" 32: Test timeout computed to be: 1500 32: 2025-09-23T14:39:13+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 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: 5.64, 10.78, 13.08 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 1800 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX20: yes 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HIP: yes 32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 32: Kokkos Version: 4.7.99 32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 32: macro HIP_VERSION: 60241134 = version 6.2.41134 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: mdspan: enabled 32: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 32: platform: 64bit 32: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: fill ops per second 32: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2235 17.69M/s 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: cycle ops per second 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 7160 113.2M/s 32/59 Test #32: Kokkos_PerformanceTest_Mempool ............................. Passed 3.44 sec test 33 Start 33: Kokkos_PerformanceTest_Atomic 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T14-17-29.json" 33: Test timeout computed to be: 1500 33: 2025-09-23T14:39:16+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 33: Run on (64 X 2994.45 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: 5.64, 10.78, 13.08 33: APU or dGPU: dGPU 33: Architecture capable of accessing system allocated memory: 1 33: CPU architecture: none 33: Default Device: HIP 33: GPU architecture: AMD_GFX908 33: Is Large Bar: 1 33: KOKKOS_COMPILER_CLANG: 1800 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_CXX20: yes 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_CXX26: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HIP: yes 33: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 33: Kokkos Version: 4.7.99 33: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 33: Shared Memory per Block: 64 KiB 33: Supports Managed Memory: 1 33: System allows accessing system allocated memory on GPU: 0 33: Total Global Memory: 31.98 GiB 33: Wavefront Size: 64 33: XNACK environment variable set: no 33: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 33: macro HIP_VERSION: 60241134 = version 6.2.41134 33: macro KOKKOS_ENABLE_HIP: defined 33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 33: macro KOKKOS_ENABLE_ROCTHRUST: defined 33: mdspan: enabled 33: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 33: platform: 64bit 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 33: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Test_Atomic/30000/iterations:10 0.364 s 0.362 s 10 1 4 7.29703m 6.31687m 58.1u 449.985M 57.144k 449.985M 33: Test_Atomic/100000/iterations:10 3.64 s 3.62 s 10 1 8 5.31739m 1.94405m 114.52u 4.99995G 119.742k 4.99995G 33: Test_Atomic/100000/iterations:10 3.59 s 3.58 s 10 1 8 2.63034m 1.91209m 114.72u 4.99995G 71.166k 4.99995G 33: Test_Atomic/100000/iterations:10 3.42 s 3.40 s 10 1 4 2.607m 1.92442m 55.9u 704.983M 148.344k 704.983M 33: Test_Atomic/100000/iterations:10 4.05 s 4.03 s 10 1 8 3.44256m 2.67222m 117.62u 4.99995G 44.862k 4.99995G 33: Test_Atomic/100000/iterations:10 3.93 s 3.91 s 10 1 8 3.28047m 2.57944m 115.72u 4.99995G 75.326k 4.99995G 33: Test_Atomic/100000/iterations:10 3.53 s 3.51 s 10 0 4 0.0111562 2.84625m 912.01u 4.99995G 130.872k 4.99989G 33: Test_Atomic/100000/iterations:10 3.97 s 3.95 s 10 1 8 0.0113702 2.73784m 911.01u 4.99995G 120.51k 4.99995G 33/59 Test #33: Kokkos_PerformanceTest_Atomic .............................. Passed 265.49 sec test 34 Start 34: Kokkos_PerformanceTest_Reduction 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T14-17-29.json" 34: Test timeout computed to be: 1500 34: 2025-09-23T14:43:42+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 34: Run on (64 X 3116.19 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: 6.05, 7.25, 10.96 34: APU or dGPU: dGPU 34: Architecture capable of accessing system allocated memory: 1 34: CPU architecture: none 34: Default Device: HIP 34: GPU architecture: AMD_GFX908 34: Is Large Bar: 1 34: KOKKOS_COMPILER_CLANG: 1800 34: KOKKOS_ENABLE_ASM: no 34: KOKKOS_ENABLE_CXX20: yes 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_CXX26: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HIP: yes 34: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 34: Kokkos Version: 4.7.99 34: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 34: Shared Memory per Block: 64 KiB 34: Supports Managed Memory: 1 34: System allows accessing system allocated memory on GPU: 0 34: Total Global Memory: 31.98 GiB 34: Wavefront Size: 64 34: XNACK environment variable set: no 34: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 34: macro HIP_VERSION: 60241134 = version 6.2.41134 34: macro KOKKOS_ENABLE_HIP: defined 34: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 34: macro KOKKOS_ENABLE_ROCTHRUST: defined 34: mdspan: enabled 34: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 34: platform: 64bit 34: ---------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations 34: ---------------------------------------------------------------------------------------------------- 34: ReductionCheapScalarResult/10000/iterations:10 45.2 us 45.0 us 10 34: ReductionCheapScalarResult/100000/iterations:10 45.5 us 45.5 us 10 34: ReductionCheapScalarResult/1000000/iterations:10 56.2 us 55.7 us 10 34: ReductionCheapScalarResult/10000000/iterations:10 158 us 157 us 10 34: ReductionCheapHostResult/10000/iterations:10 31.6 us 31.5 us 10 34: ReductionCheapHostResult/100000/iterations:10 35.1 us 34.5 us 10 34: ReductionCheapHostResult/1000000/iterations:10 45.3 us 44.8 us 10 34: ReductionCheapHostResult/10000000/iterations:10 149 us 148 us 10 34: ReductionCheapDeviceResult/10000/iterations:10 22.6 us 22.6 us 10 34: ReductionCheapDeviceResult/100000/iterations:10 24.9 us 24.9 us 10 34: ReductionCheapDeviceResult/1000000/iterations:10 36.3 us 35.7 us 10 34: ReductionCheapDeviceResult/10000000/iterations:10 143 us 140 us 10 34: ReductionExpensive/10000/iterations:10 113 us 112 us 10 34: ReductionExpensive/100000/iterations:10 312 us 311 us 10 34: ReductionExpensive/1000000/iterations:10 2621 us 2609 us 10 34: ReductionExpensive/10000000/iterations:10 22519 us 22423 us 10 34/59 Test #34: Kokkos_PerformanceTest_Reduction ........................... Passed 0.73 sec test 35 Start 35: Kokkos_ContainersUnitTest_Serial 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 35: Test timeout computed to be: 1500 35: [==========] Running 77 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from serial_DeathTest 35: [ RUN ] serial_DeathTest.dualview_external_view_construction 35: [ OK ] serial_DeathTest.dualview_external_view_construction (1339 ms) 35: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 35: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (16042 ms) 35: [----------] 2 tests from serial_DeathTest (17381 ms total) 35: 35: [----------] 75 tests from serial 35: [ RUN ] serial.bitset 35: [ OK ] serial.bitset (1165 ms) 35: [ RUN ] serial.bitset_default_constructor_no_alloc 35: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 35: [ RUN ] serial.dualview_combination 35: [ OK ] serial.dualview_combination (0 ms) 35: [ RUN ] serial.dualview_alloc 35: [ OK ] serial.dualview_alloc (0 ms) 35: [ RUN ] serial.test_dualview_copy_construction_and_assignment 35: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 35: [ RUN ] serial.dualview_combinations_without_init 35: [ OK ] serial.dualview_combinations_without_init (0 ms) 35: [ RUN ] serial.dualview_deep_copy 35: [ OK ] serial.dualview_deep_copy (0 ms) 35: [ RUN ] serial.dualview_sync_should_fence 35: [ OK ] serial.dualview_sync_should_fence (0 ms) 35: [ RUN ] serial.dualview_realloc 35: [ OK ] serial.dualview_realloc (0 ms) 35: [ RUN ] serial.dualview_resize 35: [ OK ] serial.dualview_resize (0 ms) 35: [ RUN ] serial.dualview_device_correct_kokkos_device 35: 35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 35: does not support page migration between device and host. 35: HIPManagedSpace might not work as expected. 35: Please refer to the ROCm documentation on unified/managed memory. 35: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_correct_kokkos_device 35: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_sync 35: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 35: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_sync 35: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 35: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 35: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 35: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 35: [ RUN ] serial.dualview_sequential_host_init 35: [ OK ] serial.dualview_sequential_host_init (0 ms) 35: [ RUN ] serial.dualview_default_constructed 35: [ OK ] serial.dualview_default_constructed (0 ms) 35: [ RUN ] serial.dualview_resize_single_device 35: [ OK ] serial.dualview_resize_single_device (0 ms) 35: [ RUN ] serial.dynamic_view 35: [ OK ] serial.dynamic_view (6 ms) 35: [ RUN ] serial.dyn_rank_view_api_generic 35: [ OK ] serial.dyn_rank_view_api_generic (5 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 35: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 35: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 35: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 35: skipping since not default execution space 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank67 35: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_members 35: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 35: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 35: [ RUN ] serial.dyn_rank_view_layout_member 35: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 35: [ RUN ] serial.dyn_rank_view_team_scratch 35: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 35: [ RUN ] serial.view_customization_extra_int_arg 35: [ OK ] serial.view_customization_extra_int_arg (0 ms) 35: [ RUN ] serial.ErrorReporterViaLambda 35: [ OK ] serial.ErrorReporterViaLambda (0 ms) 35: [ RUN ] serial.ErrorReporter 35: [ OK ] serial.ErrorReporter (0 ms) 35: [ RUN ] serial.offsetview_construction 35: [ OK ] serial.offsetview_construction (7 ms) 35: [ RUN ] serial.offsetview_unmanaged_construction 35: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 35: [ RUN ] serial.offsetview_subview 35: [ OK ] serial.offsetview_subview (4 ms) 35: [ RUN ] serial.offsetview_offsets_rank1 35: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank2 35: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank3 35: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 35: [ RUN ] serial.scatterview 35: [ OK ] serial.scatterview (1633 ms) 35: [ RUN ] serial.scatterview_devicetype 35: [ OK ] serial.scatterview_devicetype (1 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 35: [ OK ] serial.UnorderedMap_insert (6123 ms) 35: [ RUN ] serial.UnorderedMap_failed_insert 35: [ OK ] serial.UnorderedMap_failed_insert (2855 ms) 35: [ RUN ] serial.UnorderedMap_deep_copy 35: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 35: [ RUN ] serial.UnorderedMap_valid_empty 35: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 35: [ RUN ] serial.UnorderedMap_clear_zero_size 35: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 35: [ RUN ] serial.UnorderedMap_consistent_size 35: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 35: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 35: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 35: [ RUN ] serial.UnorderedMap_lambda_capturable 35: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 35: [ RUN ] serial.UnorderedMap_constructor_view_alloc 35: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 35: [ RUN ] serial.UnorderedMap_View_as_value 35: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 35: [ RUN ] serial.vector_combination 35: [ OK ] serial.vector_combination (0 ms) 35: [ RUN ] serial.vector_insert 35: [ OK ] serial.vector_insert (0 ms) 35: [ RUN ] serial.vector_push_back_default_exec 35: [ OK ] serial.vector_push_back_default_exec (0 ms) 35: [----------] 75 tests from serial (11819 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 77 tests from 2 test suites ran. (29200 ms total) 35: [ PASSED ] 76 tests. 35: [ SKIPPED ] 1 test, listed below: 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 35/59 Test #35: Kokkos_ContainersUnitTest_Serial ........................... Passed 29.66 sec test 36 Start 36: Kokkos_ContainersUnitTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 36: Test timeout computed to be: 1500 36: [==========] Running 77 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from hip_DeathTest 36: [ RUN ] hip_DeathTest.dualview_external_view_construction 36: /var/jenkins/workspace/Kokkos_PR-8324/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: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (16051 ms) 36: [----------] 2 tests from hip_DeathTest (16051 ms total) 36: 36: [----------] 75 tests from hip 36: [ RUN ] hip.bitset 36: [ OK ] hip.bitset (21 ms) 36: [ RUN ] hip.bitset_default_constructor_no_alloc 36: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] hip.dualview_combination 36: [ OK ] hip.dualview_combination (7 ms) 36: [ RUN ] hip.dualview_alloc 36: [ OK ] hip.dualview_alloc (0 ms) 36: [ RUN ] hip.test_dualview_copy_construction_and_assignment 36: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] hip.dualview_combinations_without_init 36: [ OK ] hip.dualview_combinations_without_init (0 ms) 36: [ RUN ] hip.dualview_deep_copy 36: [ OK ] hip.dualview_deep_copy (2 ms) 36: [ RUN ] hip.dualview_sync_should_fence 36: [ OK ] hip.dualview_sync_should_fence (12 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 (56 ms) 36: [ RUN ] hip.dyn_rank_view_api_generic 36: [ OK ] hip.dyn_rank_view_api_generic (16 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 36: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms) 36: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 36: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] hip.dyn_rank_view_api_operator_rank67 36: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 36: [ RUN ] hip.dyn_rank_view_ctor_from_members 36: [ OK ] hip.dyn_rank_view_ctor_from_members (0 ms) 36: [ RUN ] hip.dyn_rank_view_ctor_from_layout_stride 36: [ OK ] hip.dyn_rank_view_ctor_from_layout_stride (0 ms) 36: [ RUN ] hip.dyn_rank_view_layout_member 36: [ OK ] hip.dyn_rank_view_layout_member (0 ms) 36: [ RUN ] hip.dyn_rank_view_team_scratch 36: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 36: [ RUN ] hip.view_customization_extra_int_arg 36: [ OK ] hip.view_customization_extra_int_arg (0 ms) 36: [ RUN ] hip.ErrorReporterViaLambda 36: [ OK ] hip.ErrorReporterViaLambda (2 ms) 36: [ RUN ] hip.ErrorReporter 36: [ OK ] hip.ErrorReporter (0 ms) 36: [ RUN ] hip.offsetview_construction 36: [ OK ] hip.offsetview_construction (4 ms) 36: [ RUN ] hip.offsetview_unmanaged_construction 36: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] hip.offsetview_subview 36: [ OK ] hip.offsetview_subview (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank1 36: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank2 36: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank3 36: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] hip.scatterview 36: [ OK ] hip.scatterview (28224 ms) 36: [ RUN ] hip.scatterview_devicetype 36: [ OK ] hip.scatterview_devicetype (45846 ms) 36: [ RUN ] hip.staticcrsgraph 36: [ OK ] hip.staticcrsgraph (24 ms) 36: [ RUN ] hip.resize_realloc_no_init_dualview 36: [ OK ] hip.resize_realloc_no_init_dualview (1 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_dualview 36: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] hip.resize_exec_space_dualview 36: [ OK ] hip.resize_exec_space_dualview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dualview 36: [ OK ] hip.realloc_exec_space_dualview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_dynrankview 36: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] hip.resize_exec_space_dynrankview 36: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dynrankview 36: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_scatterview 36: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_scatterview 36: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] hip.resize_exec_space_scatterview 36: [ OK ] hip.resize_exec_space_scatterview (0 ms) 36: [ RUN ] hip.realloc_exec_space_scatterview 36: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview 36: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 36: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview 36: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_offsetview 36: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview 36: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 36: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] hip.UnorderedMap_insert 36: [ OK ] hip.UnorderedMap_insert (2716 ms) 36: [ RUN ] hip.UnorderedMap_failed_insert 36: [ OK ] hip.UnorderedMap_failed_insert (862 ms) 36: [ RUN ] hip.UnorderedMap_deep_copy 36: [ OK ] hip.UnorderedMap_deep_copy (5 ms) 36: [ RUN ] hip.UnorderedMap_valid_empty 36: [ OK ] hip.UnorderedMap_valid_empty (2 ms) 36: [ RUN ] hip.UnorderedMap_clear_zero_size 36: [ OK ] hip.UnorderedMap_clear_zero_size (1 ms) 36: [ RUN ] hip.UnorderedMap_consistent_size 36: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 36: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] hip.UnorderedMap_lambda_capturable 36: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] hip.UnorderedMap_constructor_view_alloc 36: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] hip.UnorderedMap_View_as_value 36: [ OK ] hip.UnorderedMap_View_as_value (0 ms) 36: [ RUN ] hip.vector_combination 36: [ OK ] hip.vector_combination (0 ms) 36: [ RUN ] hip.vector_insert 36: [ OK ] hip.vector_insert (2 ms) 36: [ RUN ] hip.vector_push_back_default_exec 36: [ OK ] hip.vector_push_back_default_exec (0 ms) 36: [----------] 75 tests from hip (77832 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 77 tests from 2 test suites ran. (93884 ms total) 36: [ PASSED ] 76 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction 36/59 Test #36: Kokkos_ContainersUnitTest_HIP .............................. Passed 94.45 sec test 37 Start 37: Kokkos_ContainersPerformanceTest_HIP 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 37: Test timeout computed to be: 1500 37: [==========] Running 4 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 4 tests from TEST_CATEGORY 37: [ RUN ] TEST_CATEGORY.dynrankview_perf 37: HIP 37: DynRankView vs View: Initialization Only 37: View time (init only): 0.0035099 37: View sum computation time: 0.0035099 37: Strided View time (init only): 0.001954 37: View Rank7 time (init only): 0.0019343 37: DynRankView time (init only): 0.00182822 37: DynRankView sum computation time: 0.00152615 37: Ratio of View to DynRankView time: 1.91984 37: Ratio of View to DynRankView sum computation time: 0.886199 37: Ratio of View to View Rank7 time: 1.81456 37: Ratio of StrideView to DynRankView time: 1.0688 37: Ratio of DynRankView to View Rank7 time: 0.945159 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.00113957, 1.6692e-05, 0.00390857, 0.00564189 37: 512, 0.00102934, 1.4648e-05, 3.5216e-05, 0.00437221 37: 1024, 0.001027, 1.3856e-05, 3.6058e-05, 0.00439012 37: 2048, 0.00106861, 1.3235e-05, 3.8773e-05, 0.00445488 37: 4096, 0.00109639, 1.2804e-05, 4.0777e-05, 0.00445284 37: 8192, 0.00111154, 1.2995e-05, 4.0065e-05, 0.00445087 37: 16384, 0.00110017, 1.3575e-05, 4.0236e-05, 0.00451961 37: 32768, 0.00103094, 1.2744e-05, 4.2059e-05, 0.00466991 37: 65536, 0.00102826, 1.3785e-05, 4.7229e-05, 0.00494596 37: 131072, 0.0010491, 1.3345e-05, 7.2536e-05, 0.005683 37: 262144, 0.0010537, 1.4618e-05, 0.000119304, 0.0080946 37: 524288, 0.00109813, 1.6571e-05, 0.000291528, 0.0116746 37: 1048576, 0.000893899, 2.2112e-05, 0.000680799, 0.0221272 37: 2097152, 0.00119008, 2.9626e-05, 0.00157689, 0.0500762 37: 4194304, 0.00120463, 4.4043e-05, 0.00352746, 0.116889 37: [ OK ] TEST_CATEGORY.global_2_local (286 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 (302 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 4 tests from 1 test suite ran. (302 ms total) 37: [ PASSED ] 4 tests. 37/59 Test #37: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.74 sec test 38 Start 38: Kokkos_UnitTest_Sort 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 38: Test timeout computed to be: 1500 38: [==========] Running 17 tests from 2 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from hip_DeathTest 38: [ RUN ] hip_DeathTest.SortByKeyKeysLargerThanValues 38: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (2701 ms) 38: [----------] 1 test from hip_DeathTest (2702 ms total) 38: 38: [----------] 16 tests from hip 38: [ RUN ] hip.SortUnsignedValueType 38: [ OK ] hip.SortUnsignedValueType (25 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 (11 ms) 38: [ RUN ] hip.SortByKeyWithComparator 38: [ OK ] hip.SortByKeyWithComparator (0 ms) 38: [ RUN ] hip.SortByKeyStaticExtents 38: [ OK ] hip.SortByKeyStaticExtents (0 ms) 38: [ RUN ] hip.SortByKeyWithStrides 38: [ OK ] hip.SortByKeyWithStrides (0 ms) 38: [ RUN ] hip.SortWithCustomComparator 38: [ OK ] hip.SortWithCustomComparator (91 ms) 38: [ RUN ] hip.BinSortGenericTests 38: [ OK ] hip.BinSortGenericTests (18 ms) 38: [ RUN ] hip.BinSortEmptyView 38: [ OK ] hip.BinSortEmptyView (0 ms) 38: [ RUN ] hip.BinSortEmptyKeysView 38: [ OK ] hip.BinSortEmptyKeysView (0 ms) 38: [ RUN ] hip.BinSort_issue_7221 38: [ OK ] hip.BinSort_issue_7221 (0 ms) 38: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues 38: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (9517 ms) 38: [ RUN ] hip.NestedSort 38: [ OK ] hip.NestedSort (38 ms) 38: [ RUN ] hip.NestedSortByKey 38: [ OK ] hip.NestedSortByKey (109 ms) 38: [----------] 16 tests from hip (9815 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 17 tests from 2 test suites ran. (12517 ms total) 38: [ PASSED ] 17 tests. 38/59 Test #38: Kokkos_UnitTest_Sort ....................................... Passed 12.96 sec test 39 Start 39: Kokkos_UnitTest_Random 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 39: Test timeout computed to be: 1500 39: [==========] Running 3 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from hip 39: [ RUN ] hip.Random_XorShift64 39: Test Seed:1758638760875514236 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.0031246 -0.0053716 || 0.051031 28030 29318 || 28764.3 28674.4 || -74.2569 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00556013 0.00336554 || 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.027797 -0.0162458 || 0.051031 28000 29381 || 29494.2 28674.4 || -224.582 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0131649 -0.00708557 || 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.00938914 0.00211155 || 0.051031 27968 29319 || 28407.7 28674.4 || 29.19 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0118851 -0.0055895 || 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.00991643 0.0155203 || 0.051031 28023 29372 || 28392.8 28674.4 || 214.552 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00343362 0.00477554 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.00024555 -0.99999 -48247.3 || 0.051031 0 194859 || 2.92859e+09 28674.4 || -6.6697e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000735565 -0.315732 0.154981 || 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.0100446 0.0235616 || 0.051031 28011 29329 || 28965.3 28674.4 || 325.716 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.56767e-07 -0.00201343 0.00132697 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.6091e-07 0.0190778 0.00251235 || 0.051031 28037 29284 || 28137.6 28674.4 || 34.7307 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.96226e-07 -0.00175031 -0.000456975 || 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.00194694 -0.000655843 || 0.051031 28085 29428 || 28730.3 28674.4 || -9.06637 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0232177 0.0012161 || 0.051031 1e+64 -1e+64 39: Test Seed:1758638761037289685 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 0.00218705 -0.00701292 || 0.051031 28055 29354 || 28611.8 28674.4 || -96.9465 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0152839 -0.00280927 || 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.0151729 -0.0202753 || 0.051031 28023 29241 || 28245.8 28674.4 || -280.286 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00198958 -0.00336031 || 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.00899608 0.000805194 || 0.051031 28022 29299 || 28418.7 28674.4 || 11.131 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.027398 0.00297354 || 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.0233902 0.00723004 || 0.051031 27999 29313 || 28019 28674.4 || 99.9481 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0158785 -0.00746483 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244551 -0.99999 -48247.7 || 0.051031 0 194890 || 2.92897e+09 28674.4 || -6.66976e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000732572 -0.30913 0.150387 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.78568e-07 0.00189951 -0.0142381 || 0.051031 28027 29364 || 28620 28674.4 || -196.828 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.49199e-07 0.0121826 -0.00612335 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.78568e-07 0.0126401 0.0195294 || 0.051031 28043 29351 || 28316.5 28674.4 || 269.974 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.49199e-07 -0.00946262 0.0034259 || 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 5.67616e-08 0.00404972 || 0.051031 28056 29397 || 28674.4 28674.4 || 55.9834 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00652795 -0.00304779 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift64 (318 ms) 39: [ RUN ] hip.Random_XorShift1024_0 39: Test Seed:1758638761194072784 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0100586 -0.00647037 || 0.051031 11008 11776 || 11263.7 11377 || -89.4464 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0152781 0.00408354 || 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.00592605 -0.00474334 || 0.051031 11000 11782 || 11444.8 11377 || -65.5719 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00102287 0.00048439 || 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.00152732 0.00166201 || 0.051031 10986 11767 || 11359.6 11377 || 22.9756 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0212911 0.00179117 || 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.0107012 -0.0175076 || 0.051031 10954 11780 || 11256.5 11377 || -242.025 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.014747 0.00181378 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000246045 -0.999975 -7594.63 || 0.051031 0 77719 || 4.61078e+08 11377 || -1.04988e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000737753 -0.162767 0.023942 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.73387e-07 0.0253249 -0.00621656 || 0.051031 10986 11783 || 11096 11377 || -85.9378 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.24249e-07 -0.000702602 -0.0027568 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.73387e-07 0.014038 -0.000470174 || 0.051031 10983 11809 || 11219.5 11377 || -6.49968 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.24249e-07 0.00615407 0.00119495 || 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.00493942 -0.00107034 || 0.051031 10956 11774 || 11433.4 11377 || -14.7964 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.000237251 -0.000206461 || 0.051031 1e+64 -1e+64 39: Test Seed:1758638761317450643 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0027083 0.0112466 || 0.051031 10953 11790 || 11346.2 11377 || 155.473 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00101228 -0.00247366 || 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.00489967 -0.00661266 || 0.051031 10974 11806 || 11433 11377 || -91.4134 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.00217672 0.000190753 || 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.0120673 0.00340325 || 0.051031 10955 11862 || 11241.3 11377 || 47.0466 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00443656 -0.00159815 || 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.0023652 -0.00132635 || 0.051031 10952 11774 || 11350.1 11377 || -18.3354 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0261526 -0.00228278 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244836 -0.999975 -7595.04 || 0.051031 0 77606 || 4.61097e+08 11377 || -1.04994e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000734143 -0.149355 0.0264883 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.60671e-07 0.00286541 0.00324896 || 0.051031 10914 11788 || 11344.5 11377 || 44.9136 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.86102e-07 -0.0064786 -0.00175264 || 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.0191655 0.00953237 || 0.051031 10891 11830 || 11599.3 11377 || 131.776 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.05176e-07 -0.0017152 0.00100731 || 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.0269305 -0.00357224 || 0.051031 10927 11761 || 11691.8 11377 || -49.3827 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00999782 -0.000739803 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift1024_0 (286 ms) 39: [ RUN ] hip.Multi_streams 39: [ OK ] hip.Multi_streams (770 ms) 39: [----------] 3 tests from hip (1375 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 1 test suite ran. (1375 ms total) 39: [ PASSED ] 3 tests. 39/59 Test #39: Kokkos_UnitTest_Random ..................................... Passed 1.82 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test timeout computed to be: 1500 40: [==========] Running 16 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_DeathTest 40: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 40: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 40: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 40: 40: [----------] 3 tests from std_algorithms_reducers 40: [ RUN ] std_algorithms_reducers.max_first_loc 40: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_first_loc 40: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 40: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 40: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 40: [----------] 3 tests from std_algorithms_reducers (0 ms total) 40: 40: [----------] 1 test from std_algorithms 40: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 40: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 40: [----------] 1 test from std_algorithms (0 ms total) 40: 40: [----------] 11 tests from random_access_iterator_test 40: [ RUN ] random_access_iterator_test.constructor 40: [ OK ] random_access_iterator_test.constructor (1 ms) 40: [ RUN ] random_access_iterator_test.constructiblity 40: [ OK ] random_access_iterator_test.constructiblity (0 ms) 40: [ RUN ] random_access_iterator_test.dereference 40: [ OK ] random_access_iterator_test.dereference (1 ms) 40: [ RUN ] random_access_iterator_test.subscript_operator 40: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet1 40: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet2 40: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet3 40: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 40: [ RUN ] random_access_iterator_test.operatorsSet4 40: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 40: [ RUN ] random_access_iterator_test.assignment_operator 40: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 40: [ RUN ] random_access_iterator_test.distance 40: [ OK ] random_access_iterator_test.distance (0 ms) 40: [ RUN ] random_access_iterator_test.traits_helpers 40: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 40: [----------] 11 tests from random_access_iterator_test (7 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 16 tests from 4 test suites ran. (8 ms total) 40: [ PASSED ] 16 tests. 40/59 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.44 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test timeout computed to be: 1500 41: [==========] Running 7 tests from 1 test suite. 41: [----------] Global test environment set-up. 41: [----------] 7 tests from std_algorithms_min_max_element_test 41: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 41: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 41: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 41: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 41: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (15 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 (11 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 (11 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 (11 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 (19 ms) 41: [----------] 7 tests from std_algorithms_min_max_element_test (70 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 7 tests from 1 test suite ran. (70 ms total) 41: [ PASSED ] 7 tests. 41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.50 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test timeout computed to be: 1500 42: [==========] Running 13 tests from 10 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_lexicographical_compare_test 42: [ RUN ] std_algorithms_lexicographical_compare_test.test 42: [ OK ] std_algorithms_lexicographical_compare_test.test (39 ms) 42: [----------] 1 test from std_algorithms_lexicographical_compare_test (39 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 (73 ms) 42: [----------] 1 test from std_algorithms_for_each_test (73 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 (43 ms) 42: [----------] 1 test from std_algorithms_find_test (43 ms total) 42: 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 42: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (660 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 42: [ OK ] std_algorithms_non_mod_seq_ops.find_end (600 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search 42: [ OK ] std_algorithms_non_mod_seq_ops.search (586 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 42: [ OK ] std_algorithms_non_mod_seq_ops.search_n (436 ms) 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2284 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 (30 ms) 42: [----------] 1 test from std_algorithms_count_test (30 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 (27 ms) 42: [----------] 1 test from std_algorithms_equal_test (27 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 (41 ms) 42: [----------] 1 test from std_algorithms_all_any_none_of_test (41 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 (81 ms) 42: [----------] 1 test from std_algorithms_nonmod_seq_ops (81 ms total) 42: 42: [----------] 1 test from std_algorithms_mismatch_test 42: [ RUN ] std_algorithms_mismatch_test.test 42: [ OK ] std_algorithms_mismatch_test.test (103 ms) 42: [----------] 1 test from std_algorithms_mismatch_test (103 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 (90 ms) 42: [----------] 1 test from std_algorithms_mod_seq_ops (90 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 13 tests from 10 test suites ran. (2815 ms total) 42: [ PASSED ] 13 tests. 42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 3.25 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test timeout computed to be: 1500 43: [==========] Running 31 tests from 5 test suites. 43: [----------] Global test environment set-up. 43: [----------] 3 tests from std_algorithms_mod_ops_test 43: [ RUN ] std_algorithms_mod_ops_test.move 43: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 43: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 43: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 43: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 43: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 43: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total) 43: 43: [----------] 12 tests from std_algorithms_mod_seq_ops_test 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy 43: [ OK ] std_algorithms_mod_seq_ops_test.copy (3 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 43: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 43: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.fill 43: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 43: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 43: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 43: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.generate 43: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 43: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 43: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 43: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms) 43: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 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 (47 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_if 43: [ OK ] std_algorithms_replace_ops_test.replace_if (137 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy 43: [ OK ] std_algorithms_replace_ops_test.replace_copy (87 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 43: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (75 ms) 43: [----------] 4 tests from std_algorithms_replace_ops_test (347 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 (50 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique 43: [ OK ] std_algorithms_mod_seq_ops.unique (109 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 43: [ OK ] std_algorithms_mod_seq_ops.unique_copy (72 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove 43: [ OK ] std_algorithms_mod_seq_ops.remove (48 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_if (45 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy (159 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (43 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate 43: [ OK ] std_algorithms_mod_seq_ops.rotate (1223 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 43: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (498 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_left 43: [ OK ] std_algorithms_mod_seq_ops.shift_left (1491 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_right 43: [ OK ] std_algorithms_mod_seq_ops.shift_right (1490 ms) 43: [----------] 11 tests from std_algorithms_mod_seq_ops (5235 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 (66 ms) 43: [----------] 1 test from std_algorithms_modseq_test (66 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 31 tests from 5 test suites ran. (5661 ms total) 43: [ PASSED ] 31 tests. 43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 6.11 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test timeout computed to be: 1500 44: [==========] Running 29 tests from 7 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_sorting_ops_test 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted (19 ms) 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (17 ms) 44: [----------] 2 tests from std_algorithms_sorting_ops_test (36 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 (6 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 (49 ms) 44: [----------] 1 test from std_algorithms_partitioning_ops (49 ms total) 44: 44: [----------] 12 tests from std_algorithms_numerics_test 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (6 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 ms) 44: [----------] 12 tests from std_algorithms_numerics_test (22 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 (123 ms) 44: [----------] 1 test from std_algorithms_numerics_ops_test (123 ms total) 44: 44: [----------] 8 tests from std_algorithms_numeric_ops_test 44: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 44: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1032 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 (928 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 (296 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 (431 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 (2689 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 (48 ms) 44: [----------] 1 test from std_algorithms_transform_ops_test (48 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 29 tests from 7 test suites ran. (2976 ms total) 44: [ PASSED ] 29 tests. 44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 3.42 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test timeout computed to be: 1500 45: [==========] Running 12 tests from 7 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test 45: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 45: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (629 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 (626 ms) 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1256 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 (308 ms) 45: [ RUN ] std_algorithms_count_team_test.count_returns_zero 45: [ OK ] std_algorithms_count_team_test.count_returns_zero (283 ms) 45: [----------] 2 tests from std_algorithms_count_team_test (591 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 (341 ms) 45: [----------] 1 test from std_algorithms_count_if_team_test (341 ms total) 45: 45: [----------] 1 test from std_algorithms_for_each_team_test 45: [ RUN ] std_algorithms_for_each_team_test.test 45: [ OK ] std_algorithms_for_each_team_test.test (426 ms) 45: [----------] 1 test from std_algorithms_for_each_team_test (426 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 (441 ms) 45: [----------] 1 test from std_algorithms_for_each_n_team_test (441 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 (678 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (645 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 (613 ms) 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1937 ms total) 45: 45: [----------] 2 tests from std_algorithms_mismatch_team_test 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (650 ms) 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (883 ms) 45: [----------] 2 tests from std_algorithms_mismatch_team_test (1533 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 12 tests from 7 test suites ran. (6528 ms total) 45: [ PASSED ] 12 tests. 45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.96 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test timeout computed to be: 1500 46: [==========] Running 8 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_equal_team_test 46: [ RUN ] std_algorithms_equal_team_test.views_are_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_equal (971 ms) 46: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1313 ms) 46: [----------] 2 tests from std_algorithms_equal_team_test (2284 ms total) 46: 46: [----------] 2 tests from std_algorithms_search_team_test 46: [ RUN ] std_algorithms_search_team_test.sequences_exist 46: [ OK ] std_algorithms_search_team_test.sequences_exist (564 ms) 46: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (567 ms) 46: [----------] 2 tests from std_algorithms_search_team_test (1131 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_end_team_test 46: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 46: [ OK ] std_algorithms_find_end_team_test.sequences_exist (634 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 (638 ms) 46: [----------] 2 tests from std_algorithms_find_end_team_test (1273 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 (593 ms) 46: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (754 ms) 46: [----------] 2 tests from std_algorithms_find_first_of_team_test (1348 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 8 tests from 4 test suites ran. (6037 ms total) 46: [ PASSED ] 8 tests. 46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.47 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test timeout computed to be: 1500 47: [==========] Running 11 tests from 7 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_find_team_test 47: [ RUN ] std_algorithms_find_team_test.searched_values_exist 47: [ OK ] std_algorithms_find_team_test.searched_values_exist (265 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 (263 ms) 47: [----------] 2 tests from std_algorithms_find_team_test (529 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_if_team_test 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (257 ms) 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (263 ms) 47: [----------] 2 tests from std_algorithms_find_if_team_test (520 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 (270 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 (253 ms) 47: [----------] 2 tests from std_algorithms_find_if_not_team_test (523 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 (261 ms) 47: [----------] 1 test from std_algorithms_all_of_team_test (261 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 (251 ms) 47: [----------] 1 test from std_algorithms_any_of_team_test (251 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 (264 ms) 47: [----------] 1 test from std_algorithms_none_of_team_test (264 ms total) 47: 47: [----------] 2 tests from std_algorithms_search_n_team_test 47: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 47: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (290 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 (279 ms) 47: [----------] 2 tests from std_algorithms_search_n_team_test (570 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 11 tests from 7 test suites ran. (2921 ms total) 47: [ PASSED ] 11 tests. 47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.35 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test timeout computed to be: 1500 48: [==========] Running 3 tests from 3 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_min_element_team_test 48: [ RUN ] std_algorithms_min_element_team_test.test 48: [ OK ] std_algorithms_min_element_team_test.test (620 ms) 48: [----------] 1 test from std_algorithms_min_element_team_test (620 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 (616 ms) 48: [----------] 1 test from std_algorithms_max_element_team_test (616 ms total) 48: 48: [----------] 1 test from std_algorithms_minmax_element_team_test 48: [ RUN ] std_algorithms_minmax_element_team_test.test 48: [ OK ] std_algorithms_minmax_element_team_test.test (627 ms) 48: [----------] 1 test from std_algorithms_minmax_element_team_test (627 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 3 tests from 3 test suites ran. (1864 ms total) 48: [ PASSED ] 3 tests. 48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.30 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test timeout computed to be: 1500 49: [==========] Running 6 tests from 6 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_fill_team_test 49: [ RUN ] std_algorithms_fill_team_test.test 49: [ OK ] std_algorithms_fill_team_test.test (282 ms) 49: [----------] 1 test from std_algorithms_fill_team_test (282 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 (460 ms) 49: [----------] 1 test from std_algorithms_fill_n_team_test (460 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_team_test 49: [ RUN ] std_algorithms_replace_team_test.test 49: [ OK ] std_algorithms_replace_team_test.test (404 ms) 49: [----------] 1 test from std_algorithms_replace_team_test (404 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 (327 ms) 49: [----------] 1 test from std_algorithms_replace_if_team_test (327 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 (367 ms) 49: [----------] 1 test from std_algorithms_replace_copy_team_test (367 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 (392 ms) 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (392 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 6 tests from 6 test suites ran. (2235 ms total) 49: [ PASSED ] 6 tests. 49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.67 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test timeout computed to be: 1500 50: [==========] Running 4 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_reverse_team_test 50: [ RUN ] std_algorithms_reverse_team_test.test 50: [ OK ] std_algorithms_reverse_team_test.test (299 ms) 50: [----------] 1 test from std_algorithms_reverse_team_test (299 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 (365 ms) 50: [----------] 1 test from std_algorithms_reverse_copy_team_test (365 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_team_test 50: [ RUN ] std_algorithms_rotate_team_test.test 50: [ OK ] std_algorithms_rotate_team_test.test (631 ms) 50: [----------] 1 test from std_algorithms_rotate_team_test (631 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_copy_team_test 50: [ RUN ] std_algorithms_rotate_copy_team_test.test 50: [ OK ] std_algorithms_rotate_copy_team_test.test (680 ms) 50: [----------] 1 test from std_algorithms_rotate_copy_team_test (680 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (1977 ms total) 50: [ PASSED ] 4 tests. 50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.41 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test timeout computed to be: 1500 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_move_team_test 51: [ RUN ] std_algorithms_move_team_test.test 51: [ OK ] std_algorithms_move_team_test.test (490 ms) 51: [----------] 1 test from std_algorithms_move_team_test (490 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 (475 ms) 51: [----------] 1 test from std_algorithms_move_backward_team_test (475 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 (1615 ms) 51: [----------] 1 test from std_algorithms_shift_left_team_test (1615 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_right_team_test 51: [ RUN ] std_algorithms_shift_right_team_test.test Running on CPU_Node_06 in /var/jenkins/workspace/Kokkos_PR-8324 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 51: [ OK ] std_algorithms_shift_right_team_test.test (1600 ms) 51: [----------] 1 test from std_algorithms_shift_right_team_test (1600 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (4181 ms total) 51: [ PASSED ] 4 tests. 51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 4.61 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test timeout computed to be: 1500 52: [==========] Running 9 tests from 9 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_copy_team_test 52: [ RUN ] std_algorithms_copy_team_test.test using credential Jenkins ORNL 52: [ OK ] std_algorithms_copy_team_test.test (597 ms) 52: [----------] 1 test from std_algorithms_copy_team_test (597 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_n_team_test 52: [ RUN ] std_algorithms_copy_n_team_test.test > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.git # timeout=10 52: [ OK ] std_algorithms_copy_n_team_test.test (584 ms) 52: [----------] 1 test from std_algorithms_copy_n_team_test (584 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_backward_team_test 52: [ RUN ] std_algorithms_copy_backward_team_test.test Fetching changes from the remote Git repository 52: [ OK ] std_algorithms_copy_backward_team_test.test (458 ms) 52: [----------] 1 test from std_algorithms_copy_backward_team_test (458 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_if_team_test 52: [ RUN ] std_algorithms_copy_if_team_test.test Fetching without tags 52: [ OK ] std_algorithms_copy_if_team_test.test (429 ms) 52: [----------] 1 test from std_algorithms_copy_if_team_test (429 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 (541 ms) 52: [----------] 1 test from std_algorithms_unique_copy_team_test (541 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_team_test 52: [ RUN ] std_algorithms_remove_team_test.test > 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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 52: [ OK ] std_algorithms_remove_team_test.test (451 ms) 52: [----------] 1 test from std_algorithms_remove_team_test (451 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 (408 ms) 52: [----------] 1 test from std_algorithms_remove_if_team_test (408 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 (465 ms) 52: [----------] 1 test from std_algorithms_remove_copy_team_test (465 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 (389 ms) 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (389 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 9 tests from 9 test suites ran. (4325 ms total) 52: [ PASSED ] 9 tests. 52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.76 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test timeout computed to be: 1500 53: [==========] Running 4 tests from 4 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_unique_team_test 53: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 53: [ OK ] std_algorithms_unique_team_test.test_default_predicate (688 ms) 53: [----------] 1 test from std_algorithms_unique_team_test (688 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 (871 ms) 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (871 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 (858 ms) 53: [----------] 1 test from std_algorithms_reduce_team_test (858 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_reduce_team_test 53: [ RUN ] std_algorithms_transform_reduce_team_test.test 53: [ OK ] std_algorithms_transform_reduce_team_test.test (1547 ms) 53: [----------] 1 test from std_algorithms_transform_reduce_team_test (1547 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 4 tests from 4 test suites ran. (3966 ms total) 53: [ PASSED ] 4 tests. 53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.40 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test timeout computed to be: 1500 54: [==========] Running 18 tests from 5 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_is_sorted_team_test 54: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 54: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (585 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 (437 ms) 54: [----------] 2 tests from std_algorithms_is_sorted_team_test (1022 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 (29 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (32 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (374 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (462 ms) 54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (898 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 (16 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 54: [ OK ] std_algorithms_is_partitioned_team_test.all_true (220 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 54: [ OK ] std_algorithms_is_partitioned_team_test.all_false (222 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.random 54: [ OK ] std_algorithms_is_partitioned_team_test.random (166 ms) 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (627 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 (27 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_true 54: [ OK ] std_algorithms_partition_copy_team_test.all_true (563 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_false 54: [ OK ] std_algorithms_partition_copy_team_test.all_false (562 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.random 54: [ OK ] std_algorithms_partition_copy_team_test.random (510 ms) 54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1663 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 (16 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_true 54: [ OK ] std_algorithms_partition_point_team_test.all_true (215 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_false 54: [ OK ] std_algorithms_partition_point_team_test.all_false (217 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.random 54: [ OK ] std_algorithms_partition_point_team_test.random (162 ms) 54: [----------] 4 tests from std_algorithms_partition_point_team_test (612 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 18 tests from 5 test suites ran. (4825 ms total) 54: [ PASSED ] 18 tests. 54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 5.26 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test timeout computed to be: 1500 55: [==========] Running 5 tests from 4 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_transform_team_test 55: [ RUN ] std_algorithms_transform_team_test.test_unary_op 55: [ OK ] std_algorithms_transform_team_test.test_unary_op (655 ms) 55: [ RUN ] std_algorithms_transform_team_test.test_binary_op 55: [ OK ] std_algorithms_transform_team_test.test_binary_op (872 ms) 55: [----------] 2 tests from std_algorithms_transform_team_test (1527 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 (1397 ms) 55: [----------] 1 test from std_algorithms_generate_team_test (1397 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 (564 ms) 55: [----------] 1 test from std_algorithms_generate_n_team_test (564 ms total) 55: 55: [----------] 1 test from std_algorithms_swap_ranges_team_test 55: [ RUN ] std_algorithms_swap_ranges_team_test.test 55: [ OK ] std_algorithms_swap_ranges_team_test.test (766 ms) 55: [----------] 1 test from std_algorithms_swap_ranges_team_test (766 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 5 tests from 4 test suites ran. (4256 ms total) 55: [ PASSED ] 5 tests. 55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.69 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test timeout computed to be: 1500 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test 56: [ RUN ] std_algorithms_exclusive_scan_team_test.test 56: [ OK ] std_algorithms_exclusive_scan_team_test.test (1891 ms) 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1891 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 56: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (978 ms) 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (978 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (2869 ms total) 56: [ PASSED ] 2 tests. 56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 3.31 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test timeout computed to be: 1500 57: [==========] Running 2 tests from 2 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test 57: [ RUN ] std_algorithms_inclusive_scan_team_test.test 57: [ OK ] std_algorithms_inclusive_scan_team_test.test (2484 ms) 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2484 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 57: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1633 ms) 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1633 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (4117 ms total) 57: [ PASSED ] 2 tests. 57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.55 sec test 58 Start 58: Kokkos_PerformanceTest_InclusiveScan 58: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T14-17-29.json" 58: Test timeout computed to be: 1500 58: 2025-09-23T14:47:12+00:00 58: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 58: Run on (64 X 3294.41 MHz CPU s) 58: CPU Caches: 58: L1 Data 32 KiB (x32) 58: L1 Instruction 32 KiB (x32) 58: L2 Unified 512 KiB (x32) 58: L3 Unified 16384 KiB (x16) 58: Load Average: 2.53, 4.92, 9.28 58: APU or dGPU: dGPU 58: Architecture capable of accessing system allocated memory: 1 58: CPU architecture: none 58: Default Device: HIP 58: GPU architecture: AMD_GFX908 58: Is Large Bar: 1 58: KOKKOS_COMPILER_CLANG: 1800 58: KOKKOS_ENABLE_ASM: no 58: KOKKOS_ENABLE_CXX20: yes 58: KOKKOS_ENABLE_CXX23: no 58: KOKKOS_ENABLE_CXX26: no 58: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 58: KOKKOS_ENABLE_HIP: yes 58: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 58: KOKKOS_ENABLE_HWLOC: no 58: KOKKOS_ENABLE_LIBDL: yes 58: KOKKOS_ENABLE_PRAGMA_IVDEP: no 58: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 58: KOKKOS_ENABLE_PRAGMA_UNROLL: no 58: KOKKOS_ENABLE_PRAGMA_VECTOR: no 58: KOKKOS_ENABLE_SERIAL: yes 58: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 58: Kokkos Version: 4.7.99 58: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 58: Shared Memory per Block: 64 KiB 58: Supports Managed Memory: 1 58: System allows accessing system allocated memory on GPU: 0 58: Total Global Memory: 31.98 GiB 58: Wavefront Size: 64 58: XNACK environment variable set: no 58: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 58: macro HIP_VERSION: 60241134 = version 6.2.41134 58: macro KOKKOS_ENABLE_HIP: defined 58: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 58: macro KOKKOS_ENABLE_ROCTHRUST: defined 58: mdspan: enabled 58: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 58: platform: 64bit 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: Benchmark Time CPU Iterations FOM: GB/s MB Passed 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 437 1007.65/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 440 1002.29/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 440 1007.35/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 441 1002.61/s 1.6k 1 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 431 1007.75/s 1.6k 1 Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 431 1007.48/s 1.6k 1 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 441 1007.47/s 1.6k 1 + docker build -t 38c6ffc5d5ef72f94345a6ee0ddba5d426f275ef -f scripts/docker/Dockerfile.modules scripts/docker #1 [internal] load build definition from Dockerfile.modules #1 sha256:8b1c14924dd8b2804f9e96d01a23ea8840971201c10c6c826996cad09dc30fc6 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 #1 transferring dockerfile: 1.69kB done #1 DONE 0.5s #2 [internal] load metadata for docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6 #2 sha256:de6d5100bf8b3d216d939643bfad371a48ad5d126612fc5ce4f9e9f0af8fbb05 #2 DONE 0.8s #3 [internal] load .dockerignore #3 sha256:4e3468930f608684191c1ea706654d6ad9e8b3d8bf1216dbcd2dc9558912a600 #3 transferring context: 2B done #3 DONE 0.0s #9 [1/6] FROM docker.io/library/gcc:15.1.0-bookworm@sha256:0a7989a3828096f97fd62feb896699e151544e0cfc5fdc0f30ace70cdcf003e6 #9 sha256:e7f7ff4ff4f7fb9943e6862fd2e05ee32baa7b9b91974dd2f8b198723727cc6d #9 DONE 0.0s #7 [3/6] RUN add-apt-repository deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-19 main #7 sha256:4a4f500157bc48237519c3d6dc7dacc75ccf06f0633aae8f67cb984e5fc4a3e1 #7 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 #6 [4/6] RUN apt-get update && apt-cache search clang-scan-deps && apt-get install -y clang-tools-19 clang-19 && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:5d29b2c45754b6e9bbdd19d6fe84a055542194edd856eac9fddecb6e8390d950 #6 CACHED #8 [2/6] RUN apt-get update && apt-get install -y vim lsb-release wget software-properties-common gnupg bc ninja-build git ${ADDITIONAL_PACKAGES} #8 sha256:46e36dfc7a8cd48864a5f57ed3e9896212576166fdb15dacec5edbe6c560f1bb #8 CACHED #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:c37df86cd78ddfd3c15e2ebfc19d91cbe3b14e03fe4bca35c33e27f6ea06c001 #10 exporting layers done #10 writing image sha256:0281963590b0039881f0f3d2d87236f47aaa12243811ed3865674d68b8fa4d55 done #10 naming to docker.io/library/38c6ffc5d5ef72f94345a6ee0ddba5d426f275ef:latest #10 naming to docker.io/library/38c6ffc5d5ef72f94345a6ee0ddba5d426f275ef:latest 0.2s done #10 DONE 0.3s 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 441 1002.26/s 1.6k 1 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 38c6ffc5d5ef72f94345a6ee0ddba5d426f275ef . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer CPU_Node_06 seems to be running inside container 3003ef4d0279602637d613fccb1842b37c00509a646d2fb482e437afd0219929 $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-8324 --volumes-from 3003ef4d0279602637d613fccb1842b37c00509a646d2fb482e437afd0219929 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 38c6ffc5d5ef72f94345a6ee0ddba5d426f275ef cat 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 441 1007.35/s 1.6k 1 58/59 Test #58: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 21.35 sec test 59 Start 59: Kokkos_UnitTest_SIMD 59: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 59: Test timeout computed to be: 1500 59: [==========] Running 18 tests from 1 test suite. 59: [----------] Global test environment set-up. 59: [----------] 18 tests from simd 59: [ RUN ] simd.host_math_ops 59: [ OK ] simd.host_math_ops (0 ms) 59: [ RUN ] simd.device_math_ops 59: [ OK ] simd.device_math_ops (11 ms) 59: [ RUN ] simd.host_mask_ops 59: [ OK ] simd.host_mask_ops (0 ms) 59: [ RUN ] simd.device_mask_ops 59: [ OK ] simd.device_mask_ops (0 ms) 59: [ RUN ] simd.host_conversions 59: [ OK ] simd.host_conversions (0 ms) 59: [ RUN ] simd.device_conversions 59: [ OK ] simd.device_conversions (0 ms) 59: [ RUN ] simd.host_shift_ops 59: [ OK ] simd.host_shift_ops (0 ms) 59: [ RUN ] simd.device_shift_ops 59: [ OK ] simd.device_shift_ops (0 ms) 59: [ RUN ] simd.host_condition 59: [ OK ] simd.host_condition (0 ms) 59: [ RUN ] simd.device_condition 59: [ OK ] simd.device_condition (0 ms) 59: [ RUN ] simd.host_gen_ctors 59: [ OK ] simd.host_gen_ctors (0 ms) 59: [ RUN ] simd.device_gen_ctors 59: [ OK ] simd.device_gen_ctors (0 ms) 59: [ RUN ] simd.host_where_expressions 59: [ OK ] simd.host_where_expressions (0 ms) 59: [ RUN ] simd.device_where_expressions 59: [ OK ] simd.device_where_expressions (0 ms) 59: [ RUN ] simd.host_reductions 59: [ OK ] simd.host_reductions (0 ms) 59: [ RUN ] simd.device_reductions 59: [ OK ] simd.device_reductions (0 ms) 59: [ RUN ] simd.host_construction 59: [ OK ] simd.host_construction (0 ms) 59: [ RUN ] simd.device_construction 59: [ OK ] simd.device_construction (0 ms) 59: [----------] 18 tests from simd (13 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 18 tests from 1 test suite ran. (13 ms total) 59: [ PASSED ] 18 tests. 59/59 Test #59: Kokkos_UnitTest_SIMD ....................................... Passed 0.46 sec 100% tests passed, 0 tests failed out of 59 Label Time Summary: Kokkos = 583.43 sec*proc (51 tests) Total Test time (real) = 1092.77 sec $ docker top 2ff8bded69eb0070210dbc05c11966a337dc9a709060e9d322ecbf53c84b0592 -eo pid,comm [Pipeline] { Post stage [Pipeline] sh [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) + rm -rf build [Pipeline] } $ docker stop --time=1 ac0e8b9023bf7bcfc479ad7c96245e309b068e172448622face60e3104e1c5f6 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes ac0e8b9023bf7bcfc479ad7c96245e309b068e172448622face60e3104e1c5f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } + 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-8324/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: -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- 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-8324/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 (20.7s) -- Generating done (0.2s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + cmake --build build --target install -j 8 [1/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_CPUDiscovery.cpp for CXX dependencies [2/1513] cd /var/jenkins/workspace/Kokkos_PR-8324/build && /opt/cmake/bin/cmake -DRUN_CHECK_GIT_VERSION=1 -DKOKKOS_SOURCE_DIR=/var/jenkins/workspace/Kokkos_PR-8324 -P /var/jenkins/workspace/Kokkos_PR-8324/cmake/build_env_info.cmake [3/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Command_Line_Parsing.cpp for CXX dependencies [4/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Abort.cpp for CXX dependencies [5/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/generated/Kokkos_Version_Info.cpp for CXX dependencies [6/1513] Generating CXX dyndep file CMakeFiles/impl_git_version.dir/CXX.dd [7/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_HostBarrier.cpp for CXX dependencies [8/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_HostThreadTeam.cpp for CXX dependencies [9/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_MemoryPool.cpp for CXX dependencies [10/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_HostSpace.cpp for CXX dependencies [11/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Profiling.cpp for CXX dependencies [12/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Stacktrace.cpp for CXX dependencies [13/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_ExecPolicy.cpp for CXX dependencies [14/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_HostSpace_deepcopy.cpp for CXX dependencies [15/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Error.cpp for CXX dependencies [16/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_hwloc.cpp for CXX dependencies [17/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_SharedAlloc.cpp for CXX dependencies [18/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/Serial/Kokkos_Serial.cpp for CXX dependencies [19/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestCompileMain.cpp for CXX dependencies [20/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestDetectionIdiom.cpp for CXX dependencies [21/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestArray.cpp for CXX dependencies [22/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestBitManipulation.cpp for CXX dependencies [23/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestCreateMirror.cpp for CXX dependencies [24/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestStringManipulation.cpp for CXX dependencies [25/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestRangePolicyCTAD.cpp for CXX dependencies [26/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestVersionMacros.cpp for CXX dependencies [27/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestViewRank.cpp for CXX dependencies [28/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInterOp.cpp for CXX dependencies [29/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp for CXX dependencies [30/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestTypeList.cpp for CXX dependencies [31/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestTypeInfo.cpp for CXX dependencies [32/1513] Generating CXX dyndep file core/src/CMakeFiles/kokkoscore.dir/CXX.dd [33/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestViewTypedefs.cpp for CXX dependencies [34/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestViewTypeTraits.cpp for CXX dependencies [35/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestTeamPolicyCTAD.cpp for CXX dependencies [36/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestTeamMDRangePolicyCTAD.cpp for CXX dependencies [37/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMDRangePolicyCTAD.cpp for CXX dependencies [38/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [39/1513] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [40/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [41/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [42/1513] Linking CXX static library libimpl_git_version.a [43/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/tpls/gtest/gtest/gtest-all.cc for CXX dependencies [44/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [45/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [46/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [47/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [48/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [49/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [50/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkos_gtest.dir/CXX.dd [51/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [52/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [53/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestNestedReducerCTAD.cpp for CXX dependencies [54/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [55/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/view/TestBasicViewMDSpanConversion.cpp for CXX dependencies [56/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/view/TestExtentsDatatypeConversion.cpp for CXX dependencies [57/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/view/TestViewCustomization.cpp for CXX dependencies [58/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [59/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [60/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_View_ReferenceCountedAccessor.cpp for CXX dependencies [61/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_View_BasicView.cpp for CXX dependencies [62/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_View_ReferenceCountedDataHandle.cpp for CXX dependencies [63/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [64/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp for CXX dependencies [65/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp for CXX dependencies [66/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_View_ViewCustomizationAllocationType.cpp for CXX dependencies [67/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ArrayOps.cpp for CXX dependencies [68/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Abort.cpp for CXX dependencies [69/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_complexdouble.cpp for CXX dependencies [70/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_float.cpp for CXX dependencies [71/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_double.cpp for CXX dependencies [72/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_int8.cpp for CXX dependencies [73/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_complexfloat.cpp for CXX dependencies [74/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_longlongint.cpp for CXX dependencies [75/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_int.cpp for CXX dependencies [76/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_longint.cpp for CXX dependencies [77/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_int16.cpp for CXX dependencies [78/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_shared.cpp for CXX dependencies [79/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedint.cpp for CXX dependencies [80/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicOperations_unsignedlongint.cpp for CXX dependencies [81/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [82/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_AtomicViews.cpp for CXX dependencies [83/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Atomics.cpp for CXX dependencies [84/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_CheckedIntegerOps.cpp for CXX dependencies [85/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_BitManipulationBuiltins.cpp for CXX dependencies [86/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_BlockSizeDeduction.cpp for CXX dependencies [87/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_CommonPolicyConstructors.cpp for CXX dependencies [88/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_CommonPolicyInterface.cpp for CXX dependencies [89/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Complex.cpp for CXX dependencies [90/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Concepts.cpp for CXX dependencies [91/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Crs.cpp for CXX dependencies [92/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_DeepCopy_Assignment.cpp for CXX dependencies [93/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_DeepCopy_Narrowing.cpp for CXX dependencies [94/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ExecSpacePartitioning.cpp for CXX dependencies [95/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_DeepCopyAlignment.cpp for CXX dependencies [96/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ExecSpaceThreadSafety.cpp for CXX dependencies [97/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ExecutionSpace.cpp for CXX dependencies [98/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_FunctorAnalysis.cpp for CXX dependencies [99/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_HostSharedPtr.cpp for CXX dependencies [100/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_JoinBackwardCompatibility.cpp for CXX dependencies [101/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_LocalDeepCopy.cpp for CXX dependencies [102/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp for CXX dependencies [103/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Graph.cpp for CXX dependencies [104/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MathematicalConstants.cpp for CXX dependencies [105/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MathematicalFunctions2.cpp for CXX dependencies [106/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MathematicalFunctions3.cpp for CXX dependencies [107/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MathematicalFunctions1.cpp for CXX dependencies [108/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [109/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MathematicalSpecialFunctions.cpp for CXX dependencies [110/1513] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [111/1513] Linking CXX static library core/src/libkokkoscore.a [112/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRange_a.cpp for CXX dependencies [113/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRange_b.cpp for CXX dependencies [114/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRange_d.cpp for CXX dependencies [115/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRange_c.cpp for CXX dependencies [116/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRange_f.cpp for CXX dependencies [117/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRange_e.cpp for CXX dependencies [118/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRange_g.cpp for CXX dependencies [119/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRangePolicyConstructors.cpp for CXX dependencies [120/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDSpanConversion.cpp for CXX dependencies [121/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDSpan.cpp for CXX dependencies [122/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDSpanAtomicAccessor.cpp for CXX dependencies [123/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MDRangeReduce.cpp for CXX dependencies [124/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_MinMaxClamp.cpp for CXX dependencies [125/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_NumericTraits.cpp for CXX dependencies [126/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_OccupancyControlTrait.cpp for CXX dependencies [127/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_QuadPrecisionMath.cpp for CXX dependencies [128/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Other.cpp for CXX dependencies [129/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_RangePolicyRequire.cpp for CXX dependencies [130/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ParallelScanRangePolicy.cpp for CXX dependencies [131/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Printf.cpp for CXX dependencies [132/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_RangePolicyConstructors.cpp for CXX dependencies [133/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Reducers_b.cpp for CXX dependencies [134/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ReducerCTADs.cpp for CXX dependencies [135/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_RangePolicy.cpp for CXX dependencies [136/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Reducers_a.cpp for CXX dependencies [137/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Reducers_c.cpp for CXX dependencies [138/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Reducers_d.cpp for CXX dependencies [139/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Reducers_e.cpp for CXX dependencies [140/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Reductions.cpp for CXX dependencies [141/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp for CXX dependencies [142/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Reductions_DeviceView.cpp for CXX dependencies [143/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SpaceAwareAccessor.cpp for CXX dependencies [144/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SharedAlloc.cpp for CXX dependencies [145/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [146/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Swap.cpp for CXX dependencies [147/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamBasic.cpp for CXX dependencies [148/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamCombinedReducers.cpp for CXX dependencies [149/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamMDRange.cpp for CXX dependencies [150/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamPolicyConstructors.cpp for CXX dependencies [151/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamScratch.cpp for CXX dependencies [152/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamReductionScan.cpp for CXX dependencies [153/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_Timer.cpp for CXX dependencies [154/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamScan.cpp for CXX dependencies [155/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamTeamSize.cpp for CXX dependencies [156/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_TeamVectorRange.cpp for CXX dependencies [157/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_View_64bit.cpp for CXX dependencies [158/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewAPI_a.cpp for CXX dependencies [159/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_UniqueToken.cpp for CXX dependencies [160/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewAPI_c.cpp for CXX dependencies [161/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewAPI_b.cpp for CXX dependencies [162/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewAPI_d.cpp for CXX dependencies [163/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewAPI_e.cpp for CXX dependencies [164/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewCtorDimMatch.cpp for CXX dependencies [165/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewBadAlloc.cpp for CXX dependencies [166/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewCopy_c.cpp for CXX dependencies [167/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewCopy_a.cpp for CXX dependencies [168/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewCopy_b.cpp for CXX dependencies [169/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp for CXX dependencies [170/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewMapping_a.cpp for CXX dependencies [171/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewLayoutStrideAssignment.cpp for CXX dependencies [172/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewCtorProp.cpp for CXX dependencies [173/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewMapping_b.cpp for CXX dependencies [174/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewMapping_subview.cpp for CXX dependencies [175/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewMemoryAccessViolation.cpp for CXX dependencies [176/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewOfViews.cpp for CXX dependencies [177/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewOfClass.cpp for CXX dependencies [178/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewResize.cpp for CXX dependencies [179/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_WorkGraph.cpp for CXX dependencies [180/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_ViewOutOfBoundsAccess.cpp for CXX dependencies [181/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies [182/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_a.cpp for CXX dependencies [183/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_b.cpp for CXX dependencies [184/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c01.cpp for CXX dependencies [185/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c02.cpp for CXX dependencies [186/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c03.cpp for CXX dependencies [187/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c04.cpp for CXX dependencies [188/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c05.cpp for CXX dependencies [189/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c06.cpp for CXX dependencies [190/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c07.cpp for CXX dependencies [191/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c08.cpp for CXX dependencies [192/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c09.cpp for CXX dependencies [193/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c10.cpp for CXX dependencies [194/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c11.cpp for CXX dependencies [195/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c12.cpp for CXX dependencies [196/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c13.cpp for CXX dependencies [197/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c14.cpp for CXX dependencies [198/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [199/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/serial/TestSerial_SubView_c15.cpp for CXX dependencies [200/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestCStyleMemoryManagement.cpp for CXX dependencies [201/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSharedHostPinnedSpace.cpp for CXX dependencies [202/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSharedSpace.cpp for CXX dependencies [203/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestCompilerMacros.cpp for CXX dependencies [204/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType.cpp for CXX dependencies [205/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_a1.cpp for CXX dependencies [206/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_c1.cpp for CXX dependencies [207/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_b1.cpp for CXX dependencies [208/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_a3.cpp for CXX dependencies [209/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_a2.cpp for CXX dependencies [210/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_b2.cpp for CXX dependencies [211/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_c2.cpp for CXX dependencies [212/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_c3.cpp for CXX dependencies [213/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceTypeViewAPI.cpp for CXX dependencies [214/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceType_b3.cpp for CXX dependencies [215/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceTypeResize.cpp for CXX dependencies [216/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMain.cpp for CXX dependencies [217/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializationSettings.cpp for CXX dependencies [218/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp for CXX dependencies [219/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp for CXX dependencies [220/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestLegionInitialization.cpp for CXX dependencies [221/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestKokkosHelpCausesNormalProgramTermination.cpp for CXX dependencies [222/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp for CXX dependencies [223/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [224/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestPushFinalizeHook.cpp for CXX dependencies [225/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [226/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestProfilingSection.cpp for CXX dependencies [227/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestEventCorrectness.cpp for CXX dependencies [228/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/default/TestDefaultDeviceDevelop.cpp for CXX dependencies [229/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp for CXX dependencies [230/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestKernelNames.cpp for CXX dependencies [231/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMain.cpp for CXX dependencies [232/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/printing-tool.cpp for CXX dependencies [233/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestAllCalls.cpp for CXX dependencies [234/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestWithoutInitializing.cpp for CXX dependencies [235/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/kokkosprinter-tool.dir/CXX.dd [236/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestIndependence.cpp for CXX dependencies [237/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestToolsInitialization.cpp for CXX dependencies [238/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestStackTrace_f0.cpp for CXX dependencies [239/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestStackTrace.cpp for CXX dependencies [240/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestScopedRegion.cpp for CXX dependencies [241/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMainInit.cpp for CXX dependencies [242/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test01_execspace_SERIAL.cpp for CXX dependencies [243/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test02_atomic_host_SERIAL.cpp for CXX dependencies [244/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test03a_MemorySpace_malloc_SERIAL.cpp for CXX dependencies [245/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestStackTrace_f4.cpp for CXX dependencies [246/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test03b_MemorySpace_free_SERIAL.cpp for CXX dependencies [247/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestStackTrace_f2.cpp for CXX dependencies [248/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestStackTrace_f1.cpp for CXX dependencies [249/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp for CXX dependencies [250/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestStackTrace_f3.cpp for CXX dependencies [251/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp for CXX dependencies [252/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp for CXX dependencies [253/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test08_deep_copy_SERIAL.cpp for CXX dependencies [254/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test10_HierarchicalBasics_SERIAL.cpp for CXX dependencies [255/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp for CXX dependencies [256/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp for CXX dependencies [257/1513] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [258/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test12a_ThreadScratch_SERIAL.cpp for CXX dependencies [259/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp for CXX dependencies [260/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp for CXX dependencies [261/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test12b_TeamScratch_SERIAL.cpp for CXX dependencies [262/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp for CXX dependencies [263/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp for CXX dependencies [264/1513] Linking CXX shared library core/unit_test/libkokkosprinter-tool.so [265/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTest_CMakePassCmdLineArgs.cpp for CXX dependencies [266/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test16_ParallelScan_SERIAL.cpp for CXX dependencies [267/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test14_MDRangeReduce_SERIAL.cpp for CXX dependencies [268/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTestMain.cpp for CXX dependencies [269/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/generated/Test17_CompleteAtomic_SERIAL.cpp for CXX dependencies [270/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTest_CMakeTriBITSCompatibility.cpp for CXX dependencies [271/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [272/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [273/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [274/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestCTestDevice.cpp for CXX dependencies [275/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [276/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/UnitTest_DeviceAndThreads.cpp for CXX dependencies [277/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [278/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/CXX.dd [279/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [280/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [281/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [282/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [283/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [284/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [285/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [286/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [287/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [288/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [289/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [290/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [291/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [292/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [293/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [294/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [295/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [296/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [297/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [298/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [299/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [300/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [301/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [302/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [303/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [304/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [305/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [306/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [307/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [308/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [309/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [310/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [311/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [312/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [313/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [314/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [315/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [316/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [317/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [318/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [319/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [320/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [321/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [322/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [323/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [324/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [325/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [326/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [327/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [328/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [329/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [330/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [331/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [332/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [333/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [334/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [335/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [336/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTestGramSchmidt.cpp for CXX dependencies [337/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [338/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_CustomReduction.cpp for CXX dependencies [339/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ExecSpacePartitioning.cpp for CXX dependencies [340/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_MallocFree.cpp for CXX dependencies [341/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTestHexGrad.cpp for CXX dependencies [342/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewAllocate.cpp for CXX dependencies [343/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [344/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_b123.cpp for CXX dependencies [345/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_d123.cpp for CXX dependencies [346/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_c123.cpp for CXX dependencies [347/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_a123.cpp for CXX dependencies [348/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_d45.cpp for CXX dependencies [349/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_c45.cpp for CXX dependencies [350/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_a45.cpp for CXX dependencies [351/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_a6.cpp for CXX dependencies [352/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_b45.cpp for CXX dependencies [353/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_c6.cpp for CXX dependencies [354/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_d6.cpp for CXX dependencies [355/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_c7.cpp for CXX dependencies [356/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_b6.cpp for CXX dependencies [357/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_b7.cpp for CXX dependencies [358/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_a8.cpp for CXX dependencies [359/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/headers_self_contained/tstHeader.cpp for CXX dependencies [360/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_a7.cpp for CXX dependencies [361/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_d7.cpp for CXX dependencies [362/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_b8.cpp for CXX dependencies [363/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_c8.cpp for CXX dependencies [364/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_d8.cpp for CXX dependencies [365/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [366/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewCopy_Raw.cpp for CXX dependencies [367/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFill_123.cpp for CXX dependencies [368/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFill_6.cpp for CXX dependencies [369/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFill_45.cpp for CXX dependencies [370/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFill_8.cpp for CXX dependencies [371/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFill_7.cpp for CXX dependencies [372/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFill_Raw.cpp for CXX dependencies [373/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewResize_123.cpp for CXX dependencies [374/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_DeviceAndThreads [375/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewResize_45.cpp for CXX dependencies [376/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewResize_7.cpp for CXX dependencies [377/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewResize_6.cpp for CXX dependencies [378/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewResize_8.cpp for CXX dependencies [379/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewResize_Raw.cpp for CXX dependencies [380/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/Benchmark_Context.cpp for CXX dependencies [381/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/BenchmarkMain.cpp for CXX dependencies [382/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/Benchmark_Context.cpp for CXX dependencies [383/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/BenchmarkMain.cpp for CXX dependencies [384/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/test_atomic_minmax_simple.cpp for CXX dependencies [385/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFirstTouch_Initialize.cpp for CXX dependencies [386/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFirstTouch_ParallelFor.cpp for CXX dependencies [387/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/PerfTest_ViewFirstTouch_DeepCopy.cpp for CXX dependencies [388/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/BenchmarkMain.cpp for CXX dependencies [389/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/Benchmark_Context.cpp for CXX dependencies [390/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/test_mempool.cpp for CXX dependencies [391/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/Benchmark_Context.cpp for CXX dependencies [392/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/BenchmarkMain.cpp for CXX dependencies [393/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/test_atomic.cpp for CXX dependencies [394/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/BenchmarkMain.cpp for CXX dependencies [395/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/Benchmark_Context.cpp for CXX dependencies [396/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/test_reduction.cpp for CXX dependencies [397/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/Benchmark_Context.cpp for CXX dependencies [398/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/BenchmarkMain.cpp for CXX dependencies [399/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [400/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [401/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [402/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [403/1513] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [404/1513] Linking CXX static library core/unit_test/libkokkos_gtest.a [405/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [406/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [407/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [408/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [409/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [410/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [411/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [412/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [413/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [414/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [415/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/containers/src/impl/Kokkos_UnorderedMap_impl.cpp for CXX dependencies [416/1513] Generating CXX dyndep file containers/src/CMakeFiles/kokkoscontainers.dir/CXX.dd [417/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [418/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [419/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/UnitTestMain.cpp for CXX dependencies [420/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [421/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_Bitset.cpp for CXX dependencies [422/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DualView.cpp for CXX dependencies [423/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynViewAPI_generic.cpp for CXX dependencies [424/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [425/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynamicView.cpp for CXX dependencies [426/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynViewAPI_rank12345.cpp for CXX dependencies [427/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynViewAPI_rank67.cpp for CXX dependencies [428/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynRankView_Ctors.cpp for CXX dependencies [429/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynRankView_LayoutMember.cpp for CXX dependencies [430/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynRankView_TeamScratch.cpp for CXX dependencies [431/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [432/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_OffsetView.cpp for CXX dependencies [433/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_ErrorReporter.cpp for CXX dependencies [434/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_DynRankView_ViewCustomization.cpp for CXX dependencies [435/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_WithoutInitializing.cpp for CXX dependencies [436/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestCompileMain.cpp for CXX dependencies [437/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_ScatterView.cpp for CXX dependencies [438/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestCreateMirror.cpp for CXX dependencies [439/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/serial/TestSerial_UnorderedMap.cpp for CXX dependencies [440/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestIsViewTrait.cpp for CXX dependencies [441/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDualViewParameterPack.cpp for CXX dependencies [442/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/src/KokkosAlgorithms_dummy.cpp for CXX dependencies [443/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDynRankViewTypedefs.cpp for CXX dependencies [444/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/src/Kokkos_Sort.cppm for CXX dependencies [445/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/src/Kokkos_Random.cppm for CXX dependencies [446/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/src/Kokkos_StdAlgorithms.cppm for CXX dependencies [447/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [448/1513] Generating CXX dyndep file algorithms/src/CMakeFiles/kokkosalgorithms.dir/CXX.dd [449/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [450/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [451/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/serial/TestSortByKey.cpp for CXX dependencies [452/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/serial/TestSort.cpp for CXX dependencies [453/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/serial/TestSortCustomComp.cpp for CXX dependencies [454/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [455/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/serial/TestBinSortA.cpp for CXX dependencies [456/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/serial/TestNestedSort.cpp for CXX dependencies [457/1513] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [458/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [459/1513] Linking CXX static library containers/src/libkokkoscontainers.a [460/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/serial/TestRandom.cpp for CXX dependencies [461/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/serial/TestBinSortB.cpp for CXX dependencies [462/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [463/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdReducers.cpp for CXX dependencies [464/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [465/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [466/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [467/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsMinMaxElementOps.cpp for CXX dependencies [468/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsConstraints.cpp for CXX dependencies [469/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestRandomAccessIterator.cpp for CXX dependencies [470/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [471/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsLexicographicalCompare.cpp for CXX dependencies [472/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsForEach.cpp for CXX dependencies [473/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsFindEnd.cpp for CXX dependencies [474/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsFind.cpp for CXX dependencies [475/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsFindFirstOf.cpp for CXX dependencies [476/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCount.cpp for CXX dependencies [477/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsEqual.cpp for CXX dependencies [478/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsAllAnyNoneOf.cpp for CXX dependencies [479/1513] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [480/1513] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark.a [481/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsSearch.cpp for CXX dependencies [482/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsAdjacentFind.cpp for CXX dependencies [483/1513] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark_main.a [484/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsSearch_n.cpp for CXX dependencies [485/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsMismatch.cpp for CXX dependencies [486/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsMoveBackward.cpp for CXX dependencies [487/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [488/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsModOps.cpp for CXX dependencies [489/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [490/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsModSeqOps.cpp for CXX dependencies [491/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsReplaceCopy.cpp for CXX dependencies [492/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsReplaceCopyIf.cpp for CXX dependencies [493/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsReplace.cpp for CXX dependencies [494/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsReplaceIf.cpp for CXX dependencies [495/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCopyIf.cpp for CXX dependencies [496/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsUnique.cpp for CXX dependencies [497/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsUniqueCopy.cpp for CXX dependencies [498/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsRemove.cpp for CXX dependencies [499/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsRemoveIf.cpp for CXX dependencies [500/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsRemoveCopy.cpp for CXX dependencies [501/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsRemoveCopyIf.cpp for CXX dependencies [502/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsRotate.cpp for CXX dependencies [503/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsRotateCopy.cpp for CXX dependencies [504/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsShiftLeft.cpp for CXX dependencies [505/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsReverse.cpp for CXX dependencies [506/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [507/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [508/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsPartitionCopy.cpp for CXX dependencies [509/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsIsSortedUntil.cpp for CXX dependencies [510/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsShiftRight.cpp for CXX dependencies [511/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsIsSorted.cpp for CXX dependencies [512/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsPartitioningOps.cpp for CXX dependencies [513/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsNumerics.cpp for CXX dependencies [514/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTransformUnaryOp.cpp for CXX dependencies [515/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsAdjacentDifference.cpp for CXX dependencies [516/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsExclusiveScan.cpp for CXX dependencies [517/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [518/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [519/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsInclusiveScan.cpp for CXX dependencies [520/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTransformInclusiveScan.cpp for CXX dependencies [521/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamCount.cpp for CXX dependencies [522/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTransformExclusiveScan.cpp for CXX dependencies [523/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamAdjacentFind.cpp for CXX dependencies [524/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamMismatch.cpp for CXX dependencies [525/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamForEach.cpp for CXX dependencies [526/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamForEachN.cpp for CXX dependencies [527/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamCountIf.cpp for CXX dependencies [528/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamLexicographicalCompare.cpp for CXX dependencies [529/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [530/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [531/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamEqual.cpp for CXX dependencies [532/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamSearch.cpp for CXX dependencies [533/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [534/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [535/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamFind.cpp for CXX dependencies [536/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamFindEnd.cpp for CXX dependencies [537/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamFindFirstOf.cpp for CXX dependencies [538/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamFindIfNot.cpp for CXX dependencies [539/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamFindIf.cpp for CXX dependencies [540/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamAllOf.cpp for CXX dependencies [541/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamNoneOf.cpp for CXX dependencies [542/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamAnyOf.cpp for CXX dependencies [543/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [544/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [545/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [546/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [547/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamSearchN.cpp for CXX dependencies [548/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamMaxElement.cpp for CXX dependencies [549/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamMinElement.cpp for CXX dependencies [550/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamMinMaxElement.cpp for CXX dependencies [551/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamFill.cpp for CXX dependencies [552/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamFill_n.cpp for CXX dependencies [553/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopyIf.cpp for CXX dependencies [554/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamReplace.cpp for CXX dependencies [555/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Sort.cppm.o [556/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_Random.cppm.o [557/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [558/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [559/1513] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/Kokkos_StdAlgorithms.cppm.o [560/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamRotateCopy.cpp for CXX dependencies [561/1513] Linking CXX static library algorithms/src/libkokkosalgorithms.a [562/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceIf.cpp for CXX dependencies [563/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [564/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamReverse.cpp for CXX dependencies [565/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamReplaceCopy.cpp for CXX dependencies [566/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamRotate.cpp for CXX dependencies [567/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamReverseCopy.cpp for CXX dependencies [568/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [569/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamMove.cpp for CXX dependencies [570/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamMoveBackward.cpp for CXX dependencies [571/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamShiftRight.cpp for CXX dependencies [572/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamShiftLeft.cpp for CXX dependencies [573/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [574/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [575/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamCopy.cpp for CXX dependencies [576/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamCopy_n.cpp for CXX dependencies [577/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamCopyBackward.cpp for CXX dependencies [578/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamCopyIf.cpp for CXX dependencies [579/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveIf.cpp for CXX dependencies [580/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamUniqueCopy.cpp for CXX dependencies [581/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopyIf.cpp for CXX dependencies [582/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamRemoveCopy.cpp for CXX dependencies [583/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamRemove.cpp for CXX dependencies [584/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [585/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [586/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamUnique.cpp for CXX dependencies [587/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamReduce.cpp for CXX dependencies [588/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamAdjacentDifference.cpp for CXX dependencies [589/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamTransformReduce.cpp for CXX dependencies [590/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [591/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [592/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamIsSorted.cpp for CXX dependencies [593/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamIsSortedUntil.cpp for CXX dependencies [594/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionCopy.cpp for CXX dependencies [595/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamIsPartitioned.cpp for CXX dependencies [596/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamPartitionPoint.cpp for CXX dependencies [597/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [598/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [599/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamGenerate_n.cpp for CXX dependencies [600/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamTransformUnaryOp.cpp for CXX dependencies [601/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamSwapRanges.cpp for CXX dependencies [602/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamTransformBinaryOp.cpp for CXX dependencies [603/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamGenerate.cpp for CXX dependencies [604/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [605/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [606/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamExclusiveScan.cpp for CXX dependencies [607/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamTransformExclusiveScan.cpp for CXX dependencies [608/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamInclusiveScan.cpp for CXX dependencies [609/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/UnitTestMain.cpp for CXX dependencies [610/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp for CXX dependencies [611/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/BenchmarkMain.cpp for CXX dependencies [612/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/simd/src/Kokkos_SIMD_dummy.cpp for CXX dependencies [613/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamTransformInclusiveScan.cpp for CXX dependencies [614/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/core/perf_test/Benchmark_Context.cpp for CXX dependencies [615/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsCompileOnly.cpp for CXX dependencies [616/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/algorithms/perf_test/test_inclusive_scan.cpp for CXX dependencies [617/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/query_device/query_device.cpp for CXX dependencies [618/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/simd/src/Kokkos_SIMD.cppm for CXX dependencies [619/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/simd/unit_tests/UnitTestMain.cpp for CXX dependencies [620/1513] Generating CXX dyndep file simd/src/CMakeFiles/kokkossimd.dir/CXX.dd [621/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/CXX.dd [622/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/virtual_functions/main.cpp for CXX dependencies [623/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/simd/unit_tests/TestSIMD.cpp for CXX dependencies [624/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [625/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/relocatable_function/functor.cpp for CXX dependencies [626/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/02_simple_reduce/simple_reduce.cpp for CXX dependencies [627/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/virtual_functions/classes.cpp for CXX dependencies [628/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [629/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/relocatable_function/main.cpp for CXX dependencies [630/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/01_hello_world/hello_world.cpp for CXX dependencies [631/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [632/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [633/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [634/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [635/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [636/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [637/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [638/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [639/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [640/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [641/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [642/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [643/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/CXX.dd [644/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [645/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [646/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [647/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [648/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [649/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [650/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [651/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/CXX.dd [652/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [653/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [654/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [655/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [656/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [657/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [658/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [659/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [660/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [661/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [662/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [663/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [664/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [665/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [666/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [667/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [668/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [669/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [670/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [671/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [672/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [673/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [674/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [675/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [676/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [677/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [678/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [679/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [680/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [681/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [682/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [683/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [684/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [685/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [686/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [687/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [688/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [689/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [690/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [691/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [692/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [693/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [694/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [695/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [696/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [697/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [698/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [699/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [700/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [701/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [702/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [703/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [704/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [705/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [706/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [707/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [708/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [709/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [710/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [711/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [712/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [713/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [714/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [715/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [716/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [717/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [718/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [719/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [720/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [721/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [722/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [723/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [724/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [725/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [726/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [727/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [728/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [729/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/CXX.dd [730/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/CXX.dd [731/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [732/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [733/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [734/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [735/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [736/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [737/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [738/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [739/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [740/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [741/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [742/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [743/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [744/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [745/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [746/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [747/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [748/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [749/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [750/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [751/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [752/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [753/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [754/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [755/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [756/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [757/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [758/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [759/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [760/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [761/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [762/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [763/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [764/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [765/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [766/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [767/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [768/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [769/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [770/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [771/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [772/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [773/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [774/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [775/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [776/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o Running on CPU_Node_05 in /var/jenkins/workspace/Kokkos_PR-8324 [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 ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t 49399821a344c51752917360eec2c2ffced375af -f scripts/docker/Dockerfile.gcc scripts/docker #1 [internal] load build definition from Dockerfile.gcc #1 sha256:834d64cbf9628253e456ca91a50945d6df8875d187a23af568240790fd8faa40 #1 transferring dockerfile: 1.17kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9 #2 sha256:b1b48b66a699f3af6c23de22e027247b410879300b4fbc307ef39ba014d8ee45 #2 DONE 0.3s #3 [internal] load .dockerignore #3 sha256:ad3e79b9ab6e5c209b3b033c7f966edb51a339f812ee0cf4e4646565610db837 #3 transferring context: 2B done #3 DONE 0.0s #5 [1/4] FROM docker.io/library/ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9 #5 sha256:cd931f9fccb0755e133679b6c02397f7ba29e43bc62f085f7e263360da2006b5 #5 DONE 0.0s #7 [3/4] RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ noble main" >> /etc/apt/sources.list && echo "deb http://dk.archive.ubuntu.com/ubuntu/ noble universe" >> /etc/apt/sources.list && apt-get update && apt-get install -y g++-10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10 && apt-get clean && rm -rf /var/lib/apt/lists/* #7 sha256:85ca71e4ffd9d60ae5b5f1cf821c02a46132e69ed369ea9fabfc63c7c1d86ca9 #7 CACHED #4 [2/4] RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential wget git bc cmake ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* #4 sha256:206acff0adcf8c88192f95a7607709ee3b218525c298a740947205a8b5e9f9f9 #4 CACHED #6 [4/4] RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* #6 sha256:9b0050de54f53dcce0646d97750666762dd168ab0519069ec10ae00cf5ecba58 #6 CACHED #8 exporting to image #8 sha256:87b9e9a845982bd5119a6365a4dd0428e3c645d8eb53831a09b7f9400c67a80e #8 exporting layers done #8 writing image sha256:6e03637202b265b8636ea7be93b0b1d9725385bbaf825094a172370ce89b5363 done #8 naming to docker.io/library/49399821a344c51752917360eec2c2ffced375af:latest done #8 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 49399821a344c51752917360eec2c2ffced375af . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer CPU_Node_05 seems to be running inside container e209d5156479f20c431c9a9ab8e86ff5e1a9783f21cc1e474043c03b9afedecc $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-8324 --volumes-from e209d5156479f20c431c9a9ab8e86ff5e1a9783f21cc1e474043c03b9afedecc -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 49399821a344c51752917360eec2c2ffced375af cat $ docker top d75aa20a4f5edc2dcedd39e5b610ff29feb509c70fa67fd99b1a617767cf4f9c -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=20 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_LIBQUADMATH=ON -DKokkos_ENABLE_SERIAL=ON .. -- Setting default Kokkos CXX standard to 20 -- The CXX compiler identification is GNU 10.5.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8324/build/generated/Kokkos_Version_Info.cpp -- Using -std=gnu++2a for C++20 extensions as feature -- SIMD: AVX2 detected -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: Kokkos::OpenMP -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT - Success -- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "3.0") -- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "3.0") found components: CXX -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.43.0") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [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 [777/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.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 -- [benchmark] Found Threads: TRUE -- Sources TestOpenMP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: OPENMP;SERIAL -- Configuring done (5.8s) -- Generating done (0.3s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j8 [ 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_register.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.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_name.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 1%] Built target AlwaysCheckGit [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 4%] Building CXX object 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 CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target impl_git_version [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 4%] 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%] Linking CXX static library libbenchmark_main.a [ 4%] Built target benchmark_main [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 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/Serial/Kokkos_Serial.cpp.o [ 5%] Linking CXX static library libkokkos_gtest.a [ 5%] Built target kokkos_gtest [ 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 [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkosalgorithms [ 6%] Built target kokkossimd [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 9%] 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_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [778/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [779/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [780/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [781/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [782/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o [783/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [784/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [785/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [786/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o [787/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorArg.cpp.o [788/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [789/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [790/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o [791/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [792/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 11%] 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_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAllocationType.cpp.o [ 12%] 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_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [793/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [794/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [795/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [796/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [797/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 12%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [798/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [799/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [800/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/CXX.dd [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [801/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [802/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [803/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [804/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [805/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [806/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [807/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 15%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 15%] Built target Kokkos_CoreTestCompileOnly [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [808/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [809/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [810/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/CXX.dd [811/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [812/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [813/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/CXX.dd [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 15%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [814/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [815/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [816/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [817/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [818/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [819/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [820/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/CXX.dd [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [821/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [822/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/CXX.dd [823/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [824/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/CXX.dd [825/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [826/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [827/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/CXX.dd [828/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [829/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [830/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [831/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [832/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [833/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [834/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/CXX.dd [835/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [836/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [837/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [838/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [839/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [840/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [841/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [842/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [843/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [844/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [845/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [846/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [847/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [848/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [849/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [850/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [851/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [852/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [853/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [854/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [855/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [856/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/CXX.dd [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o [857/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [858/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [859/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/CXX.dd [860/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [861/1513] Generating CXX dyndep file core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/CXX.dd [862/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [863/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/CXX.dd [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [864/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [865/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/CXX.dd [866/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [867/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/CXX.dd [868/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [869/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/CXX.dd [870/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [871/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/CXX.dd [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o [872/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [873/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/CXX.dd [874/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [875/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/CXX.dd [876/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [877/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/CXX.dd [878/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [879/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [880/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/CXX.dd [881/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/CXX.dd [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [882/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [883/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/CXX.dd [884/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [885/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [886/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/CXX.dd [887/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/CXX.dd [888/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [889/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/CXX.dd [890/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [891/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/CXX.dd [892/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [893/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/CXX.dd [894/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [895/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/CXX.dd [896/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [897/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/CXX.dd [898/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [899/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/CXX.dd [900/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [901/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/CXX.dd [902/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [903/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/CXX.dd [904/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [905/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/CXX.dd [906/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [907/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/CXX.dd [908/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [909/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/CXX.dd [910/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [911/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/CXX.dd [912/1513] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [913/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/CXX.dd [914/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [915/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/CXX.dd [916/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [917/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/CXX.dd [918/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [919/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/CXX.dd [920/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [921/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/CXX.dd [922/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [923/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/CXX.dd [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [924/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [925/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [926/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/CXX.dd [927/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [928/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/CXX.dd [929/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/CXX.dd [930/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [931/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [932/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/CXX.dd [933/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/CXX.dd [934/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [935/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/CXX.dd [936/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [937/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/CXX.dd [938/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [939/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/CXX.dd [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [940/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [941/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/CXX.dd [942/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [943/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/CXX.dd [944/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [945/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/CXX.dd [946/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [947/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/CXX.dd [948/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [949/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/CXX.dd [950/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [951/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/CXX.dd [952/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [953/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/CXX.dd [954/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [955/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/CXX.dd [956/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [957/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/CXX.dd [958/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [959/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/CXX.dd [960/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [961/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/CXX.dd [962/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [963/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/CXX.dd [964/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [965/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/CXX.dd [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [966/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [967/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/CXX.dd [968/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [969/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/CXX.dd [970/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [971/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/CXX.dd [972/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [973/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [974/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/CXX.dd [975/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/CXX.dd [976/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [977/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/CXX.dd [978/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [979/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/CXX.dd [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [980/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [981/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/CXX.dd [982/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [983/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/CXX.dd [ 19%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 19%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [984/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [985/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [986/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [987/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [988/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [989/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [990/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/CXX.dd [991/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/CXX.dd [992/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/CXX.dd [993/1513] Generating CXX dyndep file core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/CXX.dd [994/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/CXX.dd [995/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/CXX.dd [996/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [997/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [998/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [999/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [1000/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [1001/1513] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 19%] Built target Kokkos_CoreUnitTest_Develop [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [1002/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [1003/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [1004/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [1005/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [1006/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [1007/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [1008/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [1009/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [1010/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [1011/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [1012/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [1013/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [1014/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [1015/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [1016/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [1017/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [1018/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [1019/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [1020/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [1021/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [1022/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [1023/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [1024/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [1025/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [1026/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [1027/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [1028/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [1029/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [1030/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [1031/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [1032/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [1033/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [1034/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [1035/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.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_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [1036/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [1037/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [1038/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [1039/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/CXX.dd [1040/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [1041/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [1042/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [1043/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [1044/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [1045/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/CXX.dd [1046/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [1047/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [1048/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [1049/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/CXX.dd [1050/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [1051/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [1052/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [1053/1513] Generating CXX dyndep file core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/CXX.dd [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [1054/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [1055/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [1056/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [1057/1513] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/CXX.dd [1058/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [1059/1513] 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_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [1060/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_KokkosP [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [1061/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [1062/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [1063/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [1064/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [1065/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [1066/1513] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [1067/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [1068/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [1069/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [1070/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [1071/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [1072/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [1073/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [1074/1513] Generating CXX dyndep file containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/CXX.dd [1075/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 25%] Linking CXX executable Kokkos_StackTraceTestExec [ 25%] Built target Kokkos_StackTraceTestExec [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [1076/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [1077/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [1078/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [1079/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [1080/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/CXX.dd [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [1081/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [1082/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [1083/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [1084/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [1085/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 27%] Built target Kokkos_CoreUnitTest_Default [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [1086/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.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_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [1087/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [1088/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSort.cpp.o [1089/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/CXX.dd [1090/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortByKey.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [1091/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortA.cpp.o [1092/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/CXX.dd [1093/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [1094/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [1095/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestSortCustomComp.cpp.o [1096/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [1097/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/CXX.dd [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [1098/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [1099/1513] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [1100/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [1101/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/CXX.dd [1102/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [1103/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [1104/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestBinSortB.cpp.o [1105/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [1106/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [1107/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [1108/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/serial/TestNestedSort.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [1109/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [1110/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [1111/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [1112/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [1113/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [1114/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/serial/TestRandom.cpp.o [1115/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [1116/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [1117/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/CXX.dd [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [1118/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [1119/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [1120/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 31%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [1121/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 31%] Built target Kokkos_IncrementalTest_OPENMP [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [1122/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [1123/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [1124/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [1125/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [1126/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [1127/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 32%] Built target Kokkos_CoreUnitTest_CTestDevice [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 32%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 32%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 33%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [1128/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [1129/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 33%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [1130/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.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_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [1131/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [1132/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [1133/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [1134/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [1135/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [1136/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [1137/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [1138/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/CXX.dd [1139/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [1140/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [1141/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [1142/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [1143/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [1144/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [1145/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [1146/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [1147/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [1148/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [1149/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [1150/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [1151/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [1152/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/CXX.dd [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 37%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 37%] Built target Kokkos_IncrementalTest_SERIAL [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [1153/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [1154/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [1155/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [1156/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [1157/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [1158/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [1159/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [1160/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [1161/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [1162/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/CXX.dd [1163/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [1164/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [1165/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [1166/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [1167/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [1168/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [1169/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/CXX.dd [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [1170/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [1171/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [1172/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [1173/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [1174/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [1175/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [1176/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [1177/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [1178/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [1179/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/CXX.dd [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [1180/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [1181/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [1182/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [1183/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [1184/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [1185/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/CXX.dd [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [1186/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [1187/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [1188/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [1189/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [1190/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [1191/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [1192/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [1193/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [1194/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/CXX.dd [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [1195/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [1196/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [1197/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 44%] 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_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [1198/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [1199/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [1200/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [1201/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/CXX.dd [1202/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [1203/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [1204/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [1205/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [1206/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [1207/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [1208/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/CXX.dd [1209/1513] 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_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [1210/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [1211/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [1212/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o [1213/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [1214/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [1215/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [1216/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [1217/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [1218/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [1219/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [1220/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/CXX.dd [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [1221/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [1222/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [1223/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [1224/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [1225/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [1226/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [1227/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/CXX.dd [1228/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [1229/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [1230/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [1231/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [1232/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [1233/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [1234/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [1235/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/CXX.dd [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [1236/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [1237/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 47%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [1238/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 47%] Built target Kokkos_CoreUnitTest_Serial1 [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [1239/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [1240/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [1241/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [1242/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [1243/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/CXX.dd [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [1244/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [1245/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [1246/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [1247/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [1248/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/CXX.dd [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [1249/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [1250/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [1251/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [1252/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [1253/1513] Generating CXX dyndep file algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/CXX.dd [1254/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [1255/1513] Generating CXX dyndep file algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/CXX.dd [1256/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [1257/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [1258/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [1259/1513] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [1260/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [1261/1513] Generating CXX dyndep file simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/CXX.dd [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [1262/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [1263/1513] Generating CXX dyndep file example/query_device/CMakeFiles/Kokkos_query_device.dir/CXX.dd [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [1264/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [1265/1513] Generating CXX dyndep file example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/CXX.dd [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [1266/1513] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD.cppm.o [1267/1513] Linking CXX static library simd/src/libkokkossimd.a [1268/1513] Linking CXX executable core/unit_test/Kokkos_CoreTestCompileOnly [1269/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [1270/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport [1271/1513] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [1272/1513] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [1273/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize [1274/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Develop [1275/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Default [1276/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_ToolIndependence [1277/1513] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o [1278/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_KokkosP [1279/1513] Linking CXX executable core/unit_test/Kokkos_ProfilingAllCalls [1280/1513] Linking CXX executable core/unit_test/Kokkos_ToolsInitialization [1281/1513] Linking CXX executable core/unit_test/Kokkos_StackTraceTestExec [1282/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs [1283/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [1284/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_CTestDevice [1285/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [1286/1513] Linking CXX executable core/unit_test/Kokkos_IncrementalTest_SERIAL [1287/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [1288/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [1289/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [1290/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial1 [1291/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [1292/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [1293/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Array_hpp [1294/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [1295/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [1296/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [1297/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [1298/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [1299/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [1300/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [1301/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_hpp [1302/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [1303/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [1304/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [1305/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [1306/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [1307/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [1308/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [1309/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [1310/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Half_hpp [1311/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [1312/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [1313/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [1314/1513] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/main.cpp.o [1315/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [1316/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [1317/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [1318/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [1319/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [1320/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [1321/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [1322/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [1323/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [1324/1513] Linking CXX executable core/unit_test/Kokkos_CoreUnitTest_Serial2 [1325/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [1326/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [1327/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [1328/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [1329/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [1330/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [1331/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [1332/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [1333/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [1334/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [1335/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [1336/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [1337/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [1338/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_View_hpp [1339/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [1340/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [1341/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [1342/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [1343/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [1344/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [1345/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [1346/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [1347/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [1348/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [1349/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [1350/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [1351/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [1352/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_Random_hpp [1353/1513] Linking CXX executable core/unit_test/headers_self_contained/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [1354/1513] Linking CXX executable core/perf_test/Kokkos_Benchmark_Atomic_MinMax [1355/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch [1356/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Mempool [1357/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Atomic [1358/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Reduction [1359/1513] Linking CXX executable containers/unit_tests/Kokkos_ContainersTestCompileOnly [1360/1513] Linking CXX executable algorithms/unit_tests/Kokkos_UnitTest_Random [1361/1513] Linking CXX executable core/perf_test/Kokkos_PerformanceTest_Benchmark [1362/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A [1363/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B [1364/1513] Linking CXX executable algorithms/unit_tests/Kokkos_UnitTest_Sort [1365/1513] Linking CXX executable containers/unit_tests/Kokkos_ContainersUnitTest_Serial [1366/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A [1367/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B [1368/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D [1369/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E [1370/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C [1371/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E [1372/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C [1373/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F [1374/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D [1375/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G [1376/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H [1377/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [1378/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [1379/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P [1380/1513] Linking CXX executable algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan [1381/1513] Linking CXX executable example/query_device/Kokkos_query_device [1382/1513] Generating CXX dyndep file example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/CXX.dd [1383/1513] Generating CXX dyndep file example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/CXX.dd [1384/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L [1385/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M [1386/1513] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [1387/1513] Generating CXX dyndep file example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/CXX.dd [1388/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/03_simple_view/simple_view.cpp for CXX dependencies [1389/1513] Generating CXX dyndep file example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/CXX.dd [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [1390/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [1391/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/04_simple_memoryspaces/simple_memoryspaces.cpp for CXX dependencies [1392/1513] Generating CXX dyndep file example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/CXX.dd [1393/1513] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [1394/1513] Linking CXX executable algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [1395/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/05_simple_atomics/simple_atomics.cpp for CXX dependencies [1396/1513] Generating CXX dyndep file example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/CXX.dd [1397/1513] Building CXX object example/virtual_functions/CMakeFiles/Kokkos_example_virtual_functions.dir/classes.cpp.o [1398/1513] Linking CXX executable example/virtual_functions/Kokkos_example_virtual_functions [1399/1513] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [1400/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/06_simple_mdrangepolicy/simple_mdrangepolicy.cpp for CXX dependencies [1401/1513] Generating CXX dyndep file example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/CXX.dd [1402/1513] Linking CXX executable example/tutorial/02_simple_reduce/Kokkos_tutorial_02_simple_reduce [1403/1513] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [1404/1513] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [1405/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp for CXX dependencies [1406/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/CXX.dd [1407/1513] Linking CXX executable example/relocatable_function/Kokkos_example_relocatable_function [1408/1513] Linking CXX executable example/tutorial/01_hello_world/Kokkos_tutorial_01_hello_world [1409/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Advanced_Views/02_memory_traits/memory_traits.cpp for CXX dependencies [1410/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/CXX.dd [1411/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Advanced_Views/03_subviews/subviews.cpp for CXX dependencies [1412/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/CXX.dd [1413/1513] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [1414/1513] Linking CXX executable example/tutorial/03_simple_view/Kokkos_tutorial_03_simple_view [1415/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp for CXX dependencies [1416/1513] Generating CXX dyndep file example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/CXX.dd [1417/1513] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [1418/1513] Linking CXX executable example/tutorial/05_simple_atomics/Kokkos_tutorial_05_simple_atomics [1419/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Algorithms/01_random_numbers/random_numbers.cpp for CXX dependencies [1420/1513] Generating CXX dyndep file example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/CXX.dd [1421/1513] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [1422/1513] Linking CXX executable example/tutorial/04_simple_memoryspaces/Kokkos_tutorial_04_simple_memoryspaces [1423/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Hierarchical_Parallelism/01_thread_teams/thread_teams.cpp for CXX dependencies [1424/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/CXX.dd [1425/1513] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [1426/1513] Linking CXX executable example/tutorial/06_simple_mdrangepolicy/Kokkos_tutorial_06_simple_mdrangepolicy [1427/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/thread_teams_lambda.cpp for CXX dependencies [1428/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/CXX.dd [1429/1513] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [1430/1513] Linking CXX executable example/tutorial/Advanced_Views/01_data_layouts/Kokkos_tutorial_advancedviews_01_data_layouts [1431/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/nested_parallel_for.cpp for CXX dependencies [1432/1513] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [1433/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/CXX.dd [1434/1513] Linking CXX executable example/tutorial/Advanced_Views/03_subviews/Kokkos_tutorial_advancedviews_03_subviews [1435/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Hierarchical_Parallelism/03_vectorization/vectorization.cpp for CXX dependencies [1436/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/CXX.dd [1437/1513] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [1438/1513] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [1439/1513] Linking CXX executable example/tutorial/Advanced_Views/02_memory_traits/Kokkos_tutorial_advancedviews_02_memory_traits [1440/1513] Linking CXX executable example/tutorial/Advanced_Views/04_dualviews/Kokkos_tutorial_advancedviews_04_dualviews [1441/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/Hierarchical_Parallelism/04_team_scan/team_scan.cpp for CXX dependencies [1442/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/launch_bounds/launch_bounds_reduce.cpp for CXX dependencies [1443/1513] Generating CXX dyndep file example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/CXX.dd [1444/1513] Generating CXX dyndep file example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/CXX.dd [1445/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [1446/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [1447/1513] 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 [1448/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/01_hello_world_lambda/hello_world_lambda.cpp for CXX dependencies [1449/1513] Generating CXX dyndep file example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/CXX.dd [1450/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/Kokkos_tutorial_hierarchical_01_thread_teams_lambda [1451/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/02_simple_reduce_lambda/simple_reduce_lambda.cpp for CXX dependencies [1452/1513] Generating CXX dyndep file example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/CXX.dd [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [1453/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o [1454/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [1455/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/example/tutorial/03_simple_view_lambda/simple_view_lambda.cpp for CXX dependencies [1456/1513] Generating CXX dyndep file example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/CXX.dd [1457/1513] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [1458/1513] Linking CXX executable example/tutorial/launch_bounds/Kokkos_launch_bounds_reduce [1459/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/atomic/main.cpp for CXX dependencies [1460/1513] Generating CXX dyndep file benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/CXX.dd [1461/1513] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o [1462/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [1463/1513] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [1464/1513] Linking CXX executable example/tutorial/Algorithms/01_random_numbers/Kokkos_tutorial_algorithms_01_random_numbers [1465/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/04_team_scan/Kokkos_tutorial_hierarchicalparallelism_04_team_scan [1466/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/gather/main.cpp for CXX dependencies [1467/1513] Generating CXX dyndep file benchmarks/gather/CMakeFiles/Kokkos_gather.dir/CXX.dd [1468/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/gups/gups.cpp for CXX dependencies [1469/1513] Generating CXX dyndep file benchmarks/gups/CMakeFiles/Kokkos_gups.dir/CXX.dd [1470/1513] Linking CXX executable example/tutorial/01_hello_world_lambda/Kokkos_tutorial_01_hello_world_lambda [1471/1513] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [1472/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/launch_latency/launch_latency.cpp for CXX dependencies [1473/1513] Generating CXX dyndep file benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/CXX.dd [1474/1513] Linking CXX executable example/tutorial/02_simple_reduce_lambda/Kokkos_tutorial_02_simple_reduce_lambda [1475/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/stream/stream-kokkos.cpp for CXX dependencies [1476/1513] Generating CXX dyndep file benchmarks/stream/CMakeFiles/Kokkos_stream.dir/CXX.dd [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [1477/1513] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [1478/1513] Linking CXX executable example/tutorial/Hierarchical_Parallelism/03_vectorization/Kokkos_tutorial_hierarchicalparallelism_03_vectorization [1479/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/view_copy_constructor/view_copy_constructor.cpp for CXX dependencies [1480/1513] Generating CXX dyndep file benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/CXX.dd [1481/1513] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [1482/1513] Linking CXX executable example/tutorial/03_simple_view_lambda/Kokkos_tutorial_03_simple_view_lambda [1483/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/policy_performance/main.cpp for CXX dependencies [1484/1513] Generating CXX dyndep file benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/CXX.dd [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [1485/1513] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [1486/1513] Linking CXX executable benchmarks/gups/Kokkos_gups [1487/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/bytes_and_flops/bench_double.cpp for CXX dependencies [1488/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/bytes_and_flops/bench_float.cpp for CXX dependencies [1489/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/bytes_and_flops/bench_int32_t.cpp for CXX dependencies [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [1490/1513] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [1491/1513] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [1492/1513] Linking CXX executable benchmarks/stream/Kokkos_stream [1493/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/bytes_and_flops/bench_int64_t.cpp for CXX dependencies [1494/1513] Scanning /var/jenkins/workspace/Kokkos_PR-8324/benchmarks/bytes_and_flops/main.cpp for CXX dependencies [1495/1513] Linking CXX executable benchmarks/view_copy_constructor/Kokkos_view_copy_constructor [1496/1513] Generating CXX dyndep file benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/CXX.dd [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [1497/1513] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [1498/1513] Linking CXX executable benchmarks/launch_latency/Kokkos_launch_latency [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [1499/1513] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [1500/1513] Linking CXX executable benchmarks/atomic/Kokkos_atomic [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [1501/1513] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [1502/1513] Linking CXX executable benchmarks/policy_performance/Kokkos_policy_performance [1503/1513] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [1504/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [1505/1513] Linking CXX executable simd/unit_tests/Kokkos_UnitTest_SIMD [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [1506/1513] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [1507/1513] Linking CXX executable benchmarks/gather/Kokkos_gather [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 55%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 55%] Built target Kokkos_CoreUnitTest_Serial2 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [1508/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [1509/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [1510/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [1511/1513] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [1512/1513] Linking CXX executable benchmarks/bytes_and_flops/Kokkos_bytes_and_flops [1512/1513] Install the project... -- Install configuration: "RelWithDebInfo" -- Up-to-date: /usr/local/include -- Installing: /usr/local/include/Kokkos_Array.hpp -- Installing: /usr/local/include/Kokkos_MathematicalSpecialFunctions.hpp -- Installing: /usr/local/include/Kokkos_Pair.hpp -- Installing: /usr/local/include/setup -- Installing: /usr/local/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /usr/local/include/setup/Kokkos_Setup_HIP.hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_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 [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o -- 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 [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /usr/local/include/SYCL/Kokkos_SYCL_Instance.hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o -- 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 [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_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 [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o -- 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 [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_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 [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_MathematicalFunctions.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /usr/local/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /usr/local/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /usr/local/include/Kokkos_Atomic.hpp -- Installing: /usr/local/include/Kokkos_CopyViews.hpp -- Installing: /usr/local/include/Kokkos_Graph_fwd.hpp -- Installing: /usr/local/include/fwd -- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /usr/local/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /usr/local/include/OpenMPTarget -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_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 [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /usr/local/include/Kokkos_Core.hpp -- Installing: /usr/local/include/Kokkos_TypeInfo.hpp -- Installing: /usr/local/include/OpenACC -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /usr/local/include/Serial -- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /usr/local/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /usr/local/include/Kokkos_Clamp.hpp -- Installing: /usr/local/include/Threads -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_Spinwait.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_State.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_ZeroMemset.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_Team.hpp -- Installing: /usr/local/include/Threads/Kokkos_Threads_Instance.hpp -- Installing: /usr/local/include/Kokkos_MathematicalFunctions.hpp -- Installing: /usr/local/include/traits -- Installing: /usr/local/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /usr/local/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /usr/local/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /usr/local/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /usr/local/include/Kokkos_Concepts.hpp -- Installing: /usr/local/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /usr/local/include/Kokkos_ExecPolicy.hpp -- Installing: /usr/local/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /usr/local/include/Kokkos_PointerOwnership.hpp -- Installing: /usr/local/include/decl -- Installing: /usr/local/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /usr/local/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /usr/local/include/Kokkos_Assert.hpp -- Installing: /usr/local/include/Kokkos_Vectorization.hpp -- Installing: /usr/local/include/Kokkos_ScratchSpace.hpp -- Installing: /usr/local/include/Kokkos_Parallel_Reduce.hpp -- Installing: /usr/local/include/Kokkos_Half.hpp -- Installing: /usr/local/include/Kokkos_Rank.hpp -- Installing: /usr/local/include/Kokkos_DetectionIdiom.hpp -- Installing: /usr/local/include/Kokkos_Core_fwd.hpp -- Installing: /usr/local/include/Kokkos_NumericTraits.hpp -- Installing: /usr/local/include/HPX -- Installing: /usr/local/include/HPX/Kokkos_HPX.hpp -- Installing: /usr/local/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /usr/local/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /usr/local/include/Kokkos_Printf.hpp -- Installing: /usr/local/include/Kokkos_AnonymousSpace.hpp -- Installing: /usr/local/include/OpenMP -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_ZeroMemset.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp -- Installing: /usr/local/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /usr/local/include/impl -- Installing: /usr/local/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /usr/local/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /usr/local/include/impl/Kokkos_DesulAtomicsConfig.hpp -- Installing: /usr/local/include/impl/Kokkos_Stacktrace.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /usr/local/include/impl/Kokkos_EBO.hpp -- Installing: /usr/local/include/impl/Kokkos_Error.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_ReductionIdentity.hpp -- Installing: /usr/local/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeThenPolicy.hpp -- Installing: /usr/local/include/impl/Kokkos_Utilities.hpp -- Installing: /usr/local/include/impl/Kokkos_BuiltinReducers.hpp -- Installing: /usr/local/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /usr/local/include/impl/Kokkos_HostBarrier.hpp -- Installing: /usr/local/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /usr/local/include/impl/Kokkos_Tools.hpp -- Installing: /usr/local/include/impl/Kokkos_CheckedIntegerOps.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeThenImpl.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /usr/local/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /usr/local/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphImpl.hpp -- Installing: /usr/local/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /usr/local/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /usr/local/include/impl/Kokkos_Traits.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /usr/local/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /usr/local/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /usr/local/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /usr/local/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /usr/local/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /usr/local/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /usr/local/include/impl/Kokkos_StringManipulation.hpp -- Installing: /usr/local/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /usr/local/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /usr/local/include/impl/Kokkos_ClockTic.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_MathematicalFunctions.hpp -- Installing: /usr/local/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /usr/local/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /usr/local/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /usr/local/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /usr/local/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /usr/local/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /usr/local/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /usr/local/include/impl/Kokkos_Profiling.hpp -- Installing: /usr/local/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /usr/local/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /usr/local/include/Kokkos_Parallel.hpp -- Installing: /usr/local/include/Kokkos_HostSpace.hpp -- Installing: /usr/local/include/KokkosExp_MDRangePolicy.hpp -- Installing: /usr/local/include/Kokkos_View.hpp -- Installing: /usr/local/include/Kokkos_Swap.hpp -- Installing: /usr/local/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /usr/local/include/Kokkos_Tuners.hpp -- Installing: /usr/local/include/desul -- Installing: /usr/local/include/desul/atomics.hpp -- Installing: /usr/local/include/desul/atomics -- Installing: /usr/local/include/desul/atomics/Thread_Fence.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /usr/local/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /usr/local/include/desul/atomics/Adapt_CXX.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_OpenACC.hpp -- Installing: /usr/local/include/desul/atomics/cuda -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /usr/local/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /usr/local/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /usr/local/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /usr/local/include/desul/atomics/Generic.hpp -- Installing: /usr/local/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /usr/local/include/desul/atomics/Atomic_Ref.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /usr/local/include/desul/atomics/Common.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /usr/local/include/desul/atomics/Compare_Exchange_CUDA.hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_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 [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o -- 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-8324/build UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl SetCMakeVariable:CTEST_SITE:2ff8bded69eb 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-8324 SetCMakeVariable:CTEST_BINARY_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8324/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-8324" 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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl SetCMakeVariable:CTEST_SITE:2ff8bded69eb 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-8324 SetCMakeVariable:CTEST_BINARY_DIRECTORY:/var/jenkins/workspace/Kokkos_PR-8324/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-8324" 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-8324/build SetCTestConfiguration:SourceDirectory:/var/jenkins/workspace/Kokkos_PR-8324 Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 2: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 2: Test timeout computed to be: 1500 2: [==========] Running 247 tests from 4 test suites. 2: [----------] Global test environment set-up. 2: [----------] 11 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.abort_from_host 2: [ OK ] serial_DeathTest.abort_from_host (2 ms) 2: [ RUN ] serial_DeathTest.abort_from_device 2: [ OK ] serial_DeathTest.abort_from_device (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 (1 ms) 2: [ RUN ] serial_DeathTest.policy_invalid_bounds 2: [ OK ] serial_DeathTest.policy_invalid_bounds (1 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 (1 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-8324/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-8324/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 (31 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-8324/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 [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp 2: [ OK ] serial.atomic_views_integral (70 ms) 2: [ RUN ] serial.atomic_views_nonintegral 2: [ OK ] serial.atomic_views_nonintegral (40 ms) 2: [ RUN ] serial.atomic_view_api 2: [ OK ] serial.atomic_view_api (0 ms) 2: [ RUN ] serial.bit_manip_countl_zero 2: [ OK ] serial.bit_manip_countl_zero (0 ms) 2: [ RUN ] serial.bit_manip_countl_one 2: [ OK ] serial.bit_manip_countl_one (0 ms) 2: [ RUN ] serial.bit_manip_countr_zero 2: [ OK ] serial.bit_manip_countr_zero (0 ms) 2: [ RUN ] serial.bit_manip_countr_one 2: [ OK ] serial.bit_manip_countr_one (0 ms) 2: [ RUN ] serial.bit_manip_popcount 2: [ OK ] serial.bit_manip_popcount (0 ms) 2: [ RUN ] serial.bit_manip_has_single_bit 2: [ OK ] serial.bit_manip_has_single_bit (0 ms) 2: [ RUN ] serial.bit_manip_bit_floor 2: [ OK ] serial.bit_manip_bit_floor (0 ms) 2: [ RUN ] serial.bit_manip_bit_ceil 2: [ OK ] serial.bit_manip_bit_ceil (0 ms) 2: [ RUN ] serial.bit_manip_bit_width 2: [ OK ] serial.bit_manip_bit_width (0 ms) 2: [ RUN ] serial.bit_manip_rotl 2: [ OK ] serial.bit_manip_rotl (0 ms) 2: [ RUN ] serial.bit_manip_rotr 2: [ OK ] serial.bit_manip_rotr (0 ms) 2: [ RUN ] serial.bit_manip_byeswap 2: [ OK ] serial.bit_manip_byeswap (0 ms) 2: [ RUN ] serial.bit_manip_bit_cast 2: [ OK ] serial.bit_manip_bit_cast (0 ms) 2: [ RUN ] serial.test_block_deduction_bug_pr_3103 2: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 2: [ RUN ] serial.checked_integer_operations_multiply_overflow 2: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 2: [ RUN ] serial.execution_policy_occupancy_and_hint 2: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 2: [ RUN ] serial.complex_construction 2: [ OK ] serial.complex_construction (0 ms) 2: [ RUN ] serial.complex_basic_math 2: [ OK ] serial.complex_basic_math (0 ms) 2: [ RUN ] serial.complex_special_funtions 2: [ OK ] serial.complex_special_funtions (0 ms) 2: [ RUN ] serial.complex_io 2: [ OK ] serial.complex_io (0 ms) 2: [ RUN ] serial.complex_trivially_copyable 2: [ OK ] serial.complex_trivially_copyable (0 ms) 2: [ RUN ] serial.complex_issue_3865 2: [ OK ] serial.complex_issue_3865 (0 ms) 2: [ RUN ] serial.complex_operations_arithmetic_types_overloads 2: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 2: [ RUN ] serial.complex_structured_bindings 2: [ OK ] serial.complex_structured_bindings (0 ms) 2: [ RUN ] serial.crs_count_fill 2: [ OK ] serial.crs_count_fill (0 ms) 2: [ RUN ] serial.crs_copy_constructor 2: [ OK ] serial.crs_copy_constructor (1 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_0 2: [ OK ] serial.deep_copy_assignable_types_rank_0 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_1 2: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_2 2: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_3 2: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_4 2: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_5 2: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_6 2: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_7 2: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_8 2: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 2: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 2: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 2: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 2: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_0 2: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_1 2: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_2 2: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_3 2: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_4 2: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_5 2: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_6 2: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_7 2: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 2: [ RUN ] serial.deep_copy_narrowing_rank_8 2: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 2: [ RUN ] serial.deep_copy_alignment 2: [ OK ] serial.deep_copy_alignment (1 ms) 2: [ RUN ] serial.deep_copy_conversion 2: [ OK ] serial.deep_copy_conversion (19 ms) 2: [ RUN ] serial.partitioning_by_args 2: [ OK ] serial.partitioning_by_args (0 ms) 2: [ RUN ] serial.partitioning_by_args_with_structured_bindings 2: [ OK ] serial.partitioning_by_args_with_structured_bindings (0 ms) 2: [ RUN ] serial.partitioning_by_vector 2: [ OK ] serial.partitioning_by_vector (0 ms) 2: [ RUN ] serial.exec_space_thread_safety_range [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o 2: [ OK ] serial.exec_space_thread_safety_range (1074 ms) 2: [ RUN ] serial.exec_space_thread_safety_mdrange [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp 2: [ OK ] serial.exec_space_thread_safety_mdrange (108 ms) 2: [ RUN ] serial.exec_space_thread_safety_team_policy 2: [ OK ] serial.exec_space_thread_safety_team_policy (107 ms) 2: [ RUN ] serial.exec_space_thread_safety_range_reduce [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o 2: [ OK ] serial.exec_space_thread_safety_range_reduce (107 ms) 2: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 2: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (107 ms) 2: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 2: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (108 ms) 2: [ RUN ] serial.exec_space_thread_safety_range_scan 2: [ OK ] serial.exec_space_thread_safety_range_scan (108 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-8324/core/unit_test/TestGraph.hpp:1105: Skipped 2: The graph backend for Serial does not support capture. 2: [ SKIPPED ] serial.graph_capture (0 ms) 2: [ RUN ] serial.graph_then 2: [ OK ] serial.graph_then (0 ms) 2: [ RUN ] serial.then_host 2: [ OK ] serial.then_host (0 ms) 2: [ RUN ] serial.mixed_then_host_device_nodes 2: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 2: [ RUN ] serial.graph_then_tag 2: [ OK ] serial.graph_then_tag (0 ms) 2: [ RUN ] serial.host_shared_ptr_use_count 2: [ OK ] serial.host_shared_ptr_use_count (0 ms) 2: [ RUN ] serial.host_shared_ptr_get 2: [ OK ] serial.host_shared_ptr_get (0 ms) 2: [ RUN ] serial.host_shared_ptr_dereference_on_device 2: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 2: [ RUN ] serial.host_shared_ptr_special_members_on_device 2: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 2: [ RUN ] serial.host_shared_ptr_tracking 2: [ OK ] serial.host_shared_ptr_tracking (0 ms) 2: [ RUN ] serial.join_backward_compatibility 2: [ OK ] serial.join_backward_compatibility (0 ms) 2: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o 2: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2324 ms) 2: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o 2: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2212 ms) 2: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o 2: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1061 ms) 2: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 2: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1062 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-8324/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped 2: no 16-bit floating-point precision support 2: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms) 2: [ RUN ] serial.mathematical_functions_exponential_functions 2: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 2: [ RUN ] serial.mathspecialfunc_expint1 2: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 2: [ RUN ] serial.mathspecialfunc_errorfunc 2: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselj0y0 2: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselj1y1 2: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 2: [ RUN ] serial.mathspecialfunc_cbesseli0k0 2: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesseli1k1 2: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 2: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 2: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 2: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 2: [ RUN ] serial.mdrange_5d 2: [ OK ] serial.mdrange_5d (25 ms) 2: [ RUN ] serial.mdrange_6d 2: [ OK ] serial.mdrange_6d (111 ms) 2: [ RUN ] serial.mdrange_2d 2: [ OK ] serial.mdrange_2d (0 ms) 2: [ RUN ] serial.mdrange_array_reduce 2: [ OK ] serial.mdrange_array_reduce (0 ms) 2: [ RUN ] serial.mdrange_3d 2: [ OK ] serial.mdrange_3d (5 ms) 2: [ RUN ] serial.mdrange_neg_idx 2: [ OK ] serial.mdrange_neg_idx (94 ms) 2: [ RUN ] serial.mdrange_4d 2: [ OK ] serial.mdrange_4d (5 ms) 2: [ RUN ] serial.mdrange_scalar 2: [ OK ] serial.mdrange_scalar (0 ms) 2: [ RUN ] serial.mdrange_large_deep_copy [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o 2: [ OK ] serial.mdrange_large_deep_copy (737 ms) 2: [ RUN ] serial.md_range_policy_construction_from_arrays 2: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 2: [ RUN ] serial.policy_get_tile_size 2: [ OK ] serial.policy_get_tile_size (0 ms) 2: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o 2: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3060 ms) 2: [ RUN ] serial.mdspan_minimal_functional 2: [ OK ] serial.mdspan_minimal_functional (0 ms) 2: [ RUN ] serial.mdspan_atomic_accessor 2: [ OK ] serial.mdspan_atomic_accessor (0 ms) 2: [ RUN ] serial.view_mdspan_conversion 2: [ OK ] serial.view_mdspan_conversion (0 ms) 2: [ RUN ] serial.view_mdspan_conversion_with_stride 2: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 2: [ RUN ] serial.max 2: [ OK ] serial.max (0 ms) 2: [ RUN ] serial.max_within_parfor 2: [ OK ] serial.max_within_parfor (0 ms) 2: [ RUN ] serial.min 2: [ OK ] serial.min (0 ms) 2: [ RUN ] serial.min_within_parfor 2: [ OK ] serial.min_within_parfor (0 ms) 2: [ RUN ] serial.minmax 2: [ OK ] serial.minmax (0 ms) 2: [ RUN ] serial.minmax_within_parfor 2: [ OK ] serial.minmax_within_parfor (0 ms) 2: [ RUN ] serial.clamp 2: [ OK ] serial.clamp (0 ms) 2: [ RUN ] serial.clamp_within_parfor 2: [ OK ] serial.clamp_within_parfor (0 ms) 2: [ RUN ] serial.numeric_traits_infinity 2: [ OK ] serial.numeric_traits_infinity (0 ms) 2: [ RUN ] serial.numeric_traits_epsilon 2: [ OK ] serial.numeric_traits_epsilon (0 ms) 2: [ RUN ] serial.numeric_traits_round_error 2: [ OK ] serial.numeric_traits_round_error (0 ms) 2: [ RUN ] serial.numeric_traits_norm_min 2: [ OK ] serial.numeric_traits_norm_min (0 ms) 2: [ RUN ] serial.numeric_traits_denorm_min 2: [ OK ] serial.numeric_traits_denorm_min (0 ms) 2: [ RUN ] serial.numeric_traits_finite_min_max 2: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 2: [ RUN ] serial.numeric_traits_digits 2: [ OK ] serial.numeric_traits_digits (0 ms) 2: [ RUN ] serial.numeric_traits_digits10 2: [ OK ] serial.numeric_traits_digits10 (0 ms) 2: [ RUN ] serial.numeric_traits_max_digits10 2: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 2: [ RUN ] serial.numeric_traits_radix 2: [ OK ] serial.numeric_traits_radix (0 ms) 2: [ RUN ] serial.numeric_traits_min_max_exponent 2: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 2: [ RUN ] serial.numeric_traits_min_max_exponent10 2: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 2: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 2: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 2: [ RUN ] serial.numeric_traits_sfinae_friendly 2: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 2: [ RUN ] serial.occupancy_control 2: [ OK ] serial.occupancy_control (0 ms) 2: [ RUN ] serial.memory_pool 2: [ OK ] serial.memory_pool (33 ms) 2: [ RUN ] serial.cxx11 2: [ OK ] serial.cxx11 (0 ms) 2: [ RUN ] serial.parallel_scan_range_policy 2: [ OK ] serial.parallel_scan_range_policy (3 ms) 2: [ RUN ] serial.kokkos_printf 2: [ OK ] serial.kokkos_printf (0 ms) 2: [ RUN ] serial.range_for 2: [ OK ] serial.range_for (0 ms) 2: [ RUN ] serial.range_reduce 2: [ OK ] serial.range_reduce (0 ms) 2: [ RUN ] serial.range_dynamic_policy 2: [ OK ] serial.range_dynamic_policy (7 ms) 2: [ RUN ] serial.large_parallel_for_reduce 2: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestRange.hpp:379: Skipped 2: Disabling for host backends 2: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 2: [ RUN ] serial.range_policy_runtime_parameters 2: [ OK ] serial.range_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.range_policy_one_way_convertible_bounds 2: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 2: [ RUN ] serial.range_for_require 2: [ OK ] serial.range_for_require (0 ms) 2: [ RUN ] serial.range_reduce_require 2: [ OK ] serial.range_reduce_require (0 ms) 2: [ RUN ] serial.range_dynamic_policy_require 2: [ OK ] serial.range_dynamic_policy_require (7 ms) 2: [ RUN ] serial.reducers_int 2: [ OK ] serial.reducers_int (1 ms) 2: [ RUN ] serial.reducers_double 2: [ OK ] serial.reducers_double (1 ms) 2: [ RUN ] serial.reducers_complex_double 2: [ OK ] serial.reducers_complex_double (0 ms) 2: [ RUN ] serial.reducers_struct 2: [ OK ] serial.reducers_struct (0 ms) 2: [ RUN ] serial.reducers_half_t 2: [ OK ] serial.reducers_half_t (0 ms) 2: [ RUN ] serial.reducers_bhalf_t 2: [ OK ] serial.reducers_bhalf_t (0 ms) 2: [ RUN ] serial.reducers_int8_t 2: [ OK ] serial.reducers_int8_t (0 ms) 2: [ RUN ] serial.reducers_int16_t 2: [ OK ] serial.reducers_int16_t (0 ms) 2: [ RUN ] serial.reducers_point_t 2: [ OK ] serial.reducers_point_t (0 ms) 2: [ RUN ] serial.reducers_bool 2: [ OK ] serial.reducers_bool (0 ms) 2: [ RUN ] serial.int64_t_reduce 2: [ OK ] serial.int64_t_reduce (136 ms) 2: [ RUN ] serial.double_reduce 2: [ OK ] serial.double_reduce (280 ms) 2: [ RUN ] serial.int64_t_reduce_dynamic 2: [ OK ] serial.int64_t_reduce_dynamic (827 ms) 2: [ RUN ] serial.double_reduce_dynamic 2: [ OK ] serial.double_reduce_dynamic (916 ms) 2: [ RUN ] serial.int64_t_reduce_dynamic_view 2: [ OK ] serial.int64_t_reduce_dynamic_view (175 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-8324/core/unit_test/TestReduce.hpp:655: 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 [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o 2: [ OK ] serial.reduce_device_view_mdrange_policy (2329 ms) 2: [ RUN ] serial.reduce_device_view_team_policy 2: [ OK ] serial.reduce_device_view_team_policy (469 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 (17775 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-8324/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. (17808 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 17.81 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial2 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 3: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 3: Test timeout computed to be: 1500 3: [==========] Running 147 tests from 2 test suites. 3: [----------] Global test environment set-up. 3: [----------] 10 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 3: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 3: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (34 ms) 3: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 3: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (29 ms) 3: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 3: [ RUN ] serial_DeathTest.view_subview_wrong_extents 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 3: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 3: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (6 ms) 3: [----------] 10 tests from serial_DeathTest (70 ms total) 3: 3: [----------] 137 tests from serial 3: [ RUN ] serial.team_for 3: [ OK ] serial.team_for (0 ms) 3: [ RUN ] serial.team_reduce 3: [ OK ] serial.team_reduce (0 ms) 3: [ RUN ] serial.team_reduce_large [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o 3: [ OK ] serial.team_reduce_large (388 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 (464 ms) 3: [ RUN ] serial.parallel_scan_with_reducers 3: [ OK ] serial.parallel_scan_with_reducers (55 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 (89 ms) 3: [ RUN ] serial.team_double_reduce 3: [ OK ] serial.team_double_reduce (39 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 (68 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 [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o 3: [ OK ] serial.repeated_team_reduce (4291 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 (93 ms) 3: [ RUN ] serial.team_scan_ret_val 3: [ OK ] serial.team_scan_ret_val (88 ms) 3: [ RUN ] serial.team_shared_request 3: [ OK ] serial.team_shared_request (28 ms) 3: [ RUN ] serial.team_scratch_request 3: [ OK ] serial.team_scratch_request (2 ms) 3: [ RUN ] serial.team_lambda_shared_request 3: [ OK ] serial.team_lambda_shared_request (25 ms) 3: [ RUN ] serial.scratch_align 3: [ OK ] serial.scratch_align (0 ms) 3: [ RUN ] serial.shmem_size 3: [ OK ] serial.shmem_size (0 ms) 3: [ RUN ] serial.multi_level_scratch 3: [ OK ] serial.multi_level_scratch (2 ms) 3: [ RUN ] serial.team_scratch_memory_index_parallel_for 3: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 3: [ RUN ] serial.team_policy_max_recommended 3: [ OK ] serial.team_policy_max_recommended (1 ms) 3: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 3: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 3: [ RUN ] serial.team_teamvector_range 3: [ OK ] serial.team_teamvector_range (1 ms) 3: [ RUN ] serial.timer 3: [ OK ] serial.timer (20 ms) 3: [ RUN ] serial.unique_token_global 3: [ OK ] serial.unique_token_global (0 ms) 3: [ RUN ] serial.unique_token_instance 3: [ OK ] serial.unique_token_instance (0 ms) 3: [ RUN ] serial.unique_token_team_acquire 3: [ OK ] serial.unique_token_team_acquire (0 ms) 3: [ RUN ] serial.view_api_a 3: [ OK ] serial.view_api_a (3 ms) 3: [ RUN ] serial.view_layout_left_with_stride 3: [ OK ] serial.view_layout_left_with_stride (0 ms) 3: [ RUN ] serial.view_layout_right_with_stride 3: [ OK ] serial.view_layout_right_with_stride (0 ms) 3: [ RUN ] serial.view_api_b 3: [ OK ] serial.view_api_b (0 ms) 3: [ RUN ] serial.view_api_c 3: [ OK ] serial.view_api_c (23 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 [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o 3: [ OK ] serial.view_allocation_large_rank (2858 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 (232 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 [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o 3: [ OK ] serial.view_fill_tests_layout_right (3113 ms) 3: [ RUN ] serial.view_fill_tests_layout_left [ 63%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch 3: [ OK ] serial.view_fill_tests_layout_left (3255 ms) 3: [ RUN ] serial.vcp_empty_traits 3: [ OK ] serial.vcp_empty_traits (0 ms) 3: [ RUN ] serial.is_view_label 3: [ OK ] serial.is_view_label (0 ms) 3: [ RUN ] serial.vcp_label_base_traits 3: [ OK ] serial.vcp_label_base_traits (0 ms) 3: [ RUN ] serial.vcp_label_traits 3: [ OK ] serial.vcp_label_traits (0 ms) 3: [ RUN ] serial.view_alloc_can_perfect_forward_label 3: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 3: [ RUN ] serial.vcp_label_copy_constructor 3: [ OK ] serial.vcp_label_copy_constructor (0 ms) 3: [ RUN ] serial.vcp_pointer_add_property 3: [ OK ] serial.vcp_pointer_add_property (0 ms) 3: [ RUN ] serial.view_empty_runtime_unmanaged 3: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 3: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 3: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (39 ms) 3: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (38 ms) 3: [ RUN ] serial.view_mapping 3: [ OK ] serial.view_mapping (59 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 (2 ms) 3: [ RUN ] serial.view_realloc 3: [ OK ] serial.view_realloc (0 ms) 3: [ RUN ] serial.workgraph_fib 3: [ OK ] serial.workgraph_fib (119 ms) 3: [ RUN ] serial.resize_realloc_no_init 3: [ OK ] serial.resize_realloc_no_init (0 ms) 3: [ RUN ] serial.resize_realloc_no_alloc 3: [ OK ] serial.resize_realloc_no_alloc (0 ms) 3: [ RUN ] serial.realloc_exec_space 3: [ OK ] serial.realloc_exec_space (0 ms) 3: [ RUN ] serial.view_alloc 3: [ OK ] serial.view_alloc (0 ms) 3: [ RUN ] serial.view_alloc_exec_space 3: [ OK ] serial.view_alloc_exec_space (0 ms) 3: [ RUN ] serial.view_alloc_int 3: [ OK ] serial.view_alloc_int (0 ms) 3: [ RUN ] serial.view_alloc_exec_space_int 3: [ OK ] serial.view_alloc_exec_space_int (0 ms) 3: [ RUN ] serial.deep_copy_zero_memset 3: [ OK ] serial.deep_copy_zero_memset (0 ms) 3: [ RUN ] serial.resize_exec_space 3: [ OK ] serial.resize_exec_space (0 ms) 3: [ RUN ] serial.view_allocation_int 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 3: skipping since the fence checked for isn't necessary 3: [ SKIPPED ] serial.view_allocation_int (0 ms) 3: [ RUN ] serial.view_allocation_exec_space_int 3: [ OK ] serial.view_allocation_exec_space_int (0 ms) 3: [ RUN ] serial.view_not_default_constructible 3: [ OK ] serial.view_not_default_constructible (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_left 3: [ OK ] serial.view_subview_auto_1d_left (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_right 3: [ OK ] serial.view_subview_auto_1d_right (0 ms) 3: [ RUN ] serial.view_subview_auto_1d_stride 3: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 3: [ RUN ] serial.view_subview_assign_strided 3: [ OK ] serial.view_subview_assign_strided (0 ms) 3: [ RUN ] serial.view_subview_left_0 3: [ OK ] serial.view_subview_left_0 (0 ms) 3: [ RUN ] serial.view_subview_left_1 3: [ OK ] serial.view_subview_left_1 (0 ms) 3: [ RUN ] serial.view_subview_left_2 3: [ OK ] serial.view_subview_left_2 (0 ms) 3: [ RUN ] serial.view_subview_left_3 3: [ OK ] serial.view_subview_left_3 (0 ms) 3: [ RUN ] serial.view_subview_right_0 3: [ OK ] serial.view_subview_right_0 (0 ms) 3: [ RUN ] serial.view_subview_right_1 3: [ OK ] serial.view_subview_right_1 (0 ms) 3: [ RUN ] serial.view_subview_right_3 3: [ OK ] serial.view_subview_right_3 (0 ms) 3: [ RUN ] serial.view_static_tests 3: [ OK ] serial.view_static_tests (0 ms) 3: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 3: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 3: [ RUN ] serial.view_subview_layoutright_to_layoutright 3: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 3: [ RUN ] serial.view_subview_1d_assign 3: [ OK ] serial.view_subview_1d_assign (0 ms) 3: [ RUN ] serial.view_subview_1d_assign_atomic 3: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 3: [ RUN ] serial.view_subview_1d_assign_randomaccess 3: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 3: [ RUN ] serial.view_subview_2d_from_3d 3: [ OK ] serial.view_subview_2d_from_3d (2 ms) 3: [ RUN ] serial.view_subview_2d_from_3d_atomic 3: [ OK ] serial.view_subview_2d_from_3d_atomic (2 ms) 3: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 3: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left 3: [ OK ] serial.view_subview_3d_from_5d_left (41 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 3: [ OK ] serial.view_subview_3d_from_5d_left_atomic (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 (125 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right_atomic [ 63%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o 3: [ OK ] serial.view_subview_3d_from_5d_right_atomic (125 ms) 3: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (125 ms) 3: [ RUN ] serial.view_test_unmanaged_subview_reset 3: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 3: [ RUN ] serial.view_subview_memory_traits_construction 3: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 3: [----------] 137 tests from serial (16102 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 147 tests from 2 test suites ran. (16172 ms total) 3: [ PASSED ] 139 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 3: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 3: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 3: [ SKIPPED ] serial.view_allocation_int 3/51 Test #3: Kokkos_CoreUnitTest_Serial2 ................................ Passed 16.18 sec test 4 Start 4: Kokkos_CoreUnitTest_Default 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 4: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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 (229 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 (148 ms) 4: [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o 4: [ OK ] defaultdevicetype.reduce_instantiation_c3 (1328 ms) 4: [----------] 19 tests from defaultdevicetype (1710 ms total) 4: 4: [----------] 1 test from kokkosresize 4: [ RUN ] kokkosresize.host_space_access 4: [ OK ] kokkosresize.host_space_access (33 ms) 4: [----------] 1 test from kokkosresize (33 ms total) 4: 4: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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. (1743 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 1.77 sec test 5 Start 5: Kokkos_CoreUnitTest_InitializeFinalize 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 5: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 5: Test timeout computed to be: 1500 [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 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 [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (703 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 63%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 63%] Built target Kokkos_Benchmark_Atomic_MinMax [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (970 ms) 5: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 5: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (12 ms) 5: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (1687 ms total) 5: 5: [----------] 4 tests from InitializeFinalize_DeathTest 5: [ RUN ] InitializeFinalize_DeathTest.initialize 5: [ OK ] InitializeFinalize_DeathTest.initialize (6 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 (14 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. (1720 ms total) 5: [ PASSED ] 30 tests. 5/51 Test #5: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 2.65 sec test 6 Start 6: Kokkos_CoreUnitTest_Develop 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 6: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 7: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 8: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 8: Test timeout computed to be: 1500 8/51 Test #8: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.41 sec test 9 Start 9: Kokkos_ProfilingTestLibraryLoadHelp 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 9: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 9: Environment variables: 9: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 9: Test timeout computed to be: 1500 9: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 9/51 Test #9: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.27 sec test 10 Start 10: Kokkos_ProfilingTestLibraryCmdLineHelp 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 10: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 11: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 11: Environment variables: 11: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 11: Test timeout computed to be: 1500 11: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1914::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x559896059e00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55989605a040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55989605a0c0:Host:source:0x559896059e80: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:0x55989605a140: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:0x55989605a040:40::kokkosp_deallocate_data:Host:source:0x559896059e00: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-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 12: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 12: Test timeout computed to be: 1500 12: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Serial::kokkosp_declare_metadata:GPU architecture:none::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1914::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x55febbe0ee40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55febbe0f000:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55febbe0f080:Host:source:0x55febbe0eec0: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:0x55febbe0f180: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:0x55febbe0f000:40::kokkosp_deallocate_data:Host:source:0x55febbe0ee40: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-8324/build/core/unit_test/Kokkos_StackTraceTestExec 13: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55cbdbd47c12] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55cbdbce6b00] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55cbdbce2826] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55cbdbce447b] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55cbdbd1d4b9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55cbdbcf47e0] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55cbdbcf5b59] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55cbdbcf6498] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55cbdbd06b8d] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55cbdbd1e369] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55cbdbd06713] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55cbdbce49a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f257c26524a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f257c265305] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55cbdbce2691] 13: 13: demangled test_f1: 13: [0x55cbdbd47c12] Kokkos::Impl::save_stacktrace() 13: [0x55cbdbce6b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55cbdbce2826] Test::test_stacktrace(bool, bool) 13: [0x55cbdbce447b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x55cbdbd1d4b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55cbdbcf47e0] testing::Test::Run() 13: [0x55cbdbcf5b59] testing::TestInfo::Run() 13: [0x55cbdbcf6498] testing::TestSuite::Run() 13: [0x55cbdbd06b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55cbdbd1e369] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55cbdbd06713] testing::UnitTest::Run() 13: [0x55cbdbce49a0] main 13: [0x7f257c26524a] 13: [0x7f257c265305] __libc_start_main 13: [0x55cbdbce2691] _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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55cbdbd47c12] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55cbdbce6b00] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55cbdbce6cc4] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x55cbdbce2af9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55cbdbce447b] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55cbdbd1d4b9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55cbdbcf47e0] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55cbdbcf5b59] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55cbdbcf6498] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55cbdbd06b8d] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55cbdbd1e369] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55cbdbd06713] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55cbdbce49a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7f257c26524a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7f257c265305] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55cbdbce2691] 13: 13: demangled test_f3: 13: [0x55cbdbd47c12] Kokkos::Impl::save_stacktrace() 13: [0x55cbdbce6b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55cbdbce6cc4] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x55cbdbce2af9] Test::test_stacktrace(bool, bool) 13: [0x55cbdbce447b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 13: [0x55cbdbd1d4b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55cbdbcf47e0] testing::Test::Run() 13: [0x55cbdbcf5b59] testing::TestInfo::Run() 13: [0x55cbdbcf6498] testing::TestSuite::Run() 13: [0x55cbdbd06b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55cbdbd1e369] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55cbdbd06713] testing::UnitTest::Run() 13: [0x55cbdbce49a0] main 13: [0x7f257c26524a] 13: [0x7f257c265305] __libc_start_main 13: [0x55cbdbce2691] _start 13: 13: Test setting std::terminate handler that prints the last saved stack trace 13: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (4 ms) 13: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 13: Top of f1 13: Top of f0 13: Top of f0 13: test_f1: 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55b1bf7e8c12] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55b1bf787b00] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55b1bf783826] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x55b1bf785768] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55b1bf7be4b9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55b1bf7957e0] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55b1bf796b59] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55b1bf797498] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55b1bf7a7b8d] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55b1bf7bf369] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55b1bf7a7713] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55b1bf7859a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fbdf259024a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fbdf2590305] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55b1bf783691] 13: 13: demangled test_f1: 13: [0x55b1bf7e8c12] Kokkos::Impl::save_stacktrace() 13: [0x55b1bf787b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55b1bf783826] Test::test_stacktrace(bool, bool) 13: [0x55b1bf785768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x55b1bf7be4b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55b1bf7957e0] testing::Test::Run() 13: [0x55b1bf796b59] testing::TestInfo::Run() 13: [0x55b1bf797498] testing::TestSuite::Run() 13: [0x55b1bf7a7b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55b1bf7bf369] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55b1bf7a7713] testing::UnitTest::Run() 13: [0x55b1bf7859a0] main 13: [0x7fbdf259024a] 13: [0x7fbdf2590305] __libc_start_main 13: [0x55b1bf783691] _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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55b1bf7e8c12] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55b1bf787b00] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55b1bf787cc4] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x55b1bf783af9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x55b1bf785768] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55b1bf7be4b9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55b1bf7957e0] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55b1bf796b59] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x55b1bf797498] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55b1bf7a7b8d] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55b1bf7bf369] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55b1bf7a7713] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55b1bf7859a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7fbdf259024a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7fbdf2590305] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x55b1bf783691] 13: 13: demangled test_f3: 13: [0x55b1bf7e8c12] Kokkos::Impl::save_stacktrace() 13: [0x55b1bf787b00] Test::stacktrace_test_f1(std::ostream&) 13: [0x55b1bf787cc4] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x55b1bf783af9] Test::test_stacktrace(bool, bool) 13: [0x55b1bf785768] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 13: [0x55b1bf7be4b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x55b1bf7957e0] testing::Test::Run() 13: [0x55b1bf796b59] testing::TestInfo::Run() 13: [0x55b1bf797498] testing::TestSuite::Run() 13: [0x55b1bf7a7b8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x55b1bf7bf369] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x55b1bf7a7713] testing::UnitTest::Run() 13: [0x55b1bf7859a0] main 13: [0x7fbdf259024a] 13: [0x7fbdf2590305] __libc_start_main 13: [0x55b1bf783691] _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 (7 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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x559cef8bfc12] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x559cef85eb00] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x559cef85a826] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x559cef8954b9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x559cef86c7e0] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x559cef86db59] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x559cef86e498] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x559cef87eb8d] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x559cef896369] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x559cef87e713] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x559cef85c9a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7ff42913824a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7ff429138305] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x559cef85a691] 13: 13: demangled test_f1: 13: [0x559cef8bfc12] Kokkos::Impl::save_stacktrace() 13: [0x559cef85eb00] Test::stacktrace_test_f1(std::ostream&) 13: [0x559cef85a826] Test::test_stacktrace(bool, bool) 13: [0x559cef8954b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x559cef86c7e0] testing::Test::Run() 13: [0x559cef86db59] testing::TestInfo::Run() 13: [0x559cef86e498] testing::TestSuite::Run() 13: [0x559cef87eb8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x559cef896369] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x559cef87e713] testing::UnitTest::Run() 13: [0x559cef85c9a0] main 13: [0x7ff42913824a] 13: [0x7ff429138305] __libc_start_main 13: [0x559cef85a691] _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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x559cef8bfc12] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x559cef85eb00] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x559cef85ecc4] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f9) [0x559cef85aaf9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x559cef8954b9] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x559cef86c7e0] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x559cef86db59] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x559cef86e498] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x559cef87eb8d] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x559cef896369] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x559cef87e713] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x559cef85c9a0] 13: /lib/x86_64-linux-gnu/libc.so.6(+0x2724a) [0x7ff42913824a] 13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85) [0x7ff429138305] 13: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x21) [0x559cef85a691] 13: 13: demangled test_f3: 13: [0x559cef8bfc12] Kokkos::Impl::save_stacktrace() 13: [0x559cef85eb00] Test::stacktrace_test_f1(std::ostream&) 13: [0x559cef85ecc4] Test::stacktrace_test_f3(std::ostream&, int) 13: [0x559cef85aaf9] Test::test_stacktrace(bool, bool) 13: [0x559cef8954b9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 13: [0x559cef86c7e0] testing::Test::Run() 13: [0x559cef86db59] testing::TestInfo::Run() 13: [0x559cef86e498] testing::TestSuite::Run() 13: [0x559cef87eb8d] testing::internal::UnitTestImpl::RunAllTests() 13: [0x559cef896369] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 13: [0x559cef87e713] testing::UnitTest::Run() 13: [0x559cef85c9a0] main 13: [0x7ff42913824a] 13: [0x7ff429138305] __libc_start_main 13: [0x559cef85a691] _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-8324/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 14: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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 (32 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 (185 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 (222 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 28 tests from 1 test suite ran. (223 ms total) 14: [ PASSED ] 28 tests. 14/51 Test #14: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.23 sec test 15 Start 15: Kokkos_CoreUnitTest_CTestDevice 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 15: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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 (1 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 (13 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. (13 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-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 16: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 17: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 18: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 19: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 20: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 20: Test timeout computed to be: 1500 [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o 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.079s 20: 20: OK (skipped=3) 20/51 Test #20: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 9.40 sec test 21 Start 21: Kokkos_PerformanceTest_Benchmark 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T14-48-06.json" 21: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 21: Test timeout computed to be: 1500 21: 2025-09-23T15:02:52+00:00 21: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 21: Run on (4 X 1996.25 MHz CPU s) 21: CPU Caches: 21: L1 Data 64 KiB (x4) 21: L1 Instruction 64 KiB (x4) 21: L2 Unified 512 KiB (x4) 21: L3 Unified 16384 KiB (x4) 21: Load Average: 4.15, 6.80, 5.84 21: CPU architecture: none 21: Default Device: Serial 21: GIT_BRANCH: HEAD 21: GIT_CLEAN_STATUS: CLEAN 21: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 21: GIT_COMMIT_DESCRIPTION: Update desul hash 21: GIT_COMMIT_HASH: 79cbad54b 21: GPU architecture: none 21: KOKKOS_COMPILER_CLANG: 1914 21: KOKKOS_ENABLE_ASM: no 21: KOKKOS_ENABLE_CXX20: yes 21: KOKKOS_ENABLE_CXX23: no 21: KOKKOS_ENABLE_CXX26: no 21: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 21: KOKKOS_ENABLE_HWLOC: no 21: KOKKOS_ENABLE_LIBDL: yes 21: KOKKOS_ENABLE_PRAGMA_IVDEP: no 21: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 21: KOKKOS_ENABLE_PRAGMA_UNROLL: no 21: KOKKOS_ENABLE_PRAGMA_VECTOR: no 21: KOKKOS_ENABLE_SERIAL: yes 21: Kokkos Version: 4.7.99 21: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 21: mdspan: enabled 21: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 21: platform: 64bit 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Count Time normalized 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: GramSchmidt/Count:1024/iterations:5/manual_time 0.001 s 0.001 s 5 1024 967.196n 21: GramSchmidt/Count:2048/iterations:5/manual_time 0.002 s 0.002 s 5 2.048k 826.021n 21: GramSchmidt/Count:4096/iterations:5/manual_time 0.003 s 0.003 s 5 4.096k 729.162n 21: GramSchmidt/Count:8192/iterations:5/manual_time 0.006 s 0.007 s 5 8.192k 686.064n 21: GramSchmidt/Count:16384/iterations:5/manual_time 0.011 s 0.013 s 5 16.384k 667.395n 21: GramSchmidt/Count:32768/iterations:5/manual_time 0.022 s 0.028 s 5 32.768k 667.698n 21: GramSchmidt/Count:65536/iterations:5/manual_time 0.046 s 0.058 s 5 65.536k 693.371n 21: GramSchmidt/Count:131072/iterations:5/manual_time 0.106 s 0.146 s 5 131.072k 808.615n 21: GramSchmidt/Count:262144/iterations:5/manual_time 0.226 s 0.308 s 5 262.144k 862.971n [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 66%] Built target Kokkos_PerformanceTest_Mempool [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o 21: GramSchmidt/Count:524288/iterations:5/manual_time 0.488 s 0.650 s 5 524.288k 928.926n [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: Benchmark Time CPU Iterations FOM: GB/s Max 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: CustomReduction/N:100000/R:1000/manual_time 0.133 s 0.265 s 5 45.199/s 11.5 [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 21: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: OverlapRangePolicy/N:2000/M:10000/R:10 1.68 s 1.68 s 1 0.0974904 0.0966086 0.388543 0.389309 0.194132 0.194072 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: OverlapMDRangePolicy/N:200/M:10000/R:10 0.156 s 0.155 s 4 8.46427m 8.38988m 0.0382176 0.0380663 0.0190632 0.0200944 [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o 21: OverlapTeamPolicy/N:20/M:1000000/R:10 1.77 s 1.77 s 1 0.116076 0.114157 0.390754 0.392705 0.195292 0.195164 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations Count Time normalized 21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 82.0791n 21: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 78.292n 21: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 77.106n 21: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.001 s 0.001 s 5 8.192k 75.4794n 21: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.001 s 0.002 s 5 16.384k 79.144n 21: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.003 s 0.003 s 5 32.768k 76.2553n 21: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.005 s 0.009 s 5 65.536k 76.8054n 21: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.010 s 0.021 s 5 131.072k 76.7439n 21: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.020 s 0.053 s 5 262.144k 76.5046n 21: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.041 s 0.126 s 5 524.288k 77.1271n [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Benchmark Time CPU Iterations FOM: rate 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 21: Malloc/N:1/manual_time 0.216 us 0.440 us 3043434 4.63264M/s 21: Malloc/N:16/manual_time 0.160 us 0.349 us 4299494 6.26841M/s [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o 21: Malloc/N:256/manual_time 0.225 us 0.475 us 3052168 4.44118M/s [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o 21: Malloc/N:4096/manual_time 0.167 us 0.340 us 4148645 5.99473M/s [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o 21: Malloc/N:65536/manual_time 0.128 us 0.341 us 5541288 7.82417M/s [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o 21: Malloc/N:1048576/manual_time 0.128 us 0.343 us 5564982 7.82497M/s [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o 21: Malloc/N:16777216/manual_time 0.132 us 0.349 us 5245039 7.5906M/s [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o 21: Malloc/N:268435456/manual_time 2.37 us 7.69 us 301355 421.646k/s [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o 21: Malloc/N:4294967296/manual_time 2.73 us 13.6 us 251952 365.686k/s [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o 21: MallocFree/N:1/manual_time 0.359 us 0.396 us 1991103 2.78243M/s [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o 21: MallocFree/N:16/manual_time 0.326 us 0.363 us 2157399 3.06551M/s 21: MallocFree/N:256/manual_time 0.367 us 0.404 us 1897321 2.72443M/s [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o 21: MallocFree/N:4096/manual_time 0.337 us 0.374 us 2080172 2.96465M/s 21: MallocFree/N:65536/manual_time 0.318 us 0.356 us 2194028 3.14037M/s [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o 21: MallocFree/N:1048576/manual_time 0.317 us 0.355 us 2197564 3.15172M/s [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o 21: MallocFree/N:16777216/manual_time 0.327 us 0.363 us 2156362 3.05649M/s [ 69%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 69%] Built target Kokkos_PerformanceTest_Atomic [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o 21: MallocFree/N:268435456/manual_time 7.71 us 7.51 us 89796 129.624k/s 21: MallocFree/N:4294967296/manual_time 14.0 us 13.6 us 49978 71.6758k/s 21: MallocTouch/N:1/manual_time 0.496 us 0.667 us 1388207 2.01427M/s 21: MallocTouch/N:16/manual_time 0.424 us 0.607 us 1650302 2.36045M/s 21: MallocTouch/N:256/manual_time 0.503 us 0.673 us 1000000 1.98745M/s [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o 21: MallocTouch/N:4096/manual_time 0.439 us 0.607 us 1609019 2.27797M/s 21: MallocTouch/N:65536/manual_time 0.479 us 0.689 us 1463284 2.08643M/s [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o 21: MallocTouch/N:1048576/manual_time 5.37 us 5.59 us 129620 186.353k/s 21: MallocTouch/N:16777216/manual_time 70.1 us 70.5 us 9980 14.2552k/s [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o 21: MallocTouch/N:268435456/manual_time 77343 us 96009 us 9 12.9295/s 21: MallocTouch/N:4294967296/manual_time 1139709 us 1318245 us 1 0.877417/s 21: MallocTouchFree/N:1/manual_time 0.637 us 0.676 us 1097929 1.56897M/s [ 70%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 71%] Built target Kokkos_PerformanceTest_Reduction [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o 21: MallocTouchFree/N:16/manual_time 0.580 us 0.619 us 1204034 1.72477M/s [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o 21: MallocTouchFree/N:256/manual_time 0.646 us 0.684 us 1073301 1.54916M/s 21: MallocTouchFree/N:4096/manual_time 0.578 us 0.617 us 1197445 1.72887M/s [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o 21: MallocTouchFree/N:65536/manual_time 0.663 us 0.702 us 1058201 1.50827M/s 21: MallocTouchFree/N:1048576/manual_time 5.61 us 5.65 us 124860 178.279k/s [ 71%] Linking CXX executable Kokkos_PerformanceTest_Benchmark 21: MallocTouchFree/N:16777216/manual_time 70.5 us 70.5 us 9945 14.1789k/s [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 71%] Built target Kokkos_PerformanceTest_Benchmark [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o 21: MallocTouchFree/N:268435456/manual_time 96102 us 95975 us 7 10.4056/s [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o 21: MallocTouchFree/N:4294967296/manual_time 1293271 us 1292760 us 1 0.773233/s 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: Benchmark Time CPU Iterations FOM: GB/s MB 21: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 21: ViewAllocate_Rank1/N:10/manual_time 0.238 s 0.289 s 3 3.36074/s 800 [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o 21: ViewAllocate_Rank1/N:10/manual_time 0.238 s 0.289 s 3 3.36517/s 800 [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o 21: ViewAllocate_Rank2/N:10/manual_time 0.237 s 0.288 s 3 3.36981/s 800 [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o 21: ViewAllocate_Rank2/N:10/manual_time 0.237 s 0.289 s 3 3.37195/s 800 [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o 21: ViewAllocate_Rank3/N:10/manual_time 0.238 s 0.290 s 3 3.35521/s 800 [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o 21: ViewAllocate_Rank3/N:10/manual_time 0.238 s 0.289 s 3 3.36309/s 800 [ 72%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 72%] Built target Kokkos_ContainersTestCompileOnly [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o 21: ViewAllocate_Rank4/N:10/manual_time 0.238 s 0.289 s 3 3.36156/s 800 [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o 21: ViewAllocate_Rank4/N:10/manual_time 0.238 s 0.290 s 3 3.35625/s 800 21: ViewAllocate_Rank5/N:10/manual_time 0.239 s 0.289 s 3 3.35299/s 800 [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o 21: ViewAllocate_Rank5/N:10/manual_time 0.238 s 0.288 s 3 3.36542/s 800 [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o 21: ViewAllocate_Rank6/N:10/manual_time 0.238 s 0.289 s 3 3.36324/s 800 [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o 21: ViewAllocate_Rank6/N:10/manual_time 0.238 s 0.289 s 3 3.36734/s 800 [ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 74%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o 21: ViewAllocate_Rank7/N:10/manual_time 0.238 s 0.289 s 3 3.36139/s 800 21: ViewAllocate_Rank7/N:10/manual_time 0.239 s 0.290 s 3 3.35103/s 800 21: ViewAllocate_Rank8/N:10/manual_time 0.238 s 0.289 s 3 3.35927/s 800 [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o 21: ViewAllocate_Rank8/N:10/manual_time 0.239 s 0.289 s 3 3.35407/s 800 [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 21: ViewDeepCopy_Rank1/N:10/manual_time 0.052 s 0.052 s 13 30.6072/s 1.6k 21: ViewDeepCopy_Rank1/N:10/manual_time 0.052 s 0.052 s 13 30.6432/s 1.6k [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 21: ViewDeepCopy_Rank1/N:10/manual_time 0.052 s 0.052 s 13 30.5687/s 1.6k [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 21: ViewDeepCopy_Rank2/N:10/manual_time 0.052 s 0.052 s 13 30.4962/s 1.6k 21: ViewDeepCopy_Rank3/N:10/manual_time 0.052 s 0.052 s 13 30.5755/s 1.6k [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortByKey.cpp.o 21: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.089 s 0.089 s 8 8.95887/s 800 21: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.089 s 0.089 s 8 8.93981/s 800 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o 21: ViewDeepCopy_Rank1/N:10/manual_time 0.053 s 0.053 s 13 30.396/s 1.6k [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o 21: ViewDeepCopy_Rank2/N:10/manual_time 0.053 s 0.053 s 13 30.2767/s 1.6k 21: ViewDeepCopy_Rank3/N:10/manual_time 0.053 s 0.053 s 13 30.3491/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o 21: ViewDeepCopy_Rank1/N:10/manual_time 0.053 s 0.053 s 13 30.4676/s 1.6k [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o 21: ViewDeepCopy_Rank2/N:10/manual_time 1.16 s 1.16 s 1 1.38133/s 1.6k 21: ViewDeepCopy_Rank3/N:10/manual_time 0.624 s 0.624 s 1 2.56434/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 21: ViewDeepCopy_Rank1/N:10/manual_time 0.053 s 0.053 s 13 30.3732/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o 21: ViewDeepCopy_Rank2/N:10/manual_time 1.17 s 1.17 s 1 1.3727/s 1.6k [ 76%] Linking CXX executable Kokkos_UnitTest_Random 21: ViewDeepCopy_Rank3/N:10/manual_time 0.549 s 0.549 s 1 2.91205/s 1.6k [ 76%] Built target Kokkos_UnitTest_Random [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 21: ViewDeepCopy_Rank4/N:10/manual_time 0.052 s 0.052 s 13 30.5998/s 1.6k [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o 21: ViewDeepCopy_Rank5/N:10/manual_time 0.052 s 0.052 s 13 30.62/s 1.6k [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o 21: ViewDeepCopy_Rank4/N:10/manual_time 0.053 s 0.053 s 13 30.4391/s 1.6k 21: ViewDeepCopy_Rank5/N:10/manual_time 0.053 s 0.053 s 13 30.3823/s 1.6k [ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 21: ViewDeepCopy_Rank4/N:10/manual_time 0.812 s 0.812 s 1 1.97066/s 1.6k 21: ViewDeepCopy_Rank5/N:10/manual_time 0.807 s 0.807 s 1 1.98213/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o 21: ViewDeepCopy_Rank4/N:10/manual_time 0.808 s 0.808 s 1 1.9793/s 1.6k [ 76%] 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_E.dir/TestStdAlgorithmsCommon.cpp.o 21: ViewDeepCopy_Rank5/N:10/manual_time 0.910 s 0.910 s 1 1.75782/s 1.6k 21: ViewDeepCopy_Rank6/N:10/manual_time 0.053 s 0.053 s 13 30.3806/s 1.6k [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o 21: ViewDeepCopy_Rank6/N:10/manual_time 0.053 s 0.053 s 13 30.1762/s 1.6k 21: ViewDeepCopy_Rank6/N:10/manual_time 0.910 s 0.910 s 1 1.7584/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o 21: ViewDeepCopy_Rank6/N:10/manual_time 0.964 s 0.964 s 1 1.66044/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o 21: ViewDeepCopy_Rank7/N:10/manual_time 0.057 s 0.056 s 13 28.2787/s 1.6k 21: ViewDeepCopy_Rank7/N:10/manual_time 0.057 s 0.057 s 12 28.0836/s 1.6k [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 21: ViewDeepCopy_Rank7/N:10/manual_time 1.00 s 0.998 s 1 1.5942/s 1.6k 21: ViewDeepCopy_Rank7/N:10/manual_time 0.671 s 0.668 s 1 2.38478/s 1.6k 21: ViewDeepCopy_Rank8/N:10/manual_time 0.057 s 0.057 s 12 28.0924/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o 21: ViewDeepCopy_Rank8/N:10/manual_time 0.057 s 0.056 s 12 28.241/s 1.6k [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o 21: ViewDeepCopy_Rank8/N:10/manual_time 1.04 s 1.03 s 1 1.53867/s 1.6k [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o 21: ViewDeepCopy_Rank8/N:10/manual_time 0.649 s 0.646 s 1 2.46471/s 1.6k 21: ViewDeepCopy_Raw/N:10/manual_time 0.091 s 0.091 s 8 17.4978/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 21: ViewDeepCopy_Raw/N:10/manual_time 0.092 s 0.092 s 8 17.4211/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o 21: ViewDeepCopy_Raw/N:10/manual_time 0.091 s 0.091 s 8 17.5475/s 1.6k [ 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_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o 21: ViewDeepCopy_Raw/N:10/manual_time 0.091 s 0.091 s 8 17.501/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o 21: ViewFill_Rank1/N:10/manual_time 0.065 s 0.065 s 11 12.3219/s 800 [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o 21: ViewFill_Rank1/N:10/manual_time 0.065 s 0.065 s 11 12.297/s 800 21: ViewFill_Rank1/N:10/manual_time 0.065 s 0.065 s 11 12.3191/s 800 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o 21: ViewFill_Rank1/N:10/manual_time 0.065 s 0.065 s 11 12.3091/s 800 21: ViewFill_Rank2/N:10/manual_time 0.065 s 0.065 s 11 12.2428/s 800 21: ViewFill_Rank2/N:10/manual_time 0.065 s 0.065 s 11 12.3065/s 800 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o 21: ViewFill_Rank3/N:10/manual_time 0.065 s 0.065 s 11 12.3236/s 800 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 21: ViewFill_Rank3/N:10/manual_time 0.065 s 0.065 s 11 12.2749/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o 21: ViewFill_Rank1Strided/N:10/manual_time 0.064 s 0.064 s 11 6.23693/s 400 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o 21: ViewFill_Rank4/N:10/manual_time 0.065 s 0.065 s 10 12.2709/s 800 21: ViewFill_Rank4/N:10/manual_time 0.065 s 0.065 s 10 12.3164/s 800 21: ViewFill_Rank5/N:10/manual_time 0.065 s 0.065 s 11 12.2187/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o 21: ViewFill_Rank5/N:10/manual_time 0.065 s 0.065 s 11 12.302/s 800 [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o 21: ViewFill_Rank6/N:10/manual_time 0.065 s 0.065 s 11 12.2982/s 800 21: ViewFill_Rank6/N:10/manual_time 0.065 s 0.065 s 11 12.2961/s 800 [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o 21: ViewFill_Rank7/N:10/manual_time 0.065 s 0.065 s 11 12.3301/s 800 21: ViewFill_Rank7/N:10/manual_time 0.065 s 0.065 s 11 12.3239/s 800 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o 21: ViewFill_Rank8/N:10/manual_time 0.065 s 0.065 s 11 12.3242/s 800 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o 21: ViewFill_Rank8/N:10/manual_time 0.065 s 0.065 s 11 12.3148/s 800 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o 21: ViewFill_Raw/N:10/manual_time 0.065 s 0.065 s 11 12.371/s 800 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o 21: ViewFill_Raw/N:10/manual_time 0.065 s 0.065 s 11 12.3407/s 800 21: ViewResize_Rank1/N:10/iterations:10/manual_time 0.033 s 0.033 s 10 48.5513/s 1.6k 21: ViewResize_Rank1/N:10/iterations:10/manual_time 0.033 s 0.033 s 10 48.5111/s 1.6k 21: ViewResize_Rank2/N:10/iterations:10/manual_time 0.033 s 0.033 s 10 48.2432/s 1.6k 21: ViewResize_Rank2/N:10/iterations:10/manual_time 0.033 s 0.033 s 10 48.6874/s 1.6k 21: ViewResize_Rank3/N:10/iterations:10/manual_time 0.036 s 0.036 s 10 44.3174/s 1.6k 21: ViewResize_Rank3/N:10/iterations:10/manual_time 0.034 s 0.034 s 10 47.1365/s 1.6k 21: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.028 s 0.028 s 10 56.5981/s 1.6k 21: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.029 s 0.029 s 10 54.731/s 1.6k 21: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.028 s 0.028 s 10 56.5539/s 1.6k [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o 21: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.029 s 0.029 s 10 55.3243/s 1.6k [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 21: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.033 s 0.033 s 10 48.5338/s 1.6k 21: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.030 s 0.030 s 10 52.8209/s 1.6k 21: ViewResize_Rank4/N:10/iterations:10/manual_time 0.035 s 0.035 s 10 45.1229/s 1.6k 21: ViewResize_Rank4/N:10/iterations:10/manual_time 0.034 s 0.034 s 10 46.5209/s 1.6k [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o 21: ViewResize_Rank5/N:10/iterations:10/manual_time 0.043 s 0.043 s 10 37.0116/s 1.6k [ 79%] Linking CXX executable Kokkos_UnitTest_Sort [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [ 79%] Built target Kokkos_UnitTest_Sort [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o 21: ViewResize_Rank5/N:10/iterations:10/manual_time 0.041 s 0.041 s 10 38.6383/s 1.6k 21: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.035 s 0.035 s 10 45.3183/s 1.6k 21: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.034 s 0.034 s 10 46.9082/s 1.6k 21: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.038 s 0.038 s 10 42.3429/s 1.6k [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o 21: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.036 s 0.036 s 10 44.2884/s 1.6k [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o 21: ViewResize_Rank6/N:10/iterations:10/manual_time 0.043 s 0.043 s 10 37.2719/s 1.6k [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o 21: ViewResize_Rank6/N:10/iterations:10/manual_time 0.042 s 0.042 s 10 38.0188/s 1.6k 21: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.038 s 0.038 s 10 41.9414/s 1.6k 21: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.036 s 0.036 s 10 43.8438/s 1.6k 21: ViewResize_Rank7/N:10/iterations:10/manual_time 0.044 s 0.044 s 10 36.6633/s 1.6k 21: ViewResize_Rank7/N:10/iterations:10/manual_time 0.063 s 0.063 s 10 25.5662/s 1.6k 21: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.040 s 0.040 s 10 40.3814/s 1.6k [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o 21: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.056 s 0.056 s 10 28.7423/s 1.6k [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_ViewCustomization.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o 21: ViewResize_Rank8/N:10/iterations:10/manual_time 0.064 s 0.064 s 10 24.916/s 1.6k [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o 21: ViewResize_Rank8/N:10/iterations:10/manual_time 0.054 s 0.054 s 10 29.8492/s 1.6k 21: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.048 s 0.048 s 10 33.4894/s 1.6k [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 21: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.044 s 0.044 s 10 36.2538/s 1.6k [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o 21: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.288 s 0.319 s 10 5.55086/s 1.6k [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o 21: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.303 s 0.335 s 10 5.28862/s 1.6k 21/51 Test #21: Kokkos_PerformanceTest_Benchmark ........................... Passed 212.12 sec test 22 Start 22: Kokkos_Benchmark_Atomic_MinMax 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T14-48-06.json" 22: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 22: Test timeout computed to be: 1500 22: 2025-09-23T15:06:24+00:00 22: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 22: Run on (4 X 1996.25 MHz CPU s) 22: CPU Caches: 22: L1 Data 64 KiB (x4) 22: L1 Instruction 64 KiB (x4) 22: L2 Unified 512 KiB (x4) 22: L3 Unified 16384 KiB (x4) 22: Load Average: 1.61, 4.12, 4.94 22: CPU architecture: none 22: Default Device: Serial 22: GIT_BRANCH: HEAD 22: GIT_CLEAN_STATUS: CLEAN 22: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 22: GIT_COMMIT_DESCRIPTION: Update desul hash 22: GIT_COMMIT_HASH: 79cbad54b 22: GPU architecture: none 22: KOKKOS_COMPILER_CLANG: 1914 22: KOKKOS_ENABLE_ASM: no 22: KOKKOS_ENABLE_CXX20: yes 22: KOKKOS_ENABLE_CXX23: no 22: KOKKOS_ENABLE_CXX26: no 22: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 22: KOKKOS_ENABLE_HWLOC: no 22: KOKKOS_ENABLE_LIBDL: yes 22: KOKKOS_ENABLE_PRAGMA_IVDEP: no 22: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 22: KOKKOS_ENABLE_PRAGMA_UNROLL: no 22: KOKKOS_ENABLE_PRAGMA_VECTOR: no 22: KOKKOS_ENABLE_SERIAL: yes 22: Kokkos Version: 4.7.99 22: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 22: mdspan: enabled 22: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 22: platform: 64bit 22: ---------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations 22: ---------------------------------------------------------------------------------------------------------------------------------------- 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.005 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.005 s 0.006 s 10 22: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.001 s 10 22/51 Test #22: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 1.29 sec test 23 Start 23: Kokkos_PerformanceTest_ViewFirstTouch 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T14-48-06.json" 23: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 23: Test timeout computed to be: 1500 23: 2025-09-23T15:06:25+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 23: Run on (4 X 1996.25 MHz CPU s) 23: CPU Caches: 23: L1 Data 64 KiB (x4) 23: L1 Instruction 64 KiB (x4) 23: L2 Unified 512 KiB (x4) 23: L3 Unified 16384 KiB (x4) 23: Load Average: 1.61, 4.12, 4.94 23: CPU architecture: none 23: Default Device: Serial 23: GIT_BRANCH: HEAD 23: GIT_CLEAN_STATUS: CLEAN 23: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 23: GIT_COMMIT_DESCRIPTION: Update desul hash 23: GIT_COMMIT_HASH: 79cbad54b 23: GPU architecture: none 23: KOKKOS_COMPILER_CLANG: 1914 23: KOKKOS_ENABLE_ASM: no 23: KOKKOS_ENABLE_CXX20: yes 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_CXX26: no 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_LIBDL: yes 23: KOKKOS_ENABLE_PRAGMA_IVDEP: no 23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 23: KOKKOS_ENABLE_PRAGMA_UNROLL: no 23: KOKKOS_ENABLE_PRAGMA_VECTOR: no 23: KOKKOS_ENABLE_SERIAL: yes 23: Kokkos Version: 4.7.99 23: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 23: mdspan: enabled 23: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 23: platform: 64bit 23: ------------------------------------------------------------------------------------------------------------------------------------ 23: Benchmark Time CPU Iterations FOM: GB/s MB 23: ------------------------------------------------------------------------------------------------------------------------------------ 23: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 1140472 0.826896/s 512u [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 23: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 1064973 6.10217/s 4.096m [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o 23: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 713198 33.5077/s 0.032768 23: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 199958 74.878/s 0.262144 23: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 21688 65.0094/s 2.09715 [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o 23: ViewFirstTouch_Initialize/N:2097152/manual_time 0.001 s 0.001 s 847 20.2608/s 16.7772 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o 23: ViewFirstTouch_Initialize/N:16777216/manual_time 0.042 s 0.052 s 17 3.19256/s 134.218 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 23: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 2009551 3.00359/s 1024u [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o 23: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 1534769 17.9847/s 8.192m [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o 23: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 543445 50.7257/s 0.065536 23: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 88614 66.3476/s 0.524288 23: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 11298 67.7302/s 4.1943 23: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.001 s 0.002 s 710 33.9834/s 33.5544 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o 23: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.012 s 0.063 s 60 23.1066/s 268.435 23: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 2531367 3.68967/s 1024u [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o 23: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 2294688 26.8563/s 8.192m 23: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 1078683 101.258/s 0.065536 [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o 23: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 222335 166.414/s 0.524288 23: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 21963 131.843/s 4.1943 [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o 23: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.001 s 0.001 s 832 40.6301/s 33.5544 23: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.011 s 0.011 s 63 24.225/s 268.435 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o 23: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 1631128 2.39048/s 1024u [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o 23: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 1369020 16.0914/s 8.192m 23: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 633393 58.777/s 0.065536 23: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 123884 92.9568/s 0.524288 23: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 16868 101.16/s 4.1943 23: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.001 s 0.001 s 535 26.5334/s 33.5544 23: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.014 s 0.014 s 50 19.2515/s 268.435 23/51 Test #23: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 40.64 sec test 24 Start 24: Kokkos_PerformanceTest_Mempool 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T14-48-06.json" 24: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 24: Test timeout computed to be: 1500 24: 2025-09-23T15:07:06+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 24: Run on (4 X 1996.25 MHz CPU s) 24: CPU Caches: 24: L1 Data 64 KiB (x4) 24: L1 Instruction 64 KiB (x4) 24: L2 Unified 512 KiB (x4) 24: L3 Unified 16384 KiB (x4) 24: Load Average: 1.37, 3.74, 4.78 24: CPU architecture: none 24: Default Device: Serial 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 24: GIT_COMMIT_DESCRIPTION: Update desul hash 24: GIT_COMMIT_HASH: 79cbad54b 24: GPU architecture: none 24: KOKKOS_COMPILER_CLANG: 1914 24: KOKKOS_ENABLE_ASM: no 24: KOKKOS_ENABLE_CXX20: yes 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_CXX26: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_LIBDL: yes 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: KOKKOS_ENABLE_SERIAL: yes 24: Kokkos Version: 4.7.99 24: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 24: mdspan: enabled 24: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 24: platform: 64bit [ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o 24: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations FOM: fill ops per second 24: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 1893 15.058M/s 24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations FOM: cycle ops per second 24: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 4854 76.9633M/s 24/51 Test #24: Kokkos_PerformanceTest_Mempool ............................. Passed 2.00 sec test 25 Start 25: Kokkos_PerformanceTest_Atomic 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T14-48-06.json" 25: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 25: Test timeout computed to be: 1500 25: 2025-09-23T15:07:08+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 25: Run on (4 X 1996.25 MHz CPU s) 25: CPU Caches: 25: L1 Data 64 KiB (x4) 25: L1 Instruction 64 KiB (x4) 25: L2 Unified 512 KiB (x4) 25: L3 Unified 16384 KiB (x4) 25: Load Average: 1.34, 3.69, 4.76 25: CPU architecture: none 25: Default Device: Serial 25: GIT_BRANCH: HEAD 25: GIT_CLEAN_STATUS: CLEAN 25: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 25: GIT_COMMIT_DESCRIPTION: Update desul hash 25: GIT_COMMIT_HASH: 79cbad54b 25: GPU architecture: none 25: KOKKOS_COMPILER_CLANG: 1914 25: KOKKOS_ENABLE_ASM: no 25: KOKKOS_ENABLE_CXX20: yes 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_LIBDL: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: KOKKOS_ENABLE_SERIAL: yes 25: Kokkos Version: 4.7.99 25: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 25: mdspan: enabled 25: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 25: platform: 64bit 25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Test_Atomic/30000/iterations:10 0.001 s 0.001 s 10 1 4 0.0108007 749.1u 100.867u 449.985M 449.985M 449.985M 25: Test_Atomic/100000/iterations:10 0.004 s 0.004 s 10 1 8 0.0106699 644.11u 149.88u 4.99995G 4.99995G 4.99995G 25: Test_Atomic/100000/iterations:10 0.004 s 0.004 s 10 1 8 0.0106613 800.02u 149.88u 4.99995G 4.99995G 4.99995G 25: Test_Atomic/100000/iterations:10 0.005 s 0.005 s 10 1 4 0.0107183 646.32u 100.09u 704.983M 704.983M 704.983M 25: Test_Atomic/100000/iterations:10 0.004 s 0.004 s 10 1 8 0.0106439 668.06u 149.88u 4.99995G 4.99995G 4.99995G 25: Test_Atomic/100000/iterations:10 0.004 s 0.004 s 10 1 8 0.0106636 644.71u 149.89u 4.99995G 4.99995G 4.99995G 25: Test_Atomic/100000/iterations:10 0.006 s 0.006 s 10 1 4 0.010716 3.33619m 897.5u 4.99989G 4.99989G 4.99989G 25: Test_Atomic/100000/iterations:10 0.006 s 0.006 s 10 1 8 0.0107262 3.33549m 897.4u 4.99995G 4.99995G 4.99995G 25/51 Test #25: Kokkos_PerformanceTest_Atomic .............................. Passed 0.35 sec test 26 Start 26: Kokkos_PerformanceTest_Reduction 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T14-48-06.json" 26: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 26: Test timeout computed to be: 1500 26: 2025-09-23T15:07:08+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 26: Run on (4 X 1996.25 MHz CPU s) 26: CPU Caches: 26: L1 Data 64 KiB (x4) 26: L1 Instruction 64 KiB (x4) 26: L2 Unified 512 KiB (x4) 26: L3 Unified 16384 KiB (x4) 26: Load Average: 1.34, 3.69, 4.76 26: CPU architecture: none 26: Default Device: Serial 26: GIT_BRANCH: HEAD 26: GIT_CLEAN_STATUS: CLEAN 26: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 26: GIT_COMMIT_DESCRIPTION: Update desul hash 26: GIT_COMMIT_HASH: 79cbad54b 26: GPU architecture: none 26: KOKKOS_COMPILER_CLANG: 1914 26: KOKKOS_ENABLE_ASM: no 26: KOKKOS_ENABLE_CXX20: yes 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_LIBDL: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: KOKKOS_ENABLE_SERIAL: yes 26: Kokkos Version: 4.7.99 26: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 26: mdspan: enabled 26: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 26: platform: 64bit 26: ---------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations 26: ---------------------------------------------------------------------------------------------------- 26: ReductionCheapScalarResult/10000/iterations:10 9.85 us 9.77 us 10 26: ReductionCheapScalarResult/100000/iterations:10 95.5 us 95.5 us 10 26: ReductionCheapScalarResult/1000000/iterations:10 948 us 948 us 10 26: ReductionCheapScalarResult/10000000/iterations:10 9927 us 9916 us 10 26: ReductionCheapHostResult/10000/iterations:10 9.75 us 9.72 us 10 26: ReductionCheapHostResult/100000/iterations:10 94.9 us 94.9 us 10 26: ReductionCheapHostResult/1000000/iterations:10 1004 us 963 us 10 26: ReductionCheapHostResult/10000000/iterations:10 9880 us 9871 us 10 26: ReductionCheapDeviceResult/10000/iterations:10 9.85 us 9.79 us 10 26: ReductionCheapDeviceResult/100000/iterations:10 94.3 us 94.3 us 10 26: ReductionCheapDeviceResult/1000000/iterations:10 957 us 957 us 10 26: ReductionCheapDeviceResult/10000000/iterations:10 10004 us 9909 us 10 26: ReductionExpensive/10000/iterations:10 34322 us 34216 us 10 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o 26: ReductionExpensive/100000/iterations:10 342694 us 342201 us 10 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.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_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o 26: ReductionExpensive/1000000/iterations:10 3436140 us 3433961 us 10 [ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 86%] 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_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.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_D.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 89%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 89%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 89%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 89%] Built target Kokkos_ContainersUnitTest_OpenMP [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 89%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 89%] Built target Kokkos_ContainersUnitTest_Serial [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.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_F.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 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/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.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_H.dir/TestStdAlgorithmsTeamUniqueCopy.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_I.dir/UnitTestMain.cpp.o [ 92%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 92%] Built target Kokkos_CoreUnitTest_OpenMP [ 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_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_L.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.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_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.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 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.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_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 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_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.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/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 98%] Linking CXX executable Kokkos_gups [ 98%] Built target Kokkos_gups [ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 98%] Linking CXX executable Kokkos_launch_latency [ 98%] Built target Kokkos_launch_latency [ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 99%] Linking CXX executable Kokkos_atomic [ 99%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 99%] Built target Kokkos_atomic [ 99%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 99%] Built target Kokkos_PerformanceTest_InclusiveScan [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 99%] Linking CXX executable Kokkos_view_copy_constructor [ 99%] Built target Kokkos_view_copy_constructor [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 99%] Linking CXX executable Kokkos_stream [ 99%] Built target Kokkos_stream [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_gather [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_policy_performance [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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: d75aa20a4f5e Build name: Linux-c++ Create new tag: 20250923-1512 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 1: Detected: 4 cores per node. 1: Detected: 1 MPI_ranks per node. 1: Requested: 8 threads per process. 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (0 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (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/49 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.00 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP_ViewSupport 2: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 2: Test timeout computed to be: 1500 2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 2: Detected: 4 cores per node. 2: Detected: 1 MPI_ranks per node. 2: Requested: 8 threads per process. 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from openmp 2: [ RUN ] openmp.basic_view_default_ctor 2: [ OK ] openmp.basic_view_default_ctor (0 ms) 2: [ RUN ] openmp.basic_view_extents_ctor 2: [ OK ] openmp.basic_view_extents_ctor (0 ms) 2: [ RUN ] openmp.basic_view_mapping_ctor_right 2: [ OK ] openmp.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] openmp.basic_view_access 2: [ OK ] openmp.basic_view_access (0 ms) 2: [ RUN ] openmp.basic_view_atomic_accessor 2: [ OK ] openmp.basic_view_atomic_accessor (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Typedefs 2: [ OK ] openmp.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Ctors 2: [ OK ] openmp.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] openmp.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] openmp.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Access 2: [ OK ] openmp.RefCountedAcc_Access (0 ms) 2: [ RUN ] openmp.RefCountedAcc_Conversion 2: [ OK ] openmp.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] openmp.RefCountedDataHandle_Typedefs 2: [ OK ] openmp.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] openmp.RefCountedDataHandle 2: [ OK ] openmp.RefCountedDataHandle (0 ms) 2: [ RUN ] openmp.RefCountedDataHandleAnonym 2: [ OK ] openmp.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] openmp.RefCountedDataHandleConversion 2: [ OK ] openmp.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] openmp.view_customization_accessor_arg 2: [ OK ] openmp.view_customization_accessor_arg (0 ms) 2: [ RUN ] openmp.view_customization_allocation_type 2: [ OK ] openmp.view_customization_allocation_type (0 ms) 2: [ RUN ] openmp.view_customization_mirror 2: [ OK ] openmp.view_customization_mirror (0 ms) 2: [ RUN ] openmp.view_customization_deep_copy 2: [ OK ] openmp.view_customization_deep_copy (0 ms) 2: [ RUN ] openmp.view_customization_deep_copy_single_element_view 2: [ OK ] openmp.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] openmp.view_customization_accessor_from_mapping 2: [ OK ] openmp.view_customization_accessor_from_mapping (0 ms) 2: [ RUN ] openmp.view_customization_extra_int_arg 2: [ OK ] openmp.view_customization_extra_int_arg (0 ms) 2: [----------] 21 tests from openmp (2 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (2 ms total) 2: [ PASSED ] 21 tests. 2/49 Test #2: Kokkos_CoreUnitTest_OpenMP_ViewSupport ..................... Passed 0.01 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 3: Test timeout computed to be: 1500 3: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 3: Detected: 4 cores per node. 3: Detected: 1 MPI_ranks per node. 3: Requested: 8 threads per process. 3: [==========] Running 255 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (3 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (2 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (2 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (0 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (11 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 226 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (3 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (3 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (0 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (0 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (0 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (0 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (0 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (4 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (77 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (43 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (4 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (28 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (11 ms) 3: [ RUN ] serial.partitioning_by_args_with_structured_bindings 3: [ OK ] serial.partitioning_by_args_with_structured_bindings (22 ms) 3: [ RUN ] serial.partitioning_by_vector 3: [ OK ] serial.partitioning_by_vector (21 ms) 3: [ RUN ] serial.exec_space_thread_safety_range 3: [ OK ] serial.exec_space_thread_safety_range (1066 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (121 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (127 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (120 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (120 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (113 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (114 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-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2205 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (1761 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (987 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (978 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (5 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (3 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (1 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (2 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped 3: no 16-bit floating-point precision support 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (3 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 3: [ OK ] serial.mdrange_5d (31 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (110 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (8 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (91 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (8 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (831 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 (2961 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (38 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (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-8324/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (6 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (1 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (1 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (206 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (246 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (812 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1096 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (234 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-8324/core/unit_test/TestReduce.hpp:655: 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 (1994 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: [----------] 226 tests from serial (18307 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-8324/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-8324/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-8324/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-8324/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-8324/core/unit_test/TestGraph.hpp:735: Skipped 3: insufficient number of supported concurrent threads 3: [ SKIPPED ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 255 tests from 4 test suites ran. (18319 ms total) 3: [ PASSED ] 243 tests. 3: [ SKIPPED ] 12 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.submit_onto_another_execution_space_instance 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3: [ SKIPPED ] serial_graph.diamond 3: [ SKIPPED ] serial_graph.end_of_submit_control_flow 3/49 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 18.33 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 4: Test timeout computed to be: 1500 4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 4: Detected: 4 cores per node. 4: Detected: 1 MPI_ranks per node. 4: Requested: 8 threads per process. 4: [==========] Running 147 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 (36 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (34 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (6 ms) 4: [----------] 10 tests from serial_DeathTest (77 ms total) 4: 4: [----------] 137 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (409 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (5 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (4 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (431 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (53 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (6 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (5 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (5 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (32 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (93 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (83 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (97 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (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 (4487 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 (31 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (3 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (31 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (5 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (7 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (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 (771 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 (6 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 (4555 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (4918 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 (37 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (35 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (49 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (4 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (0 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (4 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (133 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-8324/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 (114 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (114 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (113 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (143 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (143 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (142 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 137 tests from serial (17402 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 147 tests from 2 test suites ran. (17480 ms total) 4: [ PASSED ] 139 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/49 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 17.49 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenMP 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 5: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 5: Test timeout computed to be: 1500 5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 5: Detected: 4 cores per node. 5: Detected: 1 MPI_ranks per node. 5: Requested: 8 threads per process. 5: [==========] Running 402 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 21 tests from openmp_DeathTest 5: [ RUN ] openmp_DeathTest.abort_from_host 5: [ OK ] openmp_DeathTest.abort_from_host (4 ms) 5: [ RUN ] openmp_DeathTest.abort_from_device 5: [ OK ] openmp_DeathTest.abort_from_device (2 ms) 5: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (2 ms) 5: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (3 ms) 5: [ RUN ] openmp_DeathTest.policy_invalid_bounds 5: [ OK ] openmp_DeathTest.policy_invalid_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 5: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes 5: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (0 ms) 5: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 5: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/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-8324/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 (38 ms) 5: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (39 ms) 5: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 5: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 5: skipping since no memory access violation would occur 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [ RUN ] openmp_DeathTest.view_subview_wrong_extents 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openmp_DeathTest.view_subview_wrong_extents (0 ms) 5: [ RUN ] openmp_DeathTest.view_subview_constructor_layout_compatibility 5: [ OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (7 ms) 5: [----------] 21 tests from openmp_DeathTest (98 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from openmp_graph_DeathTest (0 ms total) 5: 5: [----------] 363 tests from openmp 5: [ RUN ] openmp.array_capacity 5: [ OK ] openmp.array_capacity (0 ms) 5: [ RUN ] openmp.array_element_access 5: [ OK ] openmp.array_element_access (0 ms) 5: [ RUN ] openmp.array_operator_equal 5: [ OK ] openmp.array_operator_equal (0 ms) 5: [ RUN ] openmp.array_zero_capacity 5: [ OK ] openmp.array_zero_capacity (0 ms) 5: [ RUN ] openmp.array_zero_data_nullptr 5: [ OK ] openmp.array_zero_data_nullptr (0 ms) 5: [ RUN ] openmp.array_contiguous_capacity 5: [ OK ] openmp.array_contiguous_capacity (0 ms) 5: [ RUN ] openmp.array_contiguous_element_access 5: [ OK ] openmp.array_contiguous_element_access (0 ms) 5: [ RUN ] openmp.array_contiguous_assignment 5: [ OK ] openmp.array_contiguous_assignment (0 ms) 5: [ RUN ] openmp.array_strided_capacity 5: [ OK ] openmp.array_strided_capacity (0 ms) 5: [ RUN ] openmp.array_strided_element_access 5: [ OK ] openmp.array_strided_element_access (0 ms) 5: [ RUN ] openmp.array_strided_assignment 5: [ OK ] openmp.array_strided_assignment (0 ms) 5: [ RUN ] openmp.atomic_operations_complexdouble 5: [ OK ] openmp.atomic_operations_complexdouble (10 ms) 5: [ RUN ] openmp.atomic_operations_complexfloat 5: [ OK ] openmp.atomic_operations_complexfloat (10 ms) 5: [ RUN ] openmp.atomic_operations_double 5: [ OK ] openmp.atomic_operations_double (9 ms) 5: [ RUN ] openmp.atomic_operations_float 5: [ OK ] openmp.atomic_operations_float (9 ms) 5: [ RUN ] openmp.atomic_operations_int8 5: [ OK ] openmp.atomic_operations_int8 (26 ms) 5: [ RUN ] openmp.atomic_operations_int16 5: [ OK ] openmp.atomic_operations_int16 (26 ms) 5: [ RUN ] openmp.atomic_operations_int 5: [ OK ] openmp.atomic_operations_int (23 ms) 5: [ RUN ] openmp.atomic_operations_long 5: [ OK ] openmp.atomic_operations_long (23 ms) 5: [ RUN ] openmp.atomic_operations_longlong 5: [ OK ] openmp.atomic_operations_longlong (24 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 (18 ms) 5: [ RUN ] openmp.atomic_operations_unsignedlong 5: [ OK ] openmp.atomic_operations_unsignedlong (22 ms) 5: [ RUN ] openmp.atomics 5: [ OK ] openmp.atomics (31 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 (220 ms) 5: [ RUN ] openmp.atomic_views_nonintegral 5: [ OK ] openmp.atomic_views_nonintegral (61 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 (10 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 (1 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 (55 ms) 5: [ RUN ] openmp.partitioning_by_args 5: [ OK ] openmp.partitioning_by_args (33 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 (1084 ms) 5: [ RUN ] openmp.exec_space_thread_safety_mdrange 5: [ OK ] openmp.exec_space_thread_safety_mdrange (256 ms) 5: [ RUN ] openmp.exec_space_thread_safety_team_policy 5: [ OK ] openmp.exec_space_thread_safety_team_policy (283 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range_reduce 5: [ OK ] openmp.exec_space_thread_safety_range_reduce (290 ms) 5: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 5: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (269 ms) 5: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 5: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (279 ms) 5: [ RUN ] openmp.exec_space_thread_safety_range_scan 5: [ OK ] openmp.exec_space_thread_safety_range_scan (316 ms) 5: [ RUN ] openmp.execution_space_as_class_data_member 5: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 5: [ RUN ] openmp.functor_analysis 5: [ OK ] openmp.functor_analysis (0 ms) 5: [ RUN ] openmp.when_all_type 5: [ OK ] openmp.when_all_type (0 ms) 5: [ RUN ] openmp.graph_capture 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 5: The graph backend for OpenMP does not support capture. 5: [ SKIPPED ] openmp.graph_capture (0 ms) 5: [ RUN ] openmp.graph_then 5: [ OK ] openmp.graph_then (0 ms) 5: [ RUN ] openmp.then_host 5: [ OK ] openmp.then_host (0 ms) 5: [ RUN ] openmp.mixed_then_host_device_nodes 5: [ OK ] openmp.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] openmp.graph_then_tag 5: [ OK ] openmp.graph_then_tag (0 ms) 5: [ RUN ] openmp.host_shared_ptr_use_count 5: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 5: [ RUN ] openmp.host_shared_ptr_get 5: [ OK ] openmp.host_shared_ptr_get (0 ms) 5: [ RUN ] openmp.host_shared_ptr_dereference_on_device 5: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] openmp.host_shared_ptr_special_members_on_device 5: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] openmp.host_shared_ptr_tracking 5: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 5: [ RUN ] openmp.join_backward_compatibility 5: [ OK ] openmp.join_backward_compatibility (0 ms) 5: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 5: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (1168 ms) 5: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1144 ms) 5: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 5: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (827 ms) 5: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 5: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (816 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 (1 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-8324/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 (24 ms) 5: [ RUN ] openmp.mdrange_6d 5: [ OK ] openmp.mdrange_6d (78 ms) 5: [ RUN ] openmp.mdrange_2d 5: [ OK ] openmp.mdrange_2d (2 ms) 5: [ RUN ] openmp.mdrange_array_reduce 5: [ OK ] openmp.mdrange_array_reduce (0 ms) 5: [ RUN ] openmp.mdrange_3d 5: [ OK ] openmp.mdrange_3d (13 ms) 5: [ RUN ] openmp.mdrange_neg_idx 5: [ OK ] openmp.mdrange_neg_idx (41 ms) 5: [ RUN ] openmp.mdrange_4d 5: [ OK ] openmp.mdrange_4d (12 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 (605 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 (4783 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 (56 ms) 5: [ RUN ] openmp.cxx11 5: [ OK ] openmp.cxx11 (0 ms) 5: [ RUN ] openmp.parallel_scan_range_policy 5: [ OK ] openmp.parallel_scan_range_policy (44 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 (17 ms) 5: [ RUN ] openmp.large_parallel_for_reduce 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestRange.hpp:379: Skipped 5: Disabling for host backends 5: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 5: [ RUN ] openmp.range_policy_runtime_parameters 5: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 5: [ RUN ] openmp.range_policy_one_way_convertible_bounds 5: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] openmp.range_for_require 5: [ OK ] openmp.range_for_require (1 ms) 5: [ RUN ] openmp.range_reduce_require 5: [ OK ] openmp.range_reduce_require (0 ms) 5: [ RUN ] openmp.range_dynamic_policy_require 5: [ OK ] openmp.range_dynamic_policy_require (15 ms) 5: [ RUN ] openmp.reducers_int 5: [ OK ] openmp.reducers_int (5 ms) 5: [ RUN ] openmp.reducers_double 5: [ OK ] openmp.reducers_double (6 ms) 5: [ RUN ] openmp.reducers_complex_double 5: [ OK ] openmp.reducers_complex_double (4 ms) 5: [ RUN ] openmp.reducers_struct 5: [ OK ] openmp.reducers_struct (13 ms) 5: [ RUN ] openmp.reducers_half_t 5: [ OK ] openmp.reducers_half_t (9 ms) 5: [ RUN ] openmp.reducers_bhalf_t 5: [ OK ] openmp.reducers_bhalf_t (9 ms) 5: [ RUN ] openmp.reducers_int8_t 5: [ OK ] openmp.reducers_int8_t (9 ms) 5: [ RUN ] openmp.reducers_int16_t 5: [ OK ] openmp.reducers_int16_t (8 ms) 5: [ RUN ] openmp.reducers_point_t 5: [ OK ] openmp.reducers_point_t (9 ms) 5: [ RUN ] openmp.reducers_bool 5: [ OK ] openmp.reducers_bool (0 ms) 5: [ RUN ] openmp.int64_t_reduce 5: [ OK ] openmp.int64_t_reduce (28 ms) 5: [ RUN ] openmp.double_reduce 5: [ OK ] openmp.double_reduce (52 ms) 5: [ RUN ] openmp.int64_t_reduce_dynamic 5: [ OK ] openmp.int64_t_reduce_dynamic (231 ms) 5: [ RUN ] openmp.double_reduce_dynamic 5: [ OK ] openmp.double_reduce_dynamic (299 ms) 5: [ RUN ] openmp.int64_t_reduce_dynamic_view 5: [ OK ] openmp.int64_t_reduce_dynamic_view (62 ms) 5: [ RUN ] openmp.int_combined_reduce 5: [ OK ] openmp.int_combined_reduce (0 ms) 5: [ RUN ] openmp.mdrange_combined_reduce 5: [ OK ] openmp.mdrange_combined_reduce (0 ms) 5: [ RUN ] openmp.int_combined_reduce_mixed 5: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 5: [ RUN ] openmp.reduction_with_large_iteration_count 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestReduce.hpp:655: 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 (15 ms) 5: [ RUN ] openmp.reduce_device_view_mdrange_policy 5: [ OK ] openmp.reduce_device_view_mdrange_policy (438 ms) 5: [ RUN ] openmp.reduce_device_view_team_policy 5: [ OK ] openmp.reduce_device_view_team_policy (429 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 (273 ms) 5: [ RUN ] openmp.team_reduce 5: [ OK ] openmp.team_reduce (269 ms) 5: [ RUN ] openmp.team_reduce_large 5: [ OK ] openmp.team_reduce_large (388 ms) 5: [ RUN ] openmp.team_parallel_single 5: [ OK ] openmp.team_parallel_single (38968 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 (965 ms) 5: [ RUN ] openmp.team_broadcast_long_wrapper 5: [ OK ] openmp.team_broadcast_long_wrapper (930 ms) 5: [ RUN ] openmp.team_broadcast_char 5: [ OK ] openmp.team_broadcast_char (932 ms) 5: [ RUN ] openmp.team_broadcast_float 5: [ OK ] openmp.team_broadcast_float (958 ms) 5: [ RUN ] openmp.team_broadcast_double 5: [ OK ] openmp.team_broadcast_double (959 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 (4706 ms) 5: [ RUN ] openmp.triple_nested_parallelism 5: [ OK ] openmp.triple_nested_parallelism (261 ms) 5: [ RUN ] openmp.parallel_scan_with_reducers 5: [ OK ] openmp.parallel_scan_with_reducers (40 ms) 5: [ RUN ] openmp.team_thread_range_combined_reducers 5: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] openmp.thread_vector_range_combined_reducers 5: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] openmp.team_vector_range_combined_reducers 5: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] openmp.TeamThreadMDRangeParallelFor 5: [ OK ] openmp.TeamThreadMDRangeParallelFor (5 ms) 5: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 5: [ OK ] openmp.ThreadVectorMDRangeParallelFor (4 ms) 5: [ RUN ] openmp.TeamVectorMDRangeParallelFor 5: [ OK ] openmp.TeamVectorMDRangeParallelFor (5 ms) 5: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 5: [ OK ] openmp.TeamThreadMDRangeParallelReduce (5 ms) 5: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 5: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (6 ms) 5: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 5: [ OK ] openmp.TeamVectorMDRangeParallelReduce (6 ms) 5: [ RUN ] openmp.team_policy_runtime_parameters 5: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 5: [ RUN ] openmp.team_reduction_scan 26: ReductionExpensive/10000000/iterations:10 34212500 us 34203802 us 10 26/51 Test #26: Kokkos_PerformanceTest_Reduction ........................... Passed 419.32 sec test 27 Start 27: Kokkos_ContainersUnitTest_Serial 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 27: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests 27: Test timeout computed to be: 1500 27: [==========] Running 73 tests from 2 test suites. 27: [----------] Global test environment set-up. 27: [----------] 2 tests from serial_DeathTest 27: [ RUN ] serial_DeathTest.dualview_external_view_construction 27: [ OK ] serial_DeathTest.dualview_external_view_construction (2 ms) 27: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 27: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (28 ms) 27: [----------] 2 tests from serial_DeathTest (31 ms total) 27: 27: [----------] 71 tests from serial 27: [ RUN ] serial.bitset 27: [ OK ] serial.bitset (1246 ms) 27: [ RUN ] serial.bitset_default_constructor_no_alloc 27: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 27: [ RUN ] serial.dualview_combination 27: [ OK ] serial.dualview_combination (0 ms) 27: [ RUN ] serial.dualview_alloc 27: [ OK ] serial.dualview_alloc (0 ms) 27: [ RUN ] serial.test_dualview_copy_construction_and_assignment 27: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 27: [ RUN ] serial.dualview_combinations_without_init 27: [ OK ] serial.dualview_combinations_without_init (0 ms) 27: [ RUN ] serial.dualview_deep_copy 27: [ OK ] serial.dualview_deep_copy (0 ms) 27: [ RUN ] serial.dualview_sync_should_fence 27: [ OK ] serial.dualview_sync_should_fence (0 ms) 27: [ RUN ] serial.dualview_realloc 27: [ OK ] serial.dualview_realloc (0 ms) 27: [ RUN ] serial.dualview_resize 27: [ OK ] serial.dualview_resize (0 ms) 27: [ RUN ] serial.dualview_device_correct_kokkos_device 27: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 27: [ RUN ] serial.dualview_host_correct_kokkos_device 27: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 27: [ RUN ] serial.dualview_host_modify_template_device_sync 27: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 27: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 27: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 27: [ RUN ] serial.dualview_device_modify_template_host_sync 27: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 27: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 27: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 27: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 27: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 27: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 27: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 27: [ RUN ] serial.dualview_sequential_host_init 27: [ OK ] serial.dualview_sequential_host_init (0 ms) 27: [ RUN ] serial.dualview_default_constructed 27: [ OK ] serial.dualview_default_constructed (0 ms) 27: [ RUN ] serial.dualview_resize_single_device 27: [ OK ] serial.dualview_resize_single_device (0 ms) 27: [ RUN ] serial.dynamic_view 27: [ OK ] serial.dynamic_view (7 ms) 27: [ RUN ] serial.dyn_rank_view_api_generic 27: [ OK ] serial.dyn_rank_view_api_generic (4 ms) 27: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 27: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 27: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 27: [ OK ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 27: [ RUN ] serial.dyn_rank_view_api_operator_rank67 27: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 27: [ RUN ] serial.dyn_rank_view_ctor_from_members 27: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 27: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 27: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 27: [ RUN ] serial.dyn_rank_view_layout_member 27: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 27: [ RUN ] serial.dyn_rank_view_team_scratch 27: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 27: [ RUN ] serial.view_customization_extra_int_arg 27: [ OK ] serial.view_customization_extra_int_arg (0 ms) 27: [ RUN ] serial.ErrorReporterViaLambda 27: [ OK ] serial.ErrorReporterViaLambda (0 ms) 27: [ RUN ] serial.ErrorReporter 27: [ OK ] serial.ErrorReporter (0 ms) 27: [ RUN ] serial.offsetview_construction 27: [ OK ] serial.offsetview_construction (15 ms) 27: [ RUN ] serial.offsetview_unmanaged_construction 27: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 27: [ RUN ] serial.offsetview_subview 27: [ OK ] serial.offsetview_subview (14 ms) 27: [ RUN ] serial.offsetview_offsets_rank1 27: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 27: [ RUN ] serial.offsetview_offsets_rank2 27: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 27: [ RUN ] serial.offsetview_offsets_rank3 27: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 27: [ RUN ] serial.scatterview 27: [ OK ] serial.scatterview (1647 ms) 27: [ RUN ] serial.scatterview_devicetype 27: [ OK ] serial.scatterview_devicetype (0 ms) 27: [ RUN ] serial.resize_realloc_no_init_dualview 27: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 27: [ RUN ] serial.resize_realloc_no_alloc_dualview 27: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 27: [ RUN ] serial.resize_exec_space_dualview 27: [ OK ] serial.resize_exec_space_dualview (0 ms) 27: [ RUN ] serial.realloc_exec_space_dualview 27: [ OK ] serial.realloc_exec_space_dualview (0 ms) 27: [ RUN ] serial.resize_realloc_no_init_dynrankview 27: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 27: [ RUN ] serial.resize_exec_space_dynrankview 27: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 27: [ RUN ] serial.realloc_exec_space_dynrankview 27: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 27: [ RUN ] serial.resize_realloc_no_init_scatterview 27: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 27: [ RUN ] serial.resize_realloc_no_alloc_scatterview 27: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 27: [ RUN ] serial.resize_exec_space_scatterview 27: [ OK ] serial.resize_exec_space_scatterview (0 ms) 27: [ RUN ] serial.realloc_exec_space_scatterview 27: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynrankview 27: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 27: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 27: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_offsetview 27: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 27: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_offsetview 27: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynamicview 27: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 27: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 27: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 27: [ RUN ] serial.UnorderedMap_insert 27: [ OK ] serial.UnorderedMap_insert (6160 ms) 27: [ RUN ] serial.UnorderedMap_failed_insert 27: [ OK ] serial.UnorderedMap_failed_insert (2708 ms) 27: [ RUN ] serial.UnorderedMap_deep_copy 27: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 27: [ RUN ] serial.UnorderedMap_valid_empty 27: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 27: [ RUN ] serial.UnorderedMap_clear_zero_size 27: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 27: [ RUN ] serial.UnorderedMap_consistent_size 27: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 27: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 27: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 27: [ RUN ] serial.UnorderedMap_lambda_capturable 27: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 27: [ RUN ] serial.UnorderedMap_constructor_view_alloc 27: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 27: [ RUN ] serial.UnorderedMap_View_as_value 27: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 27: [----------] 71 tests from serial (11812 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 73 tests from 2 test suites ran. (11843 ms total) 27: [ PASSED ] 73 tests. 27/51 Test #27: Kokkos_ContainersUnitTest_Serial ........................... Passed 11.90 sec test 28 Start 28: Kokkos_UnitTest_Sort 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 28: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 28: Test timeout computed to be: 1500 28: [==========] Running 17 tests from 2 test suites. 28: [----------] Global test environment set-up. 28: [----------] 1 test from serial_DeathTest 28: [ RUN ] serial_DeathTest.SortByKeyKeysLargerThanValues 28: [ OK ] serial_DeathTest.SortByKeyKeysLargerThanValues (5 ms) 28: [----------] 1 test from serial_DeathTest (5 ms total) 28: 28: [----------] 16 tests from serial 28: [ RUN ] serial.SortUnsignedValueType 28: [ OK ] serial.SortUnsignedValueType (536 ms) 28: [ RUN ] serial.SortEmptyView 28: [ OK ] serial.SortEmptyView (0 ms) 28: [ RUN ] serial.SortByKeyEmptyView 28: [ OK ] serial.SortByKeyEmptyView (0 ms) 28: [ RUN ] serial.SortByKeyEmptyViewHost 28: [ OK ] serial.SortByKeyEmptyViewHost (0 ms) 28: [ RUN ] serial.SortByKey 28: [ OK ] serial.SortByKey (0 ms) 28: [ RUN ] serial.SortByKeyWithComparator 28: [ OK ] serial.SortByKeyWithComparator (0 ms) 28: [ RUN ] serial.SortByKeyStaticExtents 28: [ OK ] serial.SortByKeyStaticExtents (0 ms) 28: [ RUN ] serial.SortByKeyWithStrides 28: [ OK ] serial.SortByKeyWithStrides (0 ms) 28: [ RUN ] serial.SortWithCustomComparator 28: [ OK ] serial.SortWithCustomComparator (111 ms) 28: [ RUN ] serial.BinSortGenericTests 28: [ OK ] serial.BinSortGenericTests (1158 ms) 28: [ RUN ] serial.BinSortEmptyView 28: [ OK ] serial.BinSortEmptyView (0 ms) 28: [ RUN ] serial.BinSortEmptyKeysView 28: [ OK ] serial.BinSortEmptyKeysView (0 ms) 28: [ RUN ] serial.BinSort_issue_7221 28: [ OK ] serial.BinSort_issue_7221 (0 ms) 28: [ RUN ] serial.BinSortUnsignedKeyLayoutStrideValues 28: [ OK ] serial.BinSortUnsignedKeyLayoutStrideValues (23994 ms) 28: [ RUN ] serial.NestedSort 28: [ OK ] serial.NestedSort (9 ms) 28: [ RUN ] serial.NestedSortByKey 28: [ OK ] serial.NestedSortByKey (65 ms) 28: [----------] 16 tests from serial (25876 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 17 tests from 2 test suites ran. (25881 ms total) 28: [ PASSED ] 17 tests. 28/51 Test #28: Kokkos_UnitTest_Sort ....................................... Passed 25.89 sec test 29 Start 29: Kokkos_UnitTest_Random 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 29: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 29: Test timeout computed to be: 1500 29: [==========] Running 3 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 3 tests from serial 29: [ RUN ] serial.Random_XorShift64 29: Test Seed:1758640485581309391 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0140796 -0.000770171 || 0.051031 2042 2405 || 2253.79 2222.06 || -10.6468 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0092178 0.000550153 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0112229 0.00233865 || 0.051031 2037 2396 || 2247.28 2222.06 || 32.3295 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0222117 -0.000599406 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0120266 -0.000368806 || 0.051031 2021 2447 || 2249.11 2222.06 || -5.09838 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00694057 -0.000934739 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0164995 -0.000163872 || 0.051031 2025 2443 || 2259.34 2222.06 || -2.26537 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0198968 6.93784e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.000479478 -0.000611197 || 0.051031 2036 2404 || 2223.13 2222.06 || -8.44918 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0194783 0.000326657 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 0.0159982 0.000327538 || 0.051031 2007 2405 || 2187.07 2222.06 || 4.52788 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.00359491 -0.000583665 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00397161 0.000489505 || 0.051031 2058 2408 || 2230.92 2222.06 || 6.76692 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0122888 -7.12319e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00403316 -0.000525615 || 0.051031 2042 2438 || 2231.06 2222.06 || -7.2661 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.000281148 0.000146636 || 0.051031 1e+64 -1e+64 29: Test Seed:1758640487698910200 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0141872 -0.00107575 || 0.051031 2048 2404 || 2254.04 2222.06 || -14.8711 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.0103876 -0.000499804 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00781859 -0.00377152 || 0.051031 2009 2397 || 2204.82 2222.06 || -52.1375 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00592735 0.000779327 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00134208 -0.000947231 || 0.051031 2035 2416 || 2219.08 2222.06 || -13.0945 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00618301 -0.000428673 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00637517 -0.0008093 || 0.051031 2053 2404 || 2236.32 2222.06 || -11.1878 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.009586 -0.000321783 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.000139562 0.00112015 || 0.051031 2045 2417 || 2221.75 2222.06 || 15.485 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00248574 8.59483e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.0064908 -0.00190182 || 0.051031 2033 2405 || 2236.58 2222.06 || -26.2908 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00113931 -0.000330856 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 -0.00145745 0.000151867 || 0.051031 2018 2392 || 2225.3 2222.06 || 2.0994 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 0.00218637 -0.000908006 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00709894 0.000604723 || 0.051031 2004 2404 || 2206.4 2222.06 || 8.35969 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0128517 8.7039e-05 || 0.051031 1e+64 -1e+64 29: [ OK ] serial.Random_XorShift64 (4241 ms) 29: [ RUN ] serial.Random_XorShift1024_0 29: Test Seed:1758640489823136388 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.000324165 0.00235009 || 0.051031 1978 2373 || 2197.51 2198.22 || 32.4877 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0067336 6.92127e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.0204413 -0.00320665 || 0.051031 2019 2369 || 2154.19 2198.22 || -44.3287 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0092881 0.000235965 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00719794 0.0014311 || 0.051031 2008 2404 || 2182.51 2198.22 || 19.7835 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00165507 -0.0012064 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00707798 -0.00175888 || 0.051031 2025 2398 || 2182.77 2198.22 || -24.3147 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00479863 -0.000604474 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.27255e-05 0.0220899 0.000232043 || 0.051031 2017 2408 || 2150.71 2198.22 || 3.20776 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.28572e-05 -0.00230478 -0.000722323 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.000258862 0.00012111 || 0.051031 2029 2377 || 2198.79 2198.22 || 1.67422 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00509415 0.000421672 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.27255e-05 -0.0073255 -0.0012418 || 0.051031 2009 2402 || 2214.44 2198.22 || -17.1667 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.28572e-05 -0.00558222 -0.000301566 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00458565 0.000790151 || 0.051031 2001 2390 || 2188.19 2198.22 || 10.9231 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00124697 -0.000821708 || 0.051031 1e+64 -1e+64 29: Test Seed:1758640492060576744 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00775532 -0.000620328 || 0.051031 2018 2385 || 2215.4 2198.22 || -8.57541 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.000832845 0.00070571 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00319967 9.02764e-06 || 0.051031 2032 2387 || 2205.28 2198.22 || 0.124798 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00738097 0.000757617 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.000647804 -0.00222076 || 0.051031 2025 2383 || 2199.65 2198.22 || -30.6997 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.00242945 0.000370563 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0113166 -0.000416331 || 0.051031 2010 2377 || 2223.38 2198.22 || -5.75536 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0135967 0.000388073 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.27914e-05 -0.0186284 -0.000116725 || 0.051031 2025 2389 || 2239.95 2198.22 || -1.6136 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.30546e-05 -0.0132023 -0.000403211 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 0.0137396 0.00117204 || 0.051031 2022 2395 || 2168.43 2198.22 || 16.2023 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.00349019 -0.000304118 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00321517 -0.000799763 || 0.051031 2021 2393 || 2205.31 2198.22 || -11.0559 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00997362 -0.000524191 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00324615 0.00194964 || 0.051031 2025 2366 || 2191.11 2198.22 || 26.9519 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.000586479 -0.000536826 || 0.051031 1e+64 -1e+64 29: [ OK ] serial.Random_XorShift1024_0 (4477 ms) 29: [ RUN ] serial.Multi_streams 29: [ OK ] serial.Multi_streams (3 ms) 29: [----------] 3 tests from serial (8722 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 3 tests from 1 test suite ran. (8722 ms total) 29: [ PASSED ] 3 tests. 29/51 Test #29: Kokkos_UnitTest_Random ..................................... Passed 8.72 sec test 30 Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 30: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 30: Test timeout computed to be: 1500 30: [==========] Running 16 tests from 4 test suites. 30: [----------] Global test environment set-up. 30: [----------] 1 test from std_algorithms_DeathTest 30: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 30: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 30: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 30: 30: [----------] 3 tests from std_algorithms_reducers 30: [ RUN ] std_algorithms_reducers.max_first_loc 30: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_first_loc 30: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 30: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 30: [----------] 3 tests from std_algorithms_reducers (0 ms total) 30: 30: [----------] 1 test from std_algorithms 30: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 30: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 30: [----------] 1 test from std_algorithms (0 ms total) 30: 30: [----------] 11 tests from random_access_iterator_test 30: [ RUN ] random_access_iterator_test.constructor 30: [ OK ] random_access_iterator_test.constructor (0 ms) 30: [ RUN ] random_access_iterator_test.constructiblity 30: [ OK ] random_access_iterator_test.constructiblity (0 ms) 30: [ RUN ] random_access_iterator_test.dereference 30: [ OK ] random_access_iterator_test.dereference (0 ms) 30: [ RUN ] random_access_iterator_test.subscript_operator 30: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet1 30: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet2 30: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet3 30: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet4 30: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 30: [ RUN ] random_access_iterator_test.assignment_operator 30: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 30: [ RUN ] random_access_iterator_test.distance 30: [ OK ] random_access_iterator_test.distance (0 ms) 30: [ RUN ] random_access_iterator_test.traits_helpers 30: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 30: [----------] 11 tests from random_access_iterator_test (0 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 16 tests from 4 test suites ran. (0 ms total) 30: [ PASSED ] 16 tests. 30/51 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.31 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 31: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 31: Test timeout computed to be: 1500 31: [==========] Running 7 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 7 tests from std_algorithms_min_max_element_test 31: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (0 ms) 31: [----------] 7 tests from std_algorithms_min_max_element_test (0 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 7 tests from 1 test suite ran. (0 ms total) 31: [ PASSED ] 7 tests. 31/51 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.00 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 32: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 32: Test timeout computed to be: 1500 32: [==========] Running 13 tests from 10 test suites. 32: [----------] Global test environment set-up. 32: [----------] 1 test from std_algorithms_lexicographical_compare_test 32: [ RUN ] std_algorithms_lexicographical_compare_test.test 32: [ OK ] std_algorithms_lexicographical_compare_test.test (11 ms) 32: [----------] 1 test from std_algorithms_lexicographical_compare_test (11 ms total) 32: 32: [----------] 1 test from std_algorithms_for_each_test 32: [ RUN ] std_algorithms_for_each_test.test 32: [ OK ] std_algorithms_for_each_test.test (26 ms) 32: [----------] 1 test from std_algorithms_for_each_test (26 ms total) 32: 32: [----------] 1 test from std_algorithms_find_test 32: [ RUN ] std_algorithms_find_test.test 32: [ OK ] std_algorithms_find_test.test (15 ms) 32: [----------] 1 test from std_algorithms_find_test (15 ms total) 32: 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 32: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (2269 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 32: [ OK ] std_algorithms_non_mod_seq_ops.find_end (186 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search 32: [ OK ] std_algorithms_non_mod_seq_ops.search (171 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 32: [ OK ] std_algorithms_non_mod_seq_ops.search_n (130 ms) 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2758 ms total) 32: 32: [----------] 1 test from std_algorithms_count_test 32: [ RUN ] std_algorithms_count_test.test 32: [ OK ] std_algorithms_count_test.test (8 ms) 32: [----------] 1 test from std_algorithms_count_test (8 ms total) 32: 32: [----------] 1 test from std_algorithms_equal_test 32: [ RUN ] std_algorithms_equal_test.test 32: [ OK ] std_algorithms_equal_test.test (4 ms) 32: [----------] 1 test from std_algorithms_equal_test (4 ms total) 32: 32: [----------] 1 test from std_algorithms_all_any_none_of_test 32: [ RUN ] std_algorithms_all_any_none_of_test.test 32: [ OK ] std_algorithms_all_any_none_of_test.test (15 ms) 32: [----------] 1 test from std_algorithms_all_any_none_of_test (15 ms total) 32: 32: [----------] 1 test from std_algorithms_nonmod_seq_ops 32: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 32: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (36 ms) 32: [----------] 1 test from std_algorithms_nonmod_seq_ops (36 ms total) 32: 32: [----------] 1 test from std_algorithms_mismatch_test 32: [ RUN ] std_algorithms_mismatch_test.test 32: [ OK ] std_algorithms_mismatch_test.test (25 ms) 32: [----------] 1 test from std_algorithms_mismatch_test (25 ms total) 32: 32: [----------] 1 test from std_algorithms_mod_seq_ops 32: [ RUN ] std_algorithms_mod_seq_ops.move_backward 32: [ OK ] std_algorithms_mod_seq_ops.move_backward (24 ms) 32: [----------] 1 test from std_algorithms_mod_seq_ops (24 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 13 tests from 10 test suites ran. (2927 ms total) 32: [ PASSED ] 13 tests. 32/51 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.93 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 33: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 33: Test timeout computed to be: 1500 33: [==========] Running 31 tests from 5 test suites. 33: [----------] Global test environment set-up. 33: [----------] 3 tests from std_algorithms_mod_ops_test 33: [ RUN ] std_algorithms_mod_ops_test.move 33: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 33: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 33: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 33: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 33: 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy 33: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 33: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill 33: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 33: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate 33: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 33: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 33: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (0 ms total) 33: 33: [----------] 4 tests from std_algorithms_replace_ops_test 33: [ RUN ] std_algorithms_replace_ops_test.replace 33: [ OK ] std_algorithms_replace_ops_test.replace (9 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_if 33: [ OK ] std_algorithms_replace_ops_test.replace_if (89 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy 33: [ OK ] std_algorithms_replace_ops_test.replace_copy (14 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 33: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (15 ms) 33: [----------] 4 tests from std_algorithms_replace_ops_test (128 ms total) 33: 33: [----------] 11 tests from std_algorithms_mod_seq_ops 33: [ RUN ] std_algorithms_mod_seq_ops.copy_if 33: [ OK ] std_algorithms_mod_seq_ops.copy_if (16 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique 33: [ OK ] std_algorithms_mod_seq_ops.unique (38 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 33: [ OK ] std_algorithms_mod_seq_ops.unique_copy (21 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove 33: [ OK ] std_algorithms_mod_seq_ops.remove (10 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_if (22 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy (90 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (20 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate 33: [ OK ] std_algorithms_mod_seq_ops.rotate (903 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 33: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (321 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_left 33: [ OK ] std_algorithms_mod_seq_ops.shift_left (914 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_right 33: [ OK ] std_algorithms_mod_seq_ops.shift_right (912 ms) 33: [----------] 11 tests from std_algorithms_mod_seq_ops (3271 ms total) 33: 33: [----------] 1 test from std_algorithms_modseq_test 33: [ RUN ] std_algorithms_modseq_test.reverse 33: [ OK ] std_algorithms_modseq_test.reverse (11 ms) 33: [----------] 1 test from std_algorithms_modseq_test (11 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 31 tests from 5 test suites ran. (3412 ms total) 33: [ PASSED ] 31 tests. 33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 3.42 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 34: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 34: Test timeout computed to be: 1500 34: [==========] Running 29 tests from 7 test suites. 34: [----------] Global test environment set-up. 34: [----------] 2 tests from std_algorithms_sorting_ops_test 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted (6 ms) 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (4 ms) 34: [----------] 2 tests from std_algorithms_sorting_ops_test (10 ms total) 34: 34: [----------] 4 tests from std_algorithms_partitioning_test 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.partition_point 34: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 34: [----------] 4 tests from std_algorithms_partitioning_test (0 ms total) 34: 34: [----------] 1 test from std_algorithms_partitioning_ops 34: [ RUN ] std_algorithms_partitioning_ops.partition_copy 34: [ OK ] std_algorithms_partitioning_ops.partition_copy (0 ms) 34: [----------] 1 test from std_algorithms_partitioning_ops (0 ms total) 34: 34: [----------] 12 tests from std_algorithms_numerics_test 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 34: [----------] 12 tests from std_algorithms_numerics_test (0 ms total) 34: 34: [----------] 1 test from std_algorithms_numerics_ops_test 34: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 34: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (28 ms) 34: [----------] 1 test from std_algorithms_numerics_ops_test (28 ms total) 34: 34: [----------] 8 tests from std_algorithms_numeric_ops_test 34: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (170 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (127 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (44 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (79 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 34: [----------] 8 tests from std_algorithms_numeric_ops_test (422 ms total) 34: 34: [----------] 1 test from std_algorithms_transform_ops_test 34: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 34: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (9 ms) 34: [----------] 1 test from std_algorithms_transform_ops_test (9 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 29 tests from 7 test suites ran. (472 ms total) 34: [ PASSED ] 29 tests. 34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 0.48 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 35: Test timeout computed to be: 1500 35: [==========] Running 12 tests from 7 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (689 ms) 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (622 ms) 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1312 ms total) 35: 35: [----------] 2 tests from std_algorithms_count_team_test 35: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 35: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (236 ms) 35: [ RUN ] std_algorithms_count_team_test.count_returns_zero 35: [ OK ] std_algorithms_count_team_test.count_returns_zero (222 ms) 35: [----------] 2 tests from std_algorithms_count_team_test (459 ms total) 35: 35: [----------] 1 test from std_algorithms_count_if_team_test 35: [ RUN ] std_algorithms_count_if_team_test.test 35: [ OK ] std_algorithms_count_if_team_test.test (267 ms) 35: [----------] 1 test from std_algorithms_count_if_team_test (267 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_team_test 35: [ RUN ] std_algorithms_for_each_team_test.test 35: [ OK ] std_algorithms_for_each_team_test.test (483 ms) 35: [----------] 1 test from std_algorithms_for_each_team_test (483 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_n_team_test 35: [ RUN ] std_algorithms_for_each_n_team_test.test 35: [ OK ] std_algorithms_for_each_n_team_test.test (483 ms) 35: [----------] 1 test from std_algorithms_for_each_n_team_test (483 ms total) 35: 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 35: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (693 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (677 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (709 ms) 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2080 ms total) 35: 35: [----------] 2 tests from std_algorithms_mismatch_team_test 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 35: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (731 ms) 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 35: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1003 ms) 35: [----------] 2 tests from std_algorithms_mismatch_team_test (1735 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 12 tests from 7 test suites ran. (6821 ms total) 35: [ PASSED ] 12 tests. 35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.83 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 36: Test timeout computed to be: 1500 36: [==========] Running 8 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_equal_team_test 36: [ RUN ] std_algorithms_equal_team_test.views_are_equal 36: [ OK ] std_algorithms_equal_team_test.views_are_equal (1084 ms) 36: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 36: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1346 ms) 36: [----------] 2 tests from std_algorithms_equal_team_test (2431 ms total) 36: 36: [----------] 2 tests from std_algorithms_search_team_test 36: [ RUN ] std_algorithms_search_team_test.sequences_exist 36: [ OK ] std_algorithms_search_team_test.sequences_exist (495 ms) 36: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (489 ms) 36: [----------] 2 tests from std_algorithms_search_team_test (985 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_end_team_test 36: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_exist (533 ms) 36: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (592 ms) 36: [----------] 2 tests from std_algorithms_find_end_team_test (1126 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_first_of_team_test 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (676 ms) 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (875 ms) 36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1551 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 8 tests from 4 test suites ran. (6094 ms total) 36: [ PASSED ] 8 tests. 36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.10 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 37: Test timeout computed to be: 1500 37: [==========] Running 11 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_find_team_test 37: [ RUN ] std_algorithms_find_team_test.searched_values_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_exist (255 ms) 37: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (239 ms) 37: [----------] 2 tests from std_algorithms_find_team_test (495 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_team_test 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (257 ms) 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (241 ms) 37: [----------] 2 tests from std_algorithms_find_if_team_test (498 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_not_team_test 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (248 ms) 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (234 ms) 37: [----------] 2 tests from std_algorithms_find_if_not_team_test (483 ms total) 37: 37: [----------] 1 test from std_algorithms_all_of_team_test 37: [ RUN ] std_algorithms_all_of_team_test.test 37: [ OK ] std_algorithms_all_of_team_test.test (238 ms) 37: [----------] 1 test from std_algorithms_all_of_team_test (238 ms total) 37: 37: [----------] 1 test from std_algorithms_any_of_team_test 37: [ RUN ] std_algorithms_any_of_team_test.test 37: [ OK ] std_algorithms_any_of_team_test.test (240 ms) 37: [----------] 1 test from std_algorithms_any_of_team_test (240 ms total) 37: 37: [----------] 1 test from std_algorithms_none_of_team_test 37: [ RUN ] std_algorithms_none_of_team_test.test 37: [ OK ] std_algorithms_none_of_team_test.test (237 ms) 37: [----------] 1 test from std_algorithms_none_of_team_test (237 ms total) 37: 37: [----------] 2 tests from std_algorithms_search_n_team_test 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (388 ms) 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (266 ms) 37: [----------] 2 tests from std_algorithms_search_n_team_test (654 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 11 tests from 7 test suites ran. (2849 ms total) 37: [ PASSED ] 11 tests. 37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 2.85 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 38: Test timeout computed to be: 1500 38: [==========] Running 3 tests from 3 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_min_element_team_test 38: [ RUN ] std_algorithms_min_element_team_test.test 38: [ OK ] std_algorithms_min_element_team_test.test (559 ms) 38: [----------] 1 test from std_algorithms_min_element_team_test (559 ms total) 38: 38: [----------] 1 test from std_algorithms_max_element_team_test 38: [ RUN ] std_algorithms_max_element_team_test.test 38: [ OK ] std_algorithms_max_element_team_test.test (531 ms) 38: [----------] 1 test from std_algorithms_max_element_team_test (531 ms total) 38: 38: [----------] 1 test from std_algorithms_minmax_element_team_test 38: [ RUN ] std_algorithms_minmax_element_team_test.test 38: [ OK ] std_algorithms_minmax_element_team_test.test (592 ms) 38: [----------] 1 test from std_algorithms_minmax_element_team_test (592 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 3 test suites ran. (1684 ms total) 38: [ PASSED ] 3 tests. 38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.69 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 39: Test timeout computed to be: 1500 39: [==========] Running 6 tests from 6 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_fill_team_test 39: [ RUN ] std_algorithms_fill_team_test.test 39: [ OK ] std_algorithms_fill_team_test.test (364 ms) 39: [----------] 1 test from std_algorithms_fill_team_test (364 ms total) 39: 39: [----------] 1 test from std_algorithms_fill_n_team_test 39: [ RUN ] std_algorithms_fill_n_team_test.test 39: [ OK ] std_algorithms_fill_n_team_test.test (53 ms) 39: [----------] 1 test from std_algorithms_fill_n_team_test (53 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_team_test 39: [ RUN ] std_algorithms_replace_team_test.test 39: [ OK ] std_algorithms_replace_team_test.test (601 ms) 39: [----------] 1 test from std_algorithms_replace_team_test (601 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_if_team_test 39: [ RUN ] std_algorithms_replace_if_team_test.test 39: [ OK ] std_algorithms_replace_if_team_test.test (470 ms) 39: [----------] 1 test from std_algorithms_replace_if_team_test (470 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_team_test 39: [ RUN ] std_algorithms_replace_copy_team_test.test 39: [ OK ] std_algorithms_replace_copy_team_test.test (450 ms) 39: [----------] 1 test from std_algorithms_replace_copy_team_test (451 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test 39: [ RUN ] std_algorithms_replace_copy_if_team_test.test 39: [ OK ] std_algorithms_replace_copy_if_team_test.test (402 ms) 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (402 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 6 tests from 6 test suites ran. (2344 ms total) 39: [ PASSED ] 6 tests. 39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.35 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 40: Test timeout computed to be: 1500 40: [==========] Running 4 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_reverse_team_test 40: [ RUN ] std_algorithms_reverse_team_test.test 40: [ OK ] std_algorithms_reverse_team_test.test (369 ms) 40: [----------] 1 test from std_algorithms_reverse_team_test (369 ms total) 40: 40: [----------] 1 test from std_algorithms_reverse_copy_team_test 40: [ RUN ] std_algorithms_reverse_copy_team_test.test 40: [ OK ] std_algorithms_reverse_copy_team_test.test (386 ms) 40: [----------] 1 test from std_algorithms_reverse_copy_team_test (386 ms total) 40: 40: [----------] 1 test from std_algorithms_rotate_team_test 40: [ RUN ] std_algorithms_rotate_team_test.test 40: [ OK ] std_algorithms_rotate_team_test.test (242 ms) 40: [----------] 1 test from std_algorithms_rotate_team_test (242 ms total) 40: 40: [----------] 1 test from std_algorithms_rotate_copy_team_test 40: [ RUN ] std_algorithms_rotate_copy_team_test.test 40: [ OK ] std_algorithms_rotate_copy_team_test.test (248 ms) 40: [----------] 1 test from std_algorithms_rotate_copy_team_test (248 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 4 tests from 4 test suites ran. (1246 ms total) 40: [ PASSED ] 4 tests. 40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.25 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 41: Test timeout computed to be: 1500 41: [==========] Running 4 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_move_team_test 41: [ RUN ] std_algorithms_move_team_test.test 41: [ OK ] std_algorithms_move_team_test.test (568 ms) 41: [----------] 1 test from std_algorithms_move_team_test (568 ms total) 41: 41: [----------] 1 test from std_algorithms_move_backward_team_test 41: [ RUN ] std_algorithms_move_backward_team_test.test 41: [ OK ] std_algorithms_move_backward_team_test.test (634 ms) 41: [----------] 1 test from std_algorithms_move_backward_team_test (634 ms total) 41: 41: [----------] 1 test from std_algorithms_shift_left_team_test 41: [ RUN ] std_algorithms_shift_left_team_test.test 41: [ OK ] std_algorithms_shift_left_team_test.test (1063 ms) 41: [----------] 1 test from std_algorithms_shift_left_team_test (1063 ms total) 41: 41: [----------] 1 test from std_algorithms_shift_right_team_test 41: [ RUN ] std_algorithms_shift_right_team_test.test 41: [ OK ] std_algorithms_shift_right_team_test.test (1058 ms) 41: [----------] 1 test from std_algorithms_shift_right_team_test (1059 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (3325 ms total) 41: [ PASSED ] 4 tests. 41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.57 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 42: Test timeout computed to be: 1500 42: [==========] Running 9 tests from 9 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_copy_team_test 42: [ RUN ] std_algorithms_copy_team_test.test 42: [ OK ] std_algorithms_copy_team_test.test (713 ms) 42: [----------] 1 test from std_algorithms_copy_team_test (713 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_n_team_test 42: [ RUN ] std_algorithms_copy_n_team_test.test 42: [ OK ] std_algorithms_copy_n_team_test.test (66 ms) 42: [----------] 1 test from std_algorithms_copy_n_team_test (66 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_backward_team_test 42: [ RUN ] std_algorithms_copy_backward_team_test.test 42: [ OK ] std_algorithms_copy_backward_team_test.test (591 ms) 42: [----------] 1 test from std_algorithms_copy_backward_team_test (592 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_if_team_test 42: [ RUN ] std_algorithms_copy_if_team_test.test 42: [ OK ] std_algorithms_copy_if_team_test.test (467 ms) 42: [----------] 1 test from std_algorithms_copy_if_team_test (467 ms total) 42: 42: [----------] 1 test from std_algorithms_unique_copy_team_test 42: [ RUN ] std_algorithms_unique_copy_team_test.test 42: [ OK ] std_algorithms_unique_copy_team_test.test (621 ms) 42: [----------] 1 test from std_algorithms_unique_copy_team_test (621 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_team_test 42: [ RUN ] std_algorithms_remove_team_test.test 42: [ OK ] std_algorithms_remove_team_test.test (450 ms) 42: [----------] 1 test from std_algorithms_remove_team_test (450 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_if_team_test 42: [ RUN ] std_algorithms_remove_if_team_test.test 42: [ OK ] std_algorithms_remove_if_team_test.test (404 ms) 42: [----------] 1 test from std_algorithms_remove_if_team_test (404 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_copy_team_test 42: [ RUN ] std_algorithms_remove_copy_team_test.test 42: [ OK ] std_algorithms_remove_copy_team_test.test (471 ms) 42: [----------] 1 test from std_algorithms_remove_copy_team_test (471 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test 42: [ RUN ] std_algorithms_remove_copy_if_team_test.test 42: [ OK ] std_algorithms_remove_copy_if_team_test.test (374 ms) 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (374 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 9 tests from 9 test suites ran. (4162 ms total) 42: [ PASSED ] 9 tests. 42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.17 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 43: Test timeout computed to be: 1500 43: [==========] Running 4 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_unique_team_test 43: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 43: [ OK ] std_algorithms_unique_team_test.test_default_predicate (671 ms) 43: [----------] 1 test from std_algorithms_unique_team_test (671 ms total) 43: 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test 43: [ RUN ] std_algorithms_adjacent_difference_team_test.test 43: [ OK ] std_algorithms_adjacent_difference_team_test.test (804 ms) 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (804 ms total) 43: 43: [----------] 1 test from std_algorithms_reduce_team_test 43: [ RUN ] std_algorithms_reduce_team_test.test 43: [ OK ] std_algorithms_reduce_team_test.test (712 ms) 43: [----------] 1 test from std_algorithms_reduce_team_test (712 ms total) 43: 43: [----------] 1 test from std_algorithms_transform_reduce_team_test 43: [ RUN ] std_algorithms_transform_reduce_team_test.test 43: [ OK ] std_algorithms_transform_reduce_team_test.test (1490 ms) 43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1490 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (3679 ms total) 43: [ PASSED ] 4 tests. 43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 3.69 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 44: Test timeout computed to be: 1500 44: [==========] Running 18 tests from 5 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_is_sorted_team_test 44: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 44: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (530 ms) 44: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 44: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (420 ms) 44: [----------] 2 tests from std_algorithms_is_sorted_team_test (950 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (0 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (1 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (438 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (550 ms) 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (991 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test 44: [ RUN ] std_algorithms_is_partitioned_team_test.empty 44: [ OK ] std_algorithms_is_partitioned_team_test.empty (0 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 44: [ OK ] std_algorithms_is_partitioned_team_test.all_true (261 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 44: [ OK ] std_algorithms_is_partitioned_team_test.all_false (252 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.random 44: [ OK ] std_algorithms_is_partitioned_team_test.random (199 ms) 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (714 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_copy_team_test 44: [ RUN ] std_algorithms_partition_copy_team_test.empty 44: [ OK ] std_algorithms_partition_copy_team_test.empty (0 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_true 44: [ OK ] std_algorithms_partition_copy_team_test.all_true (532 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_false 44: [ OK ] std_algorithms_partition_copy_team_test.all_false (533 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.random 44: [ OK ] std_algorithms_partition_copy_team_test.random (461 ms) 44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1527 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_point_team_test 44: [ RUN ] std_algorithms_partition_point_team_test.empty 44: [ OK ] std_algorithms_partition_point_team_test.empty (0 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_true 44: [ OK ] std_algorithms_partition_point_team_test.all_true (248 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_false 44: [ OK ] std_algorithms_partition_point_team_test.all_false (230 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.random 44: [ OK ] std_algorithms_partition_point_team_test.random (180 ms) 44: [----------] 4 tests from std_algorithms_partition_point_team_test (660 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 18 tests from 5 test suites ran. (4844 ms total) 44: [ PASSED ] 18 tests. 44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.85 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 45: Test timeout computed to be: 1500 45: [==========] Running 5 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_transform_team_test 45: [ RUN ] std_algorithms_transform_team_test.test_unary_op 45: [ OK ] std_algorithms_transform_team_test.test_unary_op (993 ms) 45: [ RUN ] std_algorithms_transform_team_test.test_binary_op 45: [ OK ] std_algorithms_transform_team_test.test_binary_op (974 ms) 45: [----------] 2 tests from std_algorithms_transform_team_test (1968 ms total) 45: 45: [----------] 1 test from std_algorithms_generate_team_test 45: [ RUN ] std_algorithms_generate_team_test.test_unary_op 45: [ OK ] std_algorithms_generate_team_test.test_unary_op (2467 ms) 45: [----------] 1 test from std_algorithms_generate_team_test (2467 ms total) 45: 45: [----------] 1 test from std_algorithms_generate_n_team_test 45: [ RUN ] std_algorithms_generate_n_team_test.test 45: [ OK ] std_algorithms_generate_n_team_test.test (56 ms) 45: [----------] 1 test from std_algorithms_generate_n_team_test (56 ms total) 45: 45: [----------] 1 test from std_algorithms_swap_ranges_team_test 45: [ RUN ] std_algorithms_swap_ranges_team_test.test 45: [ OK ] std_algorithms_swap_ranges_team_test.test (1025 ms) 45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1025 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 5 tests from 4 test suites ran. (5518 ms total) 45: [ PASSED ] 5 tests. 45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 5.53 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 46: Test timeout computed to be: 1500 46: [==========] Running 2 tests from 2 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test 46: [ RUN ] std_algorithms_exclusive_scan_team_test.test 46: [ OK ] std_algorithms_exclusive_scan_team_test.test (1952 ms) 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1952 ms total) 46: 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 46: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 46: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (942 ms) 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (942 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 2 tests from 2 test suites ran. (2895 ms total) 46: [ PASSED ] 2 tests. 46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.90 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 47: Test timeout computed to be: 1500 47: [==========] Running 2 tests from 2 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test 47: [ RUN ] std_algorithms_inclusive_scan_team_test.test 47: [ OK ] std_algorithms_inclusive_scan_team_test.test (2662 ms) 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2662 ms total) 47: 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 47: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 47: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1764 ms) 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1764 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 2 tests from 2 test suites ran. (4426 ms total) 47: [ PASSED ] 2 tests. 47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.43 sec test 48 Start 48: Kokkos_PerformanceTest_InclusiveScan 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T14-48-06.json" 48: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test 48: Test timeout computed to be: 1500 48: 2025-09-23T15:15:51+00:00 48: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 48: Run on (4 X 1996.25 MHz CPU s) 48: CPU Caches: 48: L1 Data 64 KiB (x4) 48: L1 Instruction 64 KiB (x4) 48: L2 Unified 512 KiB (x4) 48: L3 Unified 16384 KiB (x4) 48: Load Average: 1.69, 1.69, 3.21 48: CPU architecture: none 48: Default Device: Serial 48: GIT_BRANCH: HEAD 48: GIT_CLEAN_STATUS: CLEAN 48: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 48: GIT_COMMIT_DESCRIPTION: Update desul hash 48: GIT_COMMIT_HASH: 79cbad54b 48: GPU architecture: none 48: KOKKOS_COMPILER_CLANG: 1914 48: KOKKOS_ENABLE_ASM: no 48: KOKKOS_ENABLE_CXX20: yes 48: KOKKOS_ENABLE_CXX23: no 48: KOKKOS_ENABLE_CXX26: no 48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 48: KOKKOS_ENABLE_HWLOC: no 48: KOKKOS_ENABLE_LIBDL: yes 48: KOKKOS_ENABLE_PRAGMA_IVDEP: no 48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 48: KOKKOS_ENABLE_PRAGMA_UNROLL: no 48: KOKKOS_ENABLE_PRAGMA_VECTOR: no 48: KOKKOS_ENABLE_SERIAL: yes 48: Kokkos Version: 4.7.99 48: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 48: mdspan: enabled 48: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 48: platform: 64bit 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: Benchmark Time CPU Iterations FOM: GB/s MB Passed 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: BM_inclusive_scan/100000000/manual_time 0.269 s 0.266 s 3 5.94676/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.266 s 0.265 s 3 6.01764/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.338 s 0.338 s 2 4.73196/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.266 s 0.266 s 3 6.01658/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.264 s 0.263 s 3 6.06976/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.340 s 0.340 s 2 4.70255/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.332 s 0.332 s 2 4.82559/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.332 s 0.332 s 2 4.82308/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.280 s 0.280 s 2 5.71708/s 1.6k 1 48/51 Test #48: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 30.03 sec test 49 Start 49: Kokkos_UnitTest_SIMD 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 49: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests 49: Test timeout computed to be: 1500 49: [==========] Running 18 tests from 1 test suite. 49: [----------] Global test environment set-up. 49: [----------] 18 tests from simd 49: [ RUN ] simd.host_math_ops 49: [ OK ] simd.host_math_ops (1 ms) 49: [ RUN ] simd.device_math_ops 49: [ OK ] simd.device_math_ops (0 ms) 49: [ RUN ] simd.host_mask_ops 49: [ OK ] simd.host_mask_ops (0 ms) 49: [ RUN ] simd.device_mask_ops 49: [ OK ] simd.device_mask_ops (0 ms) 49: [ RUN ] simd.host_conversions 49: [ OK ] simd.host_conversions (0 ms) 49: [ RUN ] simd.device_conversions 49: [ OK ] simd.device_conversions (0 ms) 49: [ RUN ] simd.host_shift_ops 49: [ OK ] simd.host_shift_ops (0 ms) 49: [ RUN ] simd.device_shift_ops 49: [ OK ] simd.device_shift_ops (0 ms) 49: [ RUN ] simd.host_condition 49: [ OK ] simd.host_condition (0 ms) 49: [ RUN ] simd.device_condition 49: [ OK ] simd.device_condition (0 ms) 49: [ RUN ] simd.host_gen_ctors 49: [ OK ] simd.host_gen_ctors (0 ms) 49: [ RUN ] simd.device_gen_ctors 49: [ OK ] simd.device_gen_ctors (0 ms) 49: [ RUN ] simd.host_where_expressions 49: [ OK ] simd.host_where_expressions (0 ms) 49: [ RUN ] simd.device_where_expressions 49: [ OK ] simd.device_where_expressions (0 ms) 49: [ RUN ] simd.host_reductions 49: [ OK ] simd.host_reductions (0 ms) 49: [ RUN ] simd.device_reductions 49: [ OK ] simd.device_reductions (0 ms) 49: [ RUN ] simd.host_construction 49: [ OK ] simd.host_construction (0 ms) 49: [ RUN ] simd.device_construction 49: [ OK ] simd.device_construction (0 ms) 49: [----------] 18 tests from simd (1 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 18 tests from 1 test suite ran. (1 ms total) 49: [ PASSED ] 18 tests. 49/51 Test #49: Kokkos_UnitTest_SIMD ....................................... Passed 0.00 sec test 50 Start 50: Kokkos_Example_VirtualFunctions 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/example/virtual_functions/Kokkos_example_virtual_functions 50: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/example/virtual_functions 50: Test timeout computed to be: 1500 50: Values: 1 2 50/51 Test #50: Kokkos_Example_VirtualFunctions ............................ Passed 0.00 sec test 51 Start 51: Kokkos_Example_RelocatableFunction 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/example/relocatable_function/Kokkos_example_relocatable_function 51: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/example/relocatable_function 51: Test timeout computed to be: 1500 51: 1.000000e+01 7.314000e-06s (relocatable) vs. 6.610000e-07s (inline) 51: 1.000000e+02 5.610000e-07s (relocatable) vs. 3.110000e-07s (inline) 51: 1.000000e+03 2.424000e-06s (relocatable) vs. 4.710000e-07s (inline) 51: 1.000000e+04 2.124000e-05s (relocatable) vs. 1.673000e-06s (inline) 51: 1.000000e+05 2.096360e-04s (relocatable) vs. 1.457700e-05s (inline) 51: 1.000000e+06 2.136300e-03s (relocatable) vs. 1.445420e-04s (inline) 51: 1.000000e+07 2.130174e-02s (relocatable) vs. 1.417624e-03s (inline) 51: 1.000000e+08 2.134609e-01s (relocatable) vs. 1.340653e-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.22 sec*proc (41 tests) Total Test time (real) = 858.64 sec 5: [ OK ] openmp.team_reduction_scan (142384 ms) 5: [ RUN ] openmp.team_long_reduce 5: [ OK ] openmp.team_long_reduce (81 ms) 5: [ RUN ] openmp.team_double_reduce 5: [ OK ] openmp.team_double_reduce (73 ms) 5: [ RUN ] openmp.team_long_array_reduce 5: [ OK ] openmp.team_long_array_reduce (71 ms) 5: [ RUN ] openmp.team_double_array_reduce 5: [ OK ] openmp.team_double_array_reduce (126 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 (1258 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 (811 ms) 5: [ RUN ] openmp.team_scan_ret_val 5: [ OK ] openmp.team_scan_ret_val (730 ms) 5: [ RUN ] openmp.team_shared_request 5: [ OK ] openmp.team_shared_request (528 ms) 5: [ RUN ] openmp.team_scratch_request 5: [ OK ] openmp.team_scratch_request (691 ms) 5: [ RUN ] openmp.team_lambda_shared_request 5: [ OK ] openmp.team_lambda_shared_request (7 ms) 5: [ RUN ] openmp.scratch_align 5: [ OK ] openmp.scratch_align (0 ms) 5: [ RUN ] openmp.shmem_size 5: [ OK ] openmp.shmem_size (0 ms) 5: [ RUN ] openmp.multi_level_scratch 5: [ OK ] openmp.multi_level_scratch (187 ms) 5: [ RUN ] openmp.team_scratch_memory_index_parallel_for 5: [ OK ] openmp.team_scratch_memory_index_parallel_for (2 ms) 5: [ RUN ] openmp.team_policy_max_recommended Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 2ff8bded69eb0070210dbc05c11966a337dc9a709060e9d322ecbf53c84b0592 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 2ff8bded69eb0070210dbc05c11966a337dc9a709060e9d322ecbf53c84b0592 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 5: [ OK ] openmp.team_policy_max_recommended (63243 ms) 5: [ RUN ] openmp.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] openmp.team_teamvector_range 5: [ OK ] openmp.team_teamvector_range (1503 ms) 5: [ RUN ] openmp.timer 5: [ OK ] openmp.timer (20 ms) 5: [ RUN ] openmp.unique_token_global 5: [ OK ] openmp.unique_token_global (4 ms) 5: [ RUN ] openmp.unique_token_instance 5: [ OK ] openmp.unique_token_instance (18 ms) 5: [ RUN ] openmp.unique_token_team_acquire 5: [ OK ] openmp.unique_token_team_acquire (50 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 (2 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 (794 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 (9 ms) 5: [ RUN ] openmp.view_copy_tests_rank_0 5: [ OK ] openmp.view_copy_tests_rank_0 (3 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 (1577 ms) 5: [ RUN ] openmp.view_fill_tests_layout_left 5: [ OK ] openmp.view_fill_tests_layout_left (1830 ms) 5: [ RUN ] openmp.vcp_empty_traits 5: [ OK ] openmp.vcp_empty_traits (0 ms) 5: [ RUN ] openmp.is_view_label 5: [ OK ] openmp.is_view_label (0 ms) 5: [ RUN ] openmp.vcp_label_base_traits 5: [ OK ] openmp.vcp_label_base_traits (0 ms) 5: [ RUN ] openmp.vcp_label_traits 5: [ OK ] openmp.vcp_label_traits (0 ms) 5: [ RUN ] openmp.view_alloc_can_perfect_forward_label 5: [ OK ] openmp.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] openmp.vcp_label_copy_constructor 5: [ OK ] openmp.vcp_label_copy_constructor (0 ms) 5: [ RUN ] openmp.vcp_pointer_add_property 5: [ OK ] openmp.vcp_pointer_add_property (0 ms) 5: [ RUN ] openmp.view_empty_runtime_unmanaged 5: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (34 ms) 5: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (35 ms) 5: [ RUN ] openmp.view_mapping 5: [ OK ] openmp.view_mapping (52 ms) 5: [ RUN ] openmp.view_mapping_operator 5: [ OK ] openmp.view_mapping_operator (3 ms) 5: [ RUN ] openmp.static_extent 5: [ OK ] openmp.static_extent (0 ms) 5: [ RUN ] openmp.view_mapping_atomic 5: [ OK ] openmp.view_mapping_atomic (1 ms) 5: [ RUN ] openmp.view_mapping_class_value 5: [ OK ] openmp.view_mapping_class_value (0 ms) 5: [ RUN ] openmp.view_mapping_assignable 5: [ OK ] openmp.view_mapping_assignable (0 ms) 5: [ RUN ] openmp.view_mapping_trivially_copyable 5: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] openmp.view_mapping_subview 5: [ OK ] openmp.view_mapping_subview (0 ms) 5: [ RUN ] openmp.view_nested_view 5: [ OK ] openmp.view_nested_view (0 ms) 5: [ RUN ] openmp.view_of_views_default 5: [ OK ] openmp.view_of_views_default (0 ms) 5: [ RUN ] openmp.view_of_views_without_initializing 5: [ OK ] openmp.view_of_views_without_initializing (0 ms) 5: [ RUN ] openmp.test_view_of_views_sequential_host_init 5: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] openmp.append_formatted_multidimensional_index 5: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] openmp.view_resize 5: [ OK ] openmp.view_resize (4 ms) 5: [ RUN ] openmp.view_realloc 5: [ OK ] openmp.view_realloc (0 ms) 5: [ RUN ] openmp.workgraph_fib 5: [ OK ] openmp.workgraph_fib (871 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-8324/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-8324/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 (24 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left 5: [ OK ] openmp.view_subview_3d_from_5d_left (111 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 5: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (110 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (114 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right 5: [ OK ] openmp.view_subview_3d_from_5d_right (166 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 5: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (166 ms) 5: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (155 ms) 5: [ RUN ] openmp.view_test_unmanaged_subview_reset 5: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] openmp.view_subview_memory_traits_construction 5: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 5: [----------] 363 tests from openmp (282412 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-8324/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 (70 ms) 5: [ RUN ] openmp_graph.end_of_submit_control_flow 5: [ OK ] openmp_graph.end_of_submit_control_flow (117 ms) 5: [----------] 17 tests from openmp_graph (191 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 402 tests from 4 test suites ran. (282702 ms total) 5: [ PASSED ] 385 tests. 5: [ SKIPPED ] 17 tests, listed below: 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 5: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 5: [ SKIPPED ] openmp_DeathTest.view_subview_wrong_extents 5: [ SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] openmp.graph_capture 5: [ SKIPPED ] openmp.mathematical_functions_nextafter_fp16 5: [ SKIPPED ] openmp.large_parallel_for_reduce 5: [ SKIPPED ] openmp.reduction_with_large_iteration_count 5: [ SKIPPED ] openmp.deep_copy_zero_memset 5: [ SKIPPED ] openmp.view_allocation_int 5: [ SKIPPED ] openmp_graph.force_global_launch 5/49 Test #5: Kokkos_CoreUnitTest_OpenMP ................................. Passed 282.72 sec test 6 Start 6: Kokkos_CoreUnitTest_OpenMPInterOp 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 6: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from openmp 6: [ RUN ] openmp.raw_openmp_interop 6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 6: Detected: 4 cores per node. 6: Detected: 1 MPI_ranks per node. 6: Requested: 8 threads per process. 6: [ OK ] openmp.raw_openmp_interop (0 ms) 6: [----------] 1 test from openmp (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (0 ms total) 6: [ PASSED ] 1 test. 6/49 Test #6: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.00 sec test 7 Start 7: Kokkos_CoreUnitTest_Default 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 7: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 7: Test timeout computed to be: 1500 7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 7: Detected: 4 cores per node. 7: Detected: 1 MPI_ranks per node. 7: Requested: 8 threads per process. 7: [==========] Running 59 tests from 41 test suites. 7: [----------] Global test environment set-up. 7: [----------] 19 tests from defaultdevicetype 7: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 7: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 7: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 7: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 7: [ RUN ] defaultdevicetype.shared_space 7: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped 7: Skipping as host and device are the same space 7: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms) 7: [ RUN ] defaultdevicetype.compiler_macros 7: [ OK ] defaultdevicetype.compiler_macros (0 ms) 7: [ RUN ] defaultdevicetype.half_conversion 7: [ OK ] defaultdevicetype.half_conversion (0 ms) 7: [ RUN ] defaultdevicetype.bhalf_conversion 7: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 7: [ RUN ] defaultdevicetype.half_operators 7: [ OK ] defaultdevicetype.half_operators (2 ms) 7: [ RUN ] defaultdevicetype.bhalf_operators 7: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 7: [ RUN ] defaultdevicetype.host_space_access 7: [ OK ] defaultdevicetype.host_space_access (0 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a1 7: [ OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b1 7: [ OK ] defaultdevicetype.reduce_instantiation_b1 (14 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c1 7: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_a2 7: [ OK ] defaultdevicetype.reduce_instantiation_a2 (16 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b2 7: [ OK ] defaultdevicetype.reduce_instantiation_b2 (27 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 (13 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_b3 7: [ OK ] defaultdevicetype.reduce_instantiation_b3 (27 ms) 7: [ RUN ] defaultdevicetype.reduce_instantiation_c3 7: [ OK ] defaultdevicetype.reduce_instantiation_c3 (13 ms) 7: [----------] 19 tests from defaultdevicetype (145 ms total) 7: 7: [----------] 1 test from kokkosresize 7: [ RUN ] kokkosresize.host_space_access 7: [ OK ] kokkosresize.host_space_access (9 ms) 7: [----------] 1 test from kokkosresize (9 ms total) 7: 7: [----------] 1 test from TestViewAPI/0, where TypeParam = 7: [ RUN ] TestViewAPI/0.sizes 7: [ OK ] TestViewAPI/0.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/0 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/1, where TypeParam = 7: [ RUN ] TestViewAPI/1.sizes 7: [ OK ] TestViewAPI/1.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/1 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/2, where TypeParam = 7: [ RUN ] TestViewAPI/2.sizes 7: [ OK ] TestViewAPI/2.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/2 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/3, where TypeParam = 7: [ RUN ] TestViewAPI/3.sizes 7: [ OK ] TestViewAPI/3.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/3 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/4, where TypeParam = 7: [ RUN ] TestViewAPI/4.sizes 7: [ OK ] TestViewAPI/4.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/4 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/5, where TypeParam = 7: [ RUN ] TestViewAPI/5.sizes 7: [ OK ] TestViewAPI/5.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/5 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/6, where TypeParam = 7: [ RUN ] TestViewAPI/6.sizes 7: [ OK ] TestViewAPI/6.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/6 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/7, where TypeParam = 7: [ RUN ] TestViewAPI/7.sizes 7: [ OK ] TestViewAPI/7.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/7 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/8, where TypeParam = 7: [ RUN ] TestViewAPI/8.sizes 7: [ OK ] TestViewAPI/8.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/8 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/9, where TypeParam = 7: [ RUN ] TestViewAPI/9.sizes 7: [ OK ] TestViewAPI/9.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/9 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/10, where TypeParam = 7: [ RUN ] TestViewAPI/10.sizes 7: [ OK ] TestViewAPI/10.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/10 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/11, where TypeParam = 7: [ RUN ] TestViewAPI/11.sizes 7: [ OK ] TestViewAPI/11.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/11 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/12, where TypeParam = 7: [ RUN ] TestViewAPI/12.sizes 7: [ OK ] TestViewAPI/12.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/12 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/13, where TypeParam = 7: [ RUN ] TestViewAPI/13.sizes 7: [ OK ] TestViewAPI/13.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/13 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/14, where TypeParam = 7: [ RUN ] TestViewAPI/14.sizes 7: [ OK ] TestViewAPI/14.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/14 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/15, where TypeParam = 7: [ RUN ] TestViewAPI/15.sizes 7: [ OK ] TestViewAPI/15.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/15 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/16, where TypeParam = 7: [ RUN ] TestViewAPI/16.sizes 7: [ OK ] TestViewAPI/16.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/16 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/17, where TypeParam = 7: [ RUN ] TestViewAPI/17.sizes 7: [ OK ] TestViewAPI/17.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/17 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/18, where TypeParam = 7: [ RUN ] TestViewAPI/18.sizes 7: [ OK ] TestViewAPI/18.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/18 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/19, where TypeParam = 7: [ RUN ] TestViewAPI/19.sizes 7: [ OK ] TestViewAPI/19.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/19 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/20, where TypeParam = 7: [ RUN ] TestViewAPI/20.sizes 7: [ OK ] TestViewAPI/20.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/20 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/21, where TypeParam = 7: [ RUN ] TestViewAPI/21.sizes 7: [ OK ] TestViewAPI/21.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/21 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/22, where TypeParam = 7: [ RUN ] TestViewAPI/22.sizes 7: [ OK ] TestViewAPI/22.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/22 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/23, where TypeParam = 7: [ RUN ] TestViewAPI/23.sizes 7: [ OK ] TestViewAPI/23.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/23 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/24, where TypeParam = 7: [ RUN ] TestViewAPI/24.sizes 7: [ OK ] TestViewAPI/24.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/24 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/25, where TypeParam = 7: [ RUN ] TestViewAPI/25.sizes 7: [ OK ] TestViewAPI/25.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/25 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/26, where TypeParam = 7: [ RUN ] TestViewAPI/26.sizes 7: [ OK ] TestViewAPI/26.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/26 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/27, where TypeParam = 7: [ RUN ] TestViewAPI/27.sizes 7: [ OK ] TestViewAPI/27.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/27 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/28, where TypeParam = 7: [ RUN ] TestViewAPI/28.sizes 7: [ OK ] TestViewAPI/28.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/28 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/29, where TypeParam = 7: [ RUN ] TestViewAPI/29.sizes 7: [ OK ] TestViewAPI/29.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/29 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/30, where TypeParam = 7: [ RUN ] TestViewAPI/30.sizes 7: [ OK ] TestViewAPI/30.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/30 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/31, where TypeParam = 7: [ RUN ] TestViewAPI/31.sizes 7: [ OK ] TestViewAPI/31.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/31 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/32, where TypeParam = 7: [ RUN ] TestViewAPI/32.sizes 7: [ OK ] TestViewAPI/32.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/32 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/33, where TypeParam = 7: [ RUN ] TestViewAPI/33.sizes 7: [ OK ] TestViewAPI/33.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/33 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/34, where TypeParam = 7: [ RUN ] TestViewAPI/34.sizes 7: [ OK ] TestViewAPI/34.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/34 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/35, where TypeParam = 7: [ RUN ] TestViewAPI/35.sizes 7: [ OK ] TestViewAPI/35.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/35 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/36, where TypeParam = 7: [ RUN ] TestViewAPI/36.sizes 7: [ OK ] TestViewAPI/36.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/36 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/37, where TypeParam = 7: [ RUN ] TestViewAPI/37.sizes 7: [ OK ] TestViewAPI/37.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/37 (0 ms total) 7: 7: [----------] 1 test from TestViewAPI/38, where TypeParam = 7: [ RUN ] TestViewAPI/38.sizes 7: [ OK ] TestViewAPI/38.sizes (0 ms) 7: [----------] 1 test from TestViewAPI/38 (0 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 59 tests from 41 test suites ran. (155 ms total) 7: [ PASSED ] 57 tests. 7: [ SKIPPED ] 2 tests, listed below: 7: [ SKIPPED ] defaultdevicetype.shared_space 7: [ SKIPPED ] defaultdevicetype.shared_host_pinned_space 7/49 Test #7: Kokkos_CoreUnitTest_Default ................................ Passed 0.16 sec test 8 Start 8: Kokkos_CoreUnitTest_InitializeFinalize 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 8: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 8: Test timeout computed to be: 1500 8: [==========] Running 30 tests from 7 test suites. 8: [----------] Global test environment set-up. 8: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (6 ms) 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (10 ms) 8: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 8: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (12 ms) 8: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (29 ms total) 8: 8: [----------] 4 tests from InitializeFinalize_DeathTest 8: [ RUN ] InitializeFinalize_DeathTest.initialize 8: [ OK ] InitializeFinalize_DeathTest.initialize (6 ms) 8: [ RUN ] InitializeFinalize_DeathTest.finalize 8: [ OK ] InitializeFinalize_DeathTest.finalize (5 ms) 8: [ RUN ] InitializeFinalize_DeathTest.is_initialized 8: [ OK ] InitializeFinalize_DeathTest.is_initialized (1 ms) 8: [ RUN ] InitializeFinalize_DeathTest.is_finalized 8: [ OK ] InitializeFinalize_DeathTest.is_finalized (1 ms) 8: [----------] 4 tests from InitializeFinalize_DeathTest (15 ms total) 8: 8: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 8: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 8: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (1 ms) 8: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (1 ms total) 8: 8: [----------] 1 test from Legion_DeathTest 8: [ RUN ] Legion_DeathTest.individual_backend_initialization 8: [ OK ] Legion_DeathTest.individual_backend_initialization (2 ms) 8: [----------] 1 test from Legion_DeathTest (2 ms total) 8: 8: [----------] 2 tests from PushFinalizeHook_DeathTest 8: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 8: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (1 ms) 8: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 8: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1 ms) 8: [----------] 2 tests from PushFinalizeHook_DeathTest (3 ms total) 8: 8: [----------] 6 tests from ScopeGuard_DeathTest 8: [ RUN ] ScopeGuard_DeathTest.create 8: [ OK ] ScopeGuard_DeathTest.create (1 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_argument 8: [ OK ] ScopeGuard_DeathTest.create_argument (1 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 8: [ OK ] ScopeGuard_DeathTest.create_while_initialize (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 8: [ OK ] ScopeGuard_DeathTest.create_after_initialize (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 8: [ OK ] ScopeGuard_DeathTest.create_after_finalize (2 ms) 8: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 8: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (2 ms) 8: [----------] 6 tests from ScopeGuard_DeathTest (12 ms total) 8: 8: [----------] 13 tests from defaultdevicetype 8: [ RUN ] defaultdevicetype.initialization_settings 8: [ OK ] defaultdevicetype.initialization_settings (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 8: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_device_id 8: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 8: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 8: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_help 8: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 8: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 8: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 8: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_num_threads 8: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_device_id 8: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_disable_warnings 8: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_tune_internals 8: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.visible_devices 8: [ OK ] defaultdevicetype.visible_devices (0 ms) 8: [----------] 13 tests from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 30 tests from 7 test suites ran. (66 ms total) 8: [ PASSED ] 30 tests. 8/49 Test #8: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 0.07 sec test 9 Start 9: Kokkos_CoreUnitTest_Develop 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 9: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 9: Test timeout computed to be: 1500 9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 9: Detected: 4 cores per node. 9: Detected: 1 MPI_ranks per node. 9: Requested: 8 threads per process. 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from defaultdevicetype 9: [ RUN ] defaultdevicetype.development_test 9: [ OK ] defaultdevicetype.development_test (0 ms) 9: [----------] 1 test from defaultdevicetype (0 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (0 ms total) 9: [ PASSED ] 1 test. 9/49 Test #9: Kokkos_CoreUnitTest_Develop ................................ Passed 0.00 sec test 10 Start 10: Kokkos_CoreUnitTest_KokkosP 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 10: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 10: Test timeout computed to be: 1500 10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 10: Detected: 4 cores per node. 10: Detected: 1 MPI_ranks per node. 10: Requested: 8 threads per process. 10: [==========] Running 31 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 31 tests from kokkosp 10: [ RUN ] kokkosp.test_named_instance_fence 10: Ref: 16777217 10: Ref: named_instance 10: 16777217 10: named_instance 10: [ OK ] kokkosp.test_named_instance_fence (0 ms) 10: [ RUN ] kokkosp.test_unnamed_instance_fence 10: Ref: 16777217 10: Ref: Unnamed Instance Fence 10: 16777217 10: Kokkos::OpenMP::fence: Unnamed Instance Fence 10: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 10: [ RUN ] kokkosp.test_named_global_fence 10: Ref: 16777216 10: Ref: test global fence 10: 16777216 10: test global fence 10: [ OK ] kokkosp.test_named_global_fence (0 ms) 10: [ RUN ] kokkosp.test_unnamed_global_fence 10: Ref: 16777216 10: Ref: Unnamed Global Fence 10: 16777216 10: Kokkos::fence: Unnamed Global Fence 10: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 10: [ RUN ] kokkosp.test_multiple_default_instances 10: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 10: [ RUN ] kokkosp.test_id_gen 10: [ OK ] kokkosp.test_id_gen (0 ms) 10: [ RUN ] kokkosp.test_kernel_sequence 10: Ref: 16777217 10: Ref: named_instance 10: 16777217 10: named_instance 10: Ref: 16777217 10: Ref: test_kernel 10: 16777217 10: named_instance 10: Miss on name 10: 16777217 10: test_kernel 10: [ OK ] kokkosp.test_kernel_sequence (0 ms) 10: [ RUN ] kokkosp.async_deep_copy 10: [ OK ] kokkosp.async_deep_copy (0 ms) 10: [ RUN ] kokkosp.parallel_for 10: [ OK ] kokkosp.parallel_for (0 ms) 10: [ RUN ] kokkosp.parallel_reduce 10: [ OK ] kokkosp.parallel_reduce (0 ms) 10: [ RUN ] kokkosp.parallel_scan 10: [ OK ] kokkosp.parallel_scan (0 ms) 10: [ RUN ] kokkosp.parallel_scan_no_fence 10: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 10: [ RUN ] kokkosp.parallel_scan_no_fence_view 10: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 10: [ RUN ] kokkosp.regions 10: [ OK ] kokkosp.regions (0 ms) 10: [ RUN ] kokkosp.fences 10: [ OK ] kokkosp.fences (0 ms) 10: [ RUN ] kokkosp.raw_allocation 10: [ OK ] kokkosp.raw_allocation (0 ms) 10: [ RUN ] kokkosp.view 10: [ OK ] kokkosp.view (0 ms) 10: [ RUN ] kokkosp.sections 10: [ OK ] kokkosp.sections (0 ms) 10: [ RUN ] kokkosp.metadata 10: [ OK ] kokkosp.metadata (0 ms) 10: [ RUN ] kokkosp.profile_events 10: [ OK ] kokkosp.profile_events (0 ms) 10: [ RUN ] kokkosp.no_init_kernel 10: [ OK ] kokkosp.no_init_kernel (0 ms) 10: [ RUN ] kokkosp.get_events 10: [ OK ] kokkosp.get_events (0 ms) 10: [ RUN ] kokkosp.kernel_name_parallel_for 10: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 10: [ RUN ] kokkosp.kernel_name_parallel_reduce 10: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 10: [ RUN ] kokkosp.kernel_name_parallel_scan 10: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 10: [ RUN ] kokkosp.kernel_name_internal 10: [ OK ] kokkosp.kernel_name_internal (0 ms) 10: [ RUN ] kokkosp.profiling_section 10: [ OK ] kokkosp.profiling_section (0 ms) 10: [ RUN ] kokkosp.scoped_profile_region 10: [ OK ] kokkosp.scoped_profile_region (0 ms) 10: [ RUN ] kokkosp.create_mirror_no_init 10: [ OK ] kokkosp.create_mirror_no_init (0 ms) 10: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 10: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 10: [ RUN ] kokkosp.create_mirror_view_and_copy 10: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 10: [----------] 31 tests from kokkosp (3 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 31 tests from 1 test suite ran. (3 ms total) 10: [ PASSED ] 31 tests. 10/49 Test #10: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.01 sec test 11 Start 11: Kokkos_CoreUnitTest_StackTraceTest 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 11: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 11: Test timeout computed to be: 1500 11: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 11: Detected: 4 cores per node. 11: Detected: 1 MPI_ranks per node. 11: Requested: 8 threads per process. 11: [==========] Running 3 tests from 2 test suites. 11: [----------] Global test environment set-up. 11: [----------] 2 tests from defaultdevicetype_DeathTest 11: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 11: Top of f1 11: Top of f0 11: Top of f0 11: test_f1: 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5618922bac29] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x56189225a43f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x561892252d63] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x1ef) [0x56189225556f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5618922984b1] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x561892288320] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x5618922887a5] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x561892289081] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x56189228a763] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x561892288a28] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x5618922515e7] 11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fc78873f1ca] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fc78873f28b] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x561892252b75] 11: 11: demangled test_f1: 11: [0x5618922bac29] Kokkos::Impl::save_stacktrace() 11: [0x56189225a43f] Test::stacktrace_test_f1(std::ostream&) 11: [0x561892252d63] Test::test_stacktrace(bool, bool) 11: [0x56189225556f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 11: [0x5618922984b1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x561892288320] 11: [0x5618922887a5] 11: [0x561892289081] 11: [0x56189228a763] testing::internal::UnitTestImpl::RunAllTests() 11: [0x561892288a28] testing::UnitTest::Run() 11: [0x5618922515e7] main 11: [0x7fc78873f1ca] 11: [0x7fc78873f28b] __libc_start_main 11: [0x561892252b75] _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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5618922bac29] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x56189225a43f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x56189225a698] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x5618922538ad] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x1ef) [0x56189225556f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x5618922984b1] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x561892288320] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x5618922887a5] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x561892289081] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x56189228a763] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x561892288a28] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x5618922515e7] 11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fc78873f1ca] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fc78873f28b] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x561892252b75] 11: 11: demangled test_f3: 11: [0x5618922bac29] Kokkos::Impl::save_stacktrace() 11: [0x56189225a43f] Test::stacktrace_test_f1(std::ostream&) 11: [0x56189225a698] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x5618922538ad] Test::test_stacktrace(bool, bool) 11: [0x56189225556f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 11: [0x5618922984b1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x561892288320] 11: [0x5618922887a5] 11: [0x561892289081] 11: [0x56189228a763] testing::internal::UnitTestImpl::RunAllTests() 11: [0x561892288a28] testing::UnitTest::Run() 11: [0x5618922515e7] main 11: [0x7fc78873f1ca] 11: [0x7fc78873f28b] __libc_start_main 11: [0x561892252b75] _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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x561cbd243c29] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x561cbd1e343f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x561cbd1dbd63] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x1ec) [0x561cbd1de7bc] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x561cbd2214b1] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x561cbd211320] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x561cbd2117a5] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x561cbd212081] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x561cbd213763] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x561cbd211a28] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x561cbd1da5e7] 11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fe0e9c7b1ca] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fe0e9c7b28b] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x561cbd1dbb75] 11: 11: demangled test_f1: 11: [0x561cbd243c29] Kokkos::Impl::save_stacktrace() 11: [0x561cbd1e343f] Test::stacktrace_test_f1(std::ostream&) 11: [0x561cbd1dbd63] Test::test_stacktrace(bool, bool) 11: [0x561cbd1de7bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 11: [0x561cbd2214b1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x561cbd211320] 11: [0x561cbd2117a5] 11: [0x561cbd212081] 11: [0x561cbd213763] testing::internal::UnitTestImpl::RunAllTests() 11: [0x561cbd211a28] testing::UnitTest::Run() 11: [0x561cbd1da5e7] main 11: [0x7fe0e9c7b1ca] 11: [0x7fe0e9c7b28b] __libc_start_main 11: [0x561cbd1dbb75] _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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x561cbd243c29] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x561cbd1e343f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x561cbd1e3698] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x561cbd1dc8ad] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x1ec) [0x561cbd1de7bc] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x561cbd2214b1] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x561cbd211320] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x561cbd2117a5] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x561cbd212081] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x561cbd213763] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x561cbd211a28] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x561cbd1da5e7] 11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fe0e9c7b1ca] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fe0e9c7b28b] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x561cbd1dbb75] 11: 11: demangled test_f3: 11: [0x561cbd243c29] Kokkos::Impl::save_stacktrace() 11: [0x561cbd1e343f] Test::stacktrace_test_f1(std::ostream&) 11: [0x561cbd1e3698] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x561cbd1dc8ad] Test::test_stacktrace(bool, bool) 11: [0x561cbd1de7bc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 11: [0x561cbd2214b1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x561cbd211320] 11: [0x561cbd2117a5] 11: [0x561cbd212081] 11: [0x561cbd213763] testing::internal::UnitTestImpl::RunAllTests() 11: [0x561cbd211a28] testing::UnitTest::Run() 11: [0x561cbd1da5e7] main 11: [0x7fe0e9c7b1ca] 11: [0x7fe0e9c7b28b] __libc_start_main 11: [0x561cbd1dbb75] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (2 ms) 11: [----------] 2 tests from defaultdevicetype_DeathTest (6 ms total) 11: 11: [----------] 1 test from defaultdevicetype 11: [ RUN ] defaultdevicetype.stacktrace_normal 11: Top of f1 11: Top of f0 11: Top of f0 11: test_f1: 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x564d85c2ec29] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x564d85bce43f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x53) [0x564d85bc6d63] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x564d85c0c4b1] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x564d85bfc320] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x564d85bfc7a5] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x564d85bfd081] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x564d85bfe763] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x564d85bfca28] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x564d85bc55e7] 11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fcf97a641ca] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fcf97a6428b] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x564d85bc6b75] 11: 11: demangled test_f1: 11: [0x564d85c2ec29] Kokkos::Impl::save_stacktrace() 11: [0x564d85bce43f] Test::stacktrace_test_f1(std::ostream&) 11: [0x564d85bc6d63] Test::test_stacktrace(bool, bool) 11: [0x564d85c0c4b1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x564d85bfc320] 11: [0x564d85bfc7a5] 11: [0x564d85bfd081] 11: [0x564d85bfe763] testing::internal::UnitTestImpl::RunAllTests() 11: [0x564d85bfca28] testing::UnitTest::Run() 11: [0x564d85bc55e7] main 11: [0x7fcf97a641ca] 11: [0x7fcf97a6428b] __libc_start_main 11: [0x564d85bc6b75] _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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x564d85c2ec29] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x5f) [0x564d85bce43f] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x564d85bce698] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb9d) [0x564d85bc78ad] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x51) [0x564d85c0c4b1] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x74320) [0x564d85bfc320] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x747a5) [0x564d85bfc7a5] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(+0x75081) [0x564d85bfd081] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x1043) [0x564d85bfe763] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x564d85bfca28] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x37) [0x564d85bc55e7] 11: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fcf97a641ca] 11: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fcf97a6428b] 11: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x564d85bc6b75] 11: 11: demangled test_f3: 11: [0x564d85c2ec29] Kokkos::Impl::save_stacktrace() 11: [0x564d85bce43f] Test::stacktrace_test_f1(std::ostream&) 11: [0x564d85bce698] Test::stacktrace_test_f3(std::ostream&, int) 11: [0x564d85bc78ad] Test::test_stacktrace(bool, bool) 11: [0x564d85c0c4b1] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 11: [0x564d85bfc320] 11: [0x564d85bfc7a5] 11: [0x564d85bfd081] 11: [0x564d85bfe763] testing::internal::UnitTestImpl::RunAllTests() 11: [0x564d85bfca28] testing::UnitTest::Run() 11: [0x564d85bc55e7] main 11: [0x7fcf97a641ca] 11: [0x7fcf97a6428b] __libc_start_main 11: [0x564d85bc6b75] _start 11: 11: Test setting std::terminate handler that prints the last saved stack trace 11: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 11: [----------] 1 test from defaultdevicetype (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 3 tests from 2 test suites ran. (7 ms total) 11: [ PASSED ] 3 tests. 11/49 Test #11: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.01 sec test 12 Start 12: Kokkos_IncrementalTest_OPENMP 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 12: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 12: Test timeout computed to be: 1500 12: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 12: Detected: 4 cores per node. 12: Detected: 1 MPI_ranks per node. 12: Requested: 8 threads per process. 12: [==========] Running 28 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 28 tests from OPENMP 12: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 12: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 12: [ RUN ] OPENMP.IncrTest_01_execspace 12: Host Parallel Execution Space: 12: KOKKOS_ENABLE_OPENMP: yes 12: 12: OpenMP Runtime Configuration: 12: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 12: OpenMP 12: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 12: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 12: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 12: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 12: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 12: [ RUN ] OPENMP.IncrTest_02_AtomicSub 12: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 12: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 12: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 12: [ RUN ] OPENMP.IncrTest_03b_memspace_free 12: [ OK ] OPENMP.IncrTest_03b_memspace_free (25 ms) 12: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 12: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 12: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 12: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 12: [ RUN ] OPENMP.IncrTest_05_reduction 12: [ OK ] OPENMP.IncrTest_05_reduction (49 ms) 12: [ RUN ] OPENMP.IncrTest_06_mdrange2D 12: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 12: [ RUN ] OPENMP.IncrTest_06_mdrange3D 12: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 12: [ RUN ] OPENMP.IncrTest_06_mdrange4D 12: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 12: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 12: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 12: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 12: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 12: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 12: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 12: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 12: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (1 ms) 12: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 12: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 12: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 12: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 12: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 12: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (97 ms) 12: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 12: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms) 12: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 12: [ OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms) 12: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 12: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 12: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 12: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 12: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 12: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 12: [ RUN ] OPENMP.incr_14_MDrangeReduce 12: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 12: [ RUN ] OPENMP.IncrTest_16_parallelscan 12: [ OK ] OPENMP.IncrTest_16_parallelscan (1 ms) 12: [ RUN ] OPENMP.incr_17_atomicView 12: [ OK ] OPENMP.incr_17_atomicView (0 ms) 12: [----------] 28 tests from OPENMP (184 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 28 tests from 1 test suite ran. (184 ms total) 12: [ PASSED ] 28 tests. 12/49 Test #12: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.19 sec test 13 Start 13: Kokkos_IncrementalTest_SERIAL 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 13: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 13: Test timeout computed to be: 1500 13: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 13: Detected: 4 cores per node. 13: Detected: 1 MPI_ranks per node. 13: Requested: 8 threads per process. 13: [==========] Running 28 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 28 tests from SERIAL 13: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 13: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 13: [ RUN ] SERIAL.IncrTest_01_execspace 13: Host Serial Execution Space: 13: KOKKOS_ENABLE_SERIAL: yes 13: 13: Serial Runtime Configuration: 13: Serial 13: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 13: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 13: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 13: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 13: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 13: [ RUN ] SERIAL.IncrTest_02_AtomicSub 13: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 13: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 13: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 13: [ RUN ] SERIAL.IncrTest_03b_memspace_free 13: [ OK ] SERIAL.IncrTest_03b_memspace_free (31 ms) 13: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 13: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 13: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 13: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 13: [ RUN ] SERIAL.IncrTest_05_reduction 13: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 13: [ RUN ] SERIAL.IncrTest_06_mdrange2D 13: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 13: [ RUN ] SERIAL.IncrTest_06_mdrange3D 13: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 13: [ RUN ] SERIAL.IncrTest_06_mdrange4D 13: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 13: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 13: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 13: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 13: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 13: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 13: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 13: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 13: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 13: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 13: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 13: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 13: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 13: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 13: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (130 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 (166 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 28 tests from 1 test suite ran. (166 ms total) 13: [ PASSED ] 28 tests. 13/49 Test #13: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.17 sec test 14 Start 14: Kokkos_CoreUnitTest_CTestDevice 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 14: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 14: Test timeout computed to be: 1500 14: [==========] Running 8 tests from 2 test suites. 14: [----------] Global test environment set-up. 14: [----------] 5 tests from ctest_environment_DeathTest 14: [ RUN ] ctest_environment_DeathTest.invalid_rank 14: [ OK ] ctest_environment_DeathTest.invalid_rank (2 ms) 14: [ RUN ] ctest_environment_DeathTest.no_type_str 14: [ OK ] ctest_environment_DeathTest.no_type_str (1 ms) 14: [ RUN ] ctest_environment_DeathTest.missing_type 14: [ OK ] ctest_environment_DeathTest.missing_type (3 ms) 14: [ RUN ] ctest_environment_DeathTest.no_id_str 14: [ OK ] ctest_environment_DeathTest.no_id_str (1 ms) 14: [ RUN ] ctest_environment_DeathTest.invalid_id_str 14: [ OK ] ctest_environment_DeathTest.invalid_id_str (3 ms) 14: [----------] 5 tests from ctest_environment_DeathTest (12 ms total) 14: 14: [----------] 3 tests from ctest_environment 14: [ RUN ] ctest_environment.no_device_type 14: [ OK ] ctest_environment.no_device_type (0 ms) 14: [ RUN ] ctest_environment.no_process_count 14: [ OK ] ctest_environment.no_process_count (0 ms) 14: [ RUN ] ctest_environment.good 14: [ OK ] ctest_environment.good (0 ms) 14: [----------] 3 tests from ctest_environment (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 8 tests from 2 test suites ran. (12 ms total) 14: [ PASSED ] 8 tests. 14/49 Test #14: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.02 sec test 15 Start 15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 15: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 15: Test timeout computed to be: 1500 15/49 Test #15: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.00 sec test 16 Start 16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 16: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 16: Test timeout computed to be: 1500 16: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 16/49 Test #16: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 17 Start 17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 17: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 17: Test timeout computed to be: 1500 17/49 Test #17: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 18 Start 18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 18: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 18: Environment variables: 18: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 18: Test timeout computed to be: 1500 18/49 Test #18: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 19 Start 19: Kokkos_PerformanceTest_Benchmark 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T14-52-53.json" 19: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 19: Test timeout computed to be: 1500 19: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 19: Detected: 4 cores per node. 19: Detected: 1 MPI_ranks per node. 19: Requested: 8 threads per process. 19: 2025-09-23T15:17:25+00:00 19: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 19: Run on (4 X 2000 MHz CPU s) 19: CPU Caches: 19: L1 Data 64 KiB (x4) 19: L1 Instruction 64 KiB (x4) 19: L2 Unified 512 KiB (x4) 19: L3 Unified 16384 KiB (x4) 19: Load Average: 7.46, 7.35, 7.38 19: CPU architecture: none 19: Default Device: OpenMP 19: GIT_BRANCH: HEAD 19: GIT_CLEAN_STATUS: CLEAN 19: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 19: GIT_COMMIT_DESCRIPTION: Update desul hash 19: GIT_COMMIT_HASH: 79cbad54b 19: GPU architecture: none 19: KOKKOS_COMPILER_GNU: 1050 19: KOKKOS_ENABLE_ASM: yes 19: KOKKOS_ENABLE_CXX20: yes 19: KOKKOS_ENABLE_CXX23: no 19: KOKKOS_ENABLE_CXX26: no 19: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 19: KOKKOS_ENABLE_HWLOC: no 19: KOKKOS_ENABLE_LIBDL: no 19: KOKKOS_ENABLE_OPENMP: yes 19: KOKKOS_ENABLE_PRAGMA_IVDEP: no 19: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 19: KOKKOS_ENABLE_PRAGMA_UNROLL: no 19: KOKKOS_ENABLE_PRAGMA_VECTOR: no 19: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 19: Kokkos Version: 4.7.99 19: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 19: mdspan: enabled 19: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 19: platform: 64bit 19: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: Benchmark Time CPU Iterations Count Time normalized 19: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: GramSchmidt/Count:1024/iterations:5/manual_time 0.051 s 0.022 s 5 1024 49.6059u 19: GramSchmidt/Count:2048/iterations:5/manual_time 0.051 s 0.021 s 5 2.048k 25.0356u 19: GramSchmidt/Count:4096/iterations:5/manual_time 0.053 s 0.022 s 5 4.096k 13.1974u 19: GramSchmidt/Count:8192/iterations:5/manual_time 0.054 s 0.023 s 5 8.192k 6.55545u 19: GramSchmidt/Count:16384/iterations:5/manual_time 0.057 s 0.026 s 5 16.384k 3.48267u 19: GramSchmidt/Count:32768/iterations:5/manual_time 0.064 s 0.031 s 5 32.768k 1.9837u 19: GramSchmidt/Count:65536/iterations:5/manual_time 0.074 s 0.040 s 5 65.536k 1085.04n 19: GramSchmidt/Count:131072/iterations:5/manual_time 0.091 s 0.058 s 5 131.072k 696.604n 19: GramSchmidt/Count:262144/iterations:5/manual_time 0.140 s 0.089 s 5 262.144k 553.33n 19: GramSchmidt/Count:524288/iterations:5/manual_time 0.228 s 0.152 s 5 524.288k 401.237n 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 19: Benchmark Time CPU Iterations FOM: GB/s Max 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 19: CustomReduction/N:100000/R:1000/manual_time 4.45 s 4.68 s 1 0.0404444/s 11.5 19: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 19: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: OverlapRangePolicy/N:2000/M:10000/R:10 0.661 s 0.322 s 2 0.0288706 0.0626008 0.0987115 0.222462 0.048851 0.0490804 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: OverlapMDRangePolicy/N:200/M:10000/R:10 0.172 s 0.082 s 9 2.53321m 0.0454177 9.77614m 0.0503207 5.07158m 4.90811m 19: OverlapTeamPolicy/N:20/M:1000000/R:10 0.720 s 0.352 s 2 0.0322105 0.0894286 0.113302 0.224827 0.0571557 0.056486 19: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: Benchmark Time CPU Iterations Count Time normalized 19: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 58.0459n 19: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 34.8193n 19: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 25.7126n 19: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 23.142n 19: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 20.3624n 19: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.001 s 0.000 s 5 32.768k 18.5457n 19: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.001 s 0.001 s 5 65.536k 17.0362n 19: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.002 s 0.003 s 5 131.072k 16.8392n 19: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.005 s 0.011 s 5 262.144k 17.3138n 19: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.009 s 0.025 s 5 524.288k 17.2194n 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: Benchmark Time CPU Iterations FOM: rate 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 19: Malloc/N:1/manual_time 0.078 us 0.204 us 8779388 12.7933M/s 19: Malloc/N:16/manual_time 0.078 us 0.205 us 8962636 12.7765M/s 19: Malloc/N:256/manual_time 0.080 us 0.207 us 8734623 12.5704M/s 19: Malloc/N:4096/manual_time 0.138 us 0.302 us 5702670 7.23148M/s 19: Malloc/N:65536/manual_time 0.164 us 0.340 us 4531351 6.08163M/s 19: Malloc/N:1048576/manual_time 0.109 us 0.253 us 5209303 9.15649M/s 19: Malloc/N:16777216/manual_time 0.110 us 0.255 us 6453800 9.12463M/s 19: Malloc/N:268435456/manual_time 2.62 us 7.88 us 258650 381.282k/s 19: Malloc/N:4294967296/manual_time 3.39 us 15.0 us 224428 295.377k/s 19: MallocFree/N:1/manual_time 0.210 us 0.250 us 3423326 4.75979M/s 19: MallocFree/N:16/manual_time 0.207 us 0.247 us 3458359 4.82125M/s 19: MallocFree/N:256/manual_time 0.182 us 0.221 us 3814430 5.4968M/s 19: MallocFree/N:4096/manual_time 0.259 us 0.298 us 2717239 3.85601M/s 19: MallocFree/N:65536/manual_time 0.274 us 0.313 us 2554126 3.64406M/s 19: MallocFree/N:1048576/manual_time 0.230 us 0.268 us 3010695 4.35674M/s 19: MallocFree/N:16777216/manual_time 0.225 us 0.264 us 3088377 4.44669M/s 19: MallocFree/N:268435456/manual_time 7.80 us 7.62 us 89910 128.13k/s 19: MallocFree/N:4294967296/manual_time 14.2 us 13.8 us 49225 70.669k/s 19: MallocTouch/N:1/manual_time 43.5 us 17.3 us 15338 22.9926k/s 19: MallocTouch/N:16/manual_time 43.8 us 17.6 us 16288 22.8068k/s 19: MallocTouch/N:256/manual_time 46.8 us 20.1 us 15327 21.3697k/s 19: MallocTouch/N:4096/manual_time 45.9 us 19.9 us 15290 21.7856k/s 19: MallocTouch/N:65536/manual_time 44.5 us 18.2 us 15324 22.4527k/s 19: MallocTouch/N:1048576/manual_time 44.8 us 18.0 us 15589 22.3197k/s 19: MallocTouch/N:16777216/manual_time 63.0 us 27.8 us 11194 15.8828k/s 19: MallocTouch/N:268435456/manual_time 37053 us 33276 us 19 26.9885/s 19: MallocTouch/N:4294967296/manual_time 586421 us 446719 us 1 1.70526/s 19: MallocTouchFree/N:1/manual_time 43.5 us 17.4 us 15944 22.9926k/s 19: MallocTouchFree/N:16/manual_time 43.1 us 17.5 us 16008 23.1888k/s 19: MallocTouchFree/N:256/manual_time 43.3 us 17.4 us 16392 23.1157k/s 19: MallocTouchFree/N:4096/manual_time 43.4 us 17.7 us 16117 23.0425k/s 19: MallocTouchFree/N:65536/manual_time 43.6 us 17.7 us 16193 22.9143k/s 19: MallocTouchFree/N:1048576/manual_time 44.8 us 17.8 us 14848 22.3198k/s 19: MallocTouchFree/N:16777216/manual_time 66.6 us 26.4 us 10687 15.0239k/s 19: MallocTouchFree/N:268435456/manual_time 56048 us 35924 us 13 17.8418/s 19: MallocTouchFree/N:4294967296/manual_time 763577 us 463355 us 1 1.30963/s 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 19: Benchmark Time CPU Iterations FOM: GB/s MB 19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 19: ViewAllocate_Rank1/N:10/manual_time 0.128 s 0.102 s 6 6.25857/s 800 19: ViewAllocate_Rank1/N:10/manual_time 0.107 s 0.090 s 7 7.47688/s 800 19: ViewAllocate_Rank2/N:10/manual_time 0.107 s 0.091 s 7 7.47341/s 800 19: ViewAllocate_Rank2/N:10/manual_time 0.109 s 0.086 s 7 7.35785/s 800 19: ViewAllocate_Rank3/N:10/manual_time 0.109 s 0.088 s 6 7.33138/s 800 19: ViewAllocate_Rank3/N:10/manual_time 0.109 s 0.086 s 6 7.36479/s 800 19: ViewAllocate_Rank4/N:10/manual_time 0.108 s 0.087 s 5 7.37916/s 800 19: ViewAllocate_Rank4/N:10/manual_time 0.108 s 0.086 s 6 7.4057/s 800 19: ViewAllocate_Rank5/N:10/manual_time 0.108 s 0.087 s 6 7.41954/s 800 19: ViewAllocate_Rank5/N:10/manual_time 0.112 s 0.093 s 6 7.17329/s 800 19: ViewAllocate_Rank6/N:10/manual_time 0.112 s 0.096 s 6 7.13904/s 800 19: ViewAllocate_Rank6/N:10/manual_time 0.112 s 0.097 s 7 7.1534/s 800 19: ViewAllocate_Rank7/N:10/manual_time 0.108 s 0.092 s 6 7.41509/s 800 19: ViewAllocate_Rank7/N:10/manual_time 0.109 s 0.091 s 6 7.31866/s 800 19: ViewAllocate_Rank8/N:10/manual_time 0.108 s 0.092 s 6 7.37672/s 800 19: ViewAllocate_Rank8/N:10/manual_time 0.108 s 0.091 s 6 7.39913/s 800 19: ViewDeepCopy_Rank1/N:10/manual_time 0.046 s 0.021 s 15 34.9207/s 1.6k 19: ViewDeepCopy_Rank1/N:10/manual_time 0.046 s 0.021 s 15 34.6529/s 1.6k 19: ViewDeepCopy_Rank1/N:10/manual_time 0.046 s 0.021 s 15 34.4224/s 1.6k 19: ViewDeepCopy_Rank2/N:10/manual_time 0.045 s 0.022 s 16 35.7218/s 1.6k 19: ViewDeepCopy_Rank3/N:10/manual_time 0.043 s 0.021 s 16 36.7991/s 1.6k 19: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.040 s 0.019 s 18 20.013/s 800 19: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.040 s 0.019 s 18 20.1931/s 800 19: ViewDeepCopy_Rank1/N:10/manual_time 0.066 s 0.022 s 10 24.3932/s 1.6k 19: ViewDeepCopy_Rank2/N:10/manual_time 0.043 s 0.021 s 17 36.8167/s 1.6k 19: ViewDeepCopy_Rank3/N:10/manual_time 0.045 s 0.021 s 16 35.8905/s 1.6k 19: ViewDeepCopy_Rank1/N:10/manual_time 0.044 s 0.022 s 16 36.6616/s 1.6k 19: ViewDeepCopy_Rank2/N:10/manual_time 0.343 s 0.171 s 2 4.66861/s 1.6k 19: ViewDeepCopy_Rank3/N:10/manual_time 0.339 s 0.168 s 2 4.72111/s 1.6k 19: ViewDeepCopy_Rank1/N:10/manual_time 0.043 s 0.021 s 16 37.2234/s 1.6k 19: ViewDeepCopy_Rank2/N:10/manual_time 0.350 s 0.169 s 2 4.57437/s 1.6k 19: ViewDeepCopy_Rank3/N:10/manual_time 0.255 s 0.127 s 3 6.28623/s 1.6k 19: ViewDeepCopy_Rank4/N:10/manual_time 0.045 s 0.022 s 14 35.4298/s 1.6k 19: ViewDeepCopy_Rank5/N:10/manual_time 0.044 s 0.022 s 16 36.3611/s 1.6k 19: ViewDeepCopy_Rank4/N:10/manual_time 0.044 s 0.022 s 16 36.3994/s 1.6k 19: ViewDeepCopy_Rank5/N:10/manual_time 0.044 s 0.022 s 16 36.6721/s 1.6k 19: ViewDeepCopy_Rank4/N:10/manual_time 0.366 s 0.181 s 2 4.37274/s 1.6k 19: ViewDeepCopy_Rank5/N:10/manual_time 0.494 s 0.247 s 2 3.23695/s 1.6k 19: ViewDeepCopy_Rank4/N:10/manual_time 0.361 s 0.179 s 2 4.4379/s 1.6k 19: ViewDeepCopy_Rank5/N:10/manual_time 0.531 s 0.241 s 1 3.01264/s 1.6k 19: ViewDeepCopy_Rank6/N:10/manual_time 0.052 s 0.026 s 15 30.6729/s 1.6k 19: ViewDeepCopy_Rank6/N:10/manual_time 0.051 s 0.025 s 14 31.4366/s 1.6k 19: ViewDeepCopy_Rank6/N:10/manual_time 0.887 s 0.313 s 1 1.80379/s 1.6k 19: ViewDeepCopy_Rank6/N:10/manual_time 0.453 s 0.223 s 2 3.53033/s 1.6k 19: ViewDeepCopy_Rank7/N:10/manual_time 0.050 s 0.025 s 14 31.8706/s 1.6k 19: ViewDeepCopy_Rank7/N:10/manual_time 0.050 s 0.025 s 14 31.7852/s 1.6k 19: ViewDeepCopy_Rank7/N:10/manual_time 0.324 s 0.161 s 2 4.93964/s 1.6k 19: ViewDeepCopy_Rank7/N:10/manual_time 0.323 s 0.162 s 2 4.95885/s 1.6k 19: ViewDeepCopy_Rank8/N:10/manual_time 0.051 s 0.025 s 13 31.308/s 1.6k 19: ViewDeepCopy_Rank8/N:10/manual_time 0.051 s 0.025 s 13 31.1797/s 1.6k 19: ViewDeepCopy_Rank8/N:10/manual_time 0.385 s 0.194 s 2 4.15527/s 1.6k 19: ViewDeepCopy_Rank8/N:10/manual_time 0.298 s 0.147 s 2 5.37641/s 1.6k 19: ViewDeepCopy_Raw/N:10/manual_time 0.043 s 0.021 s 16 37.1369/s 1.6k 19: ViewDeepCopy_Raw/N:10/manual_time 0.047 s 0.021 s 16 34.3272/s 1.6k 19: ViewDeepCopy_Raw/N:10/manual_time 0.043 s 0.021 s 16 37.1561/s 1.6k 19: ViewDeepCopy_Raw/N:10/manual_time 0.044 s 0.022 s 16 36.2161/s 1.6k 19: ViewFill_Rank1/N:10/manual_time 0.029 s 0.015 s 24 27.2147/s 800 19: ViewFill_Rank1/N:10/manual_time 0.029 s 0.014 s 24 27.3761/s 800 19: ViewFill_Rank1/N:10/manual_time 0.029 s 0.014 s 24 27.6597/s 800 19: ViewFill_Rank1/N:10/manual_time 0.029 s 0.014 s 24 27.2449/s 800 19: ViewFill_Rank2/N:10/manual_time 0.029 s 0.014 s 24 27.5434/s 800 19: ViewFill_Rank2/N:10/manual_time 0.029 s 0.014 s 24 27.6477/s 800 19: ViewFill_Rank3/N:10/manual_time 0.029 s 0.015 s 24 27.3868/s 800 19: ViewFill_Rank3/N:10/manual_time 0.029 s 0.014 s 24 27.5503/s 800 19: ViewFill_Rank1Strided/N:10/manual_time 0.065 s 0.016 s 10 6.19105/s 400 19: ViewFill_Rank4/N:10/manual_time 0.030 s 0.015 s 23 26.8653/s 800 19: ViewFill_Rank4/N:10/manual_time 0.030 s 0.015 s 24 26.7138/s 800 19: ViewFill_Rank5/N:10/manual_time 0.029 s 0.014 s 24 27.6473/s 800 19: ViewFill_Rank5/N:10/manual_time 0.029 s 0.014 s 24 27.7556/s 800 19: ViewFill_Rank6/N:10/manual_time 0.029 s 0.014 s 24 27.6232/s 800 19: ViewFill_Rank6/N:10/manual_time 0.029 s 0.014 s 24 27.5456/s 800 19: ViewFill_Rank7/N:10/manual_time 0.029 s 0.014 s 24 27.78/s 800 19: ViewFill_Rank7/N:10/manual_time 0.029 s 0.014 s 24 27.6954/s 800 19: ViewFill_Rank8/N:10/manual_time 0.029 s 0.014 s 24 27.3259/s 800 19: ViewFill_Rank8/N:10/manual_time 0.029 s 0.014 s 24 27.1768/s 800 19: ViewFill_Raw/N:10/manual_time 0.030 s 0.015 s 23 26.5159/s 800 19: ViewFill_Raw/N:10/manual_time 0.030 s 0.015 s 24 26.7976/s 800 19: ViewResize_Rank1/N:10/iterations:10/manual_time 0.016 s 0.008 s 10 97.8023/s 1.6k 19: ViewResize_Rank1/N:10/iterations:10/manual_time 0.016 s 0.008 s 10 100.026/s 1.6k 19: ViewResize_Rank2/N:10/iterations:10/manual_time 0.017 s 0.008 s 10 95.5938/s 1.6k 19: ViewResize_Rank2/N:10/iterations:10/manual_time 0.017 s 0.008 s 10 93.137/s 1.6k 19: ViewResize_Rank3/N:10/iterations:10/manual_time 0.018 s 0.009 s 10 90.1178/s 1.6k 19: ViewResize_Rank3/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 69.9798/s 1.6k 19: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.012 s 0.006 s 10 136.486/s 1.6k 19: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.012 s 0.006 s 10 136.838/s 1.6k 19: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.014 s 0.007 s 10 115.842/s 1.6k 19: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.013 s 0.006 s 10 121.845/s 1.6k 19: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.015 s 0.007 s 10 107.499/s 1.6k 19: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 76.6885/s 1.6k 19: ViewResize_Rank4/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 69.9723/s 1.6k 19: ViewResize_Rank4/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 70.8064/s 1.6k 19: ViewResize_Rank5/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 69.8489/s 1.6k 19: ViewResize_Rank5/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 69.9815/s 1.6k 19: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.022 s 0.011 s 10 73.712/s 1.6k 19: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 76.8538/s 1.6k 19: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 75.2627/s 1.6k 19: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.020 s 0.010 s 10 78.2453/s 1.6k 19: ViewResize_Rank6/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 70.4552/s 1.6k 19: ViewResize_Rank6/N:10/iterations:10/manual_time 0.022 s 0.011 s 10 71.5811/s 1.6k 19: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.023 s 0.011 s 10 70.7478/s 1.6k 19: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.021 s 0.010 s 10 76.7141/s 1.6k 19: ViewResize_Rank7/N:10/iterations:10/manual_time 0.022 s 0.011 s 10 73.3457/s 1.6k 19: ViewResize_Rank7/N:10/iterations:10/manual_time 0.029 s 0.014 s 10 55.4513/s 1.6k 19: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.020 s 0.010 s 10 79.509/s 1.6k 19: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.030 s 0.015 s 10 52.6487/s 1.6k 19: ViewResize_Rank8/N:10/iterations:10/manual_time 0.031 s 0.015 s 10 52.2621/s 1.6k 19: ViewResize_Rank8/N:10/iterations:10/manual_time 0.024 s 0.012 s 10 66.974/s 1.6k 19: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.026 s 0.013 s 10 61.0625/s 1.6k 19: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.031 s 0.015 s 10 51.0386/s 1.6k 19: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.129 s 0.092 s 10 12.4343/s 1.6k 19: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.127 s 0.092 s 10 12.5529/s 1.6k 19/49 Test #19: Kokkos_PerformanceTest_Benchmark ........................... Passed 207.43 sec test 20 Start 20: Kokkos_Benchmark_Atomic_MinMax 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T14-52-53.json" 20: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 20: Test timeout computed to be: 1500 20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 20: Detected: 4 cores per node. 20: Detected: 1 MPI_ranks per node. 20: Requested: 8 threads per process. 20: 2025-09-23T15:20:52+00:00 20: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 20: Run on (4 X 2000 MHz CPU s) 20: CPU Caches: 20: L1 Data 64 KiB (x4) 20: L1 Instruction 64 KiB (x4) 20: L2 Unified 512 KiB (x4) 20: L3 Unified 16384 KiB (x4) 20: Load Average: 6.09, 6.36, 6.95 20: CPU architecture: none 20: Default Device: OpenMP 20: GIT_BRANCH: HEAD 20: GIT_CLEAN_STATUS: CLEAN 20: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 20: GIT_COMMIT_DESCRIPTION: Update desul hash 20: GIT_COMMIT_HASH: 79cbad54b 20: GPU architecture: none 20: KOKKOS_COMPILER_GNU: 1050 20: KOKKOS_ENABLE_ASM: yes 20: KOKKOS_ENABLE_CXX20: yes 20: KOKKOS_ENABLE_CXX23: no 20: KOKKOS_ENABLE_CXX26: no 20: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 20: KOKKOS_ENABLE_HWLOC: no 20: KOKKOS_ENABLE_LIBDL: no 20: KOKKOS_ENABLE_OPENMP: yes 20: KOKKOS_ENABLE_PRAGMA_IVDEP: no 20: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 20: KOKKOS_ENABLE_PRAGMA_UNROLL: no 20: KOKKOS_ENABLE_PRAGMA_VECTOR: no 20: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 20: Kokkos Version: 4.7.99 20: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 20: mdspan: enabled 20: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 20: platform: 64bit 20: ---------------------------------------------------------------------------------------------------------------------------------------- 20: Benchmark Time CPU Iterations 20: ---------------------------------------------------------------------------------------------------------------------------------------- 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.001 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.001 s 10 20: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.002 s 0.001 s 10 20: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 20: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.002 s 10 20: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.003 s 0.002 s 10 20/49 Test #20: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.78 sec test 21 Start 21: Kokkos_PerformanceTest_ViewFirstTouch 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T14-52-53.json" 21: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 21: Test timeout computed to be: 1500 21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 21: Detected: 4 cores per node. 21: Detected: 1 MPI_ranks per node. 21: Requested: 8 threads per process. 21: 2025-09-23T15:20:53+00:00 21: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 21: Run on (4 X 2000 MHz CPU s) 21: CPU Caches: 21: L1 Data 64 KiB (x4) 21: L1 Instruction 64 KiB (x4) 21: L2 Unified 512 KiB (x4) 21: L3 Unified 16384 KiB (x4) 21: Load Average: 6.09, 6.36, 6.95 21: CPU architecture: none 21: Default Device: OpenMP 21: GIT_BRANCH: HEAD 21: GIT_CLEAN_STATUS: CLEAN 21: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 21: GIT_COMMIT_DESCRIPTION: Update desul hash 21: GIT_COMMIT_HASH: 79cbad54b 21: GPU architecture: none 21: KOKKOS_COMPILER_GNU: 1050 21: KOKKOS_ENABLE_ASM: yes 21: KOKKOS_ENABLE_CXX20: yes 21: KOKKOS_ENABLE_CXX23: no 21: KOKKOS_ENABLE_CXX26: no 21: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 21: KOKKOS_ENABLE_HWLOC: no 21: KOKKOS_ENABLE_LIBDL: no 21: KOKKOS_ENABLE_OPENMP: yes 21: KOKKOS_ENABLE_PRAGMA_IVDEP: no 21: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 21: KOKKOS_ENABLE_PRAGMA_UNROLL: no 21: KOKKOS_ENABLE_PRAGMA_VECTOR: no 21: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 21: Kokkos Version: 4.7.99 21: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 21: mdspan: enabled 21: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 21: platform: 64bit 21: ------------------------------------------------------------------------------------------------------------------------------------ 21: Benchmark Time CPU Iterations FOM: GB/s MB 21: ------------------------------------------------------------------------------------------------------------------------------------ 21: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 1287760 0.94177/s 512u 21: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 1148932 6.71996/s 4.096m 21: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 763670 35.674/s 0.032768 21: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 14128 5.23698/s 0.262144 21: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 11697 34.8987/s 2.09715 21: ViewFirstTouch_Initialize/N:2097152/manual_time 0.000 s 0.000 s 5351 135.455/s 16.7772 21: ViewFirstTouch_Initialize/N:16777216/manual_time 0.019 s 0.019 s 36 6.92333/s 134.218 21: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 14453 0.0227064/s 1024u 21: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 14907 0.179444/s 8.192m 21: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 13096 1.21074/s 0.065536 21: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 12758 9.07405/s 0.524288 21: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 6314 45.3649/s 4.1943 21: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.000 s 1841 88.6594/s 33.5544 21: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.006 s 0.019 s 128 47.2108/s 268.435 21: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 2329020 3.37431/s 1024u 21: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 2376523 27.8843/s 8.192m 21: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 1103200 102.72/s 0.065536 21: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 14397 10.705/s 0.524288 21: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 12175 71.3865/s 4.1943 21: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 5862 280.063/s 33.5544 21: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.006 s 0.003 s 124 47.7935/s 268.435 21: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 16001 0.0232219/s 1024u 21: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 15986 0.185686/s 8.192m 21: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 15384 1.42848/s 0.065536 21: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 14422 10.5242/s 0.524288 21: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 11404 66.9337/s 4.1943 21: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 5605 257.648/s 33.5544 21: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.005 s 0.003 s 126 50.2999/s 268.435 21/49 Test #21: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 34.44 sec test 22 Start 22: Kokkos_PerformanceTest_Mempool 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T14-52-53.json" 22: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 22: Test timeout computed to be: 1500 22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 22: Detected: 4 cores per node. 22: Detected: 1 MPI_ranks per node. 22: Requested: 8 threads per process. 22: 2025-09-23T15:21:27+00:00 22: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 22: Run on (4 X 2000 MHz CPU s) 22: CPU Caches: 22: L1 Data 64 KiB (x4) 22: L1 Instruction 64 KiB (x4) 22: L2 Unified 512 KiB (x4) 22: L3 Unified 16384 KiB (x4) 22: Load Average: 4.85, 6.01, 6.81 22: CPU architecture: none 22: Default Device: OpenMP 22: GIT_BRANCH: HEAD 22: GIT_CLEAN_STATUS: CLEAN 22: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 22: GIT_COMMIT_DESCRIPTION: Update desul hash 22: GIT_COMMIT_HASH: 79cbad54b 22: GPU architecture: none 22: KOKKOS_COMPILER_GNU: 1050 22: KOKKOS_ENABLE_ASM: yes 22: KOKKOS_ENABLE_CXX20: yes 22: KOKKOS_ENABLE_CXX23: no 22: KOKKOS_ENABLE_CXX26: no 22: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 22: KOKKOS_ENABLE_HWLOC: no 22: KOKKOS_ENABLE_LIBDL: no 22: KOKKOS_ENABLE_OPENMP: yes 22: KOKKOS_ENABLE_PRAGMA_IVDEP: no 22: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 22: KOKKOS_ENABLE_PRAGMA_UNROLL: no 22: KOKKOS_ENABLE_PRAGMA_VECTOR: no 22: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 22: Kokkos Version: 4.7.99 22: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 22: mdspan: enabled 22: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 22: platform: 64bit 22: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations FOM: fill ops per second 22: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.001 s 0.000 s 1186 9.59295M/s 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Benchmark Time CPU Iterations FOM: cycle ops per second 22: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 22: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2604 40.7768M/s 22/49 Test #22: Kokkos_PerformanceTest_Mempool ............................. Passed 1.82 sec test 23 Start 23: Kokkos_PerformanceTest_Atomic 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T14-52-53.json" 23: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 23: Test timeout computed to be: 1500 23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 23: Detected: 4 cores per node. 23: Detected: 1 MPI_ranks per node. 23: Requested: 8 threads per process. 23: 2025-09-23T15:21:29+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 23: Run on (4 X 2000 MHz CPU s) 23: CPU Caches: 23: L1 Data 64 KiB (x4) 23: L1 Instruction 64 KiB (x4) 23: L2 Unified 512 KiB (x4) 23: L3 Unified 16384 KiB (x4) 23: Load Average: 4.78, 5.97, 6.79 23: CPU architecture: none 23: Default Device: OpenMP 23: GIT_BRANCH: HEAD 23: GIT_CLEAN_STATUS: CLEAN 23: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 23: GIT_COMMIT_DESCRIPTION: Update desul hash 23: GIT_COMMIT_HASH: 79cbad54b 23: GPU architecture: none 23: KOKKOS_COMPILER_GNU: 1050 23: KOKKOS_ENABLE_ASM: yes 23: KOKKOS_ENABLE_CXX20: yes 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_CXX26: no 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_LIBDL: no 23: KOKKOS_ENABLE_OPENMP: yes 23: KOKKOS_ENABLE_PRAGMA_IVDEP: no 23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 23: KOKKOS_ENABLE_PRAGMA_UNROLL: no 23: KOKKOS_ENABLE_PRAGMA_VECTOR: no 23: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 23: Kokkos Version: 4.7.99 23: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 23: mdspan: enabled 23: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 23: platform: 64bit 23: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 23: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Test_Atomic/30000/iterations:10 0.015 s 0.008 s 10 1 4 0.220532 0.0210128 303.667u 449.985M 324.242M 449.985M 23: Test_Atomic/100000/iterations:10 0.048 s 0.024 s 10 1 8 0.217992 8.86664m 599.39u 4.99995G 1.94858G 4.99995G 23: Test_Atomic/100000/iterations:10 0.049 s 0.024 s 10 1 8 0.220519 0.0108086 598.7u 4.99995G 2.793G 4.99995G 23: Test_Atomic/100000/iterations:10 0.049 s 0.024 s 10 1 4 0.223792 0.0141504 300.2u 704.983M 1.56398G 704.983M 23: Test_Atomic/100000/iterations:10 0.050 s 0.024 s 10 1 8 0.22172 0.0133994 299.8u 4.99995G 1.58128G 4.99995G 23: Test_Atomic/100000/iterations:10 0.050 s 0.024 s 10 1 8 0.22329 9.46533m 299.69u 4.99995G 1.84453G 4.99995G 23: Test_Atomic/100000/iterations:10 0.036 s 0.017 s 10 0 4 0.145994 0.0144941 896.69u 4.99995G 1.39001G 4.99989G 23: Test_Atomic/100000/iterations:10 0.043 s 0.020 s 10 1 8 0.177123 0.021781 928.79u 4.99995G 1.84402G 4.99995G 23/49 Test #23: Kokkos_PerformanceTest_Atomic .............................. Passed 3.41 sec test 24 Start 24: Kokkos_PerformanceTest_Reduction 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T14-52-53.json" 24: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 24: Test timeout computed to be: 1500 24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 24: Detected: 4 cores per node. 24: Detected: 1 MPI_ranks per node. 24: Requested: 8 threads per process. 24: 2025-09-23T15:21:33+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 24: Run on (4 X 2000 MHz CPU s) 24: CPU Caches: 24: L1 Data 64 KiB (x4) 24: L1 Instruction 64 KiB (x4) 24: L2 Unified 512 KiB (x4) 24: L3 Unified 16384 KiB (x4) 24: Load Average: 4.78, 5.97, 6.79 24: CPU architecture: none 24: Default Device: OpenMP 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 24: GIT_COMMIT_DESCRIPTION: Update desul hash 24: GIT_COMMIT_HASH: 79cbad54b 24: GPU architecture: none 24: KOKKOS_COMPILER_GNU: 1050 24: KOKKOS_ENABLE_ASM: yes 24: KOKKOS_ENABLE_CXX20: yes 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_CXX26: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_LIBDL: no 24: KOKKOS_ENABLE_OPENMP: yes 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 24: Kokkos Version: 4.7.99 24: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 24: mdspan: enabled 24: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 24: platform: 64bit 24: ---------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations 24: ---------------------------------------------------------------------------------------------------- 24: ReductionCheapScalarResult/10000/iterations:10 46.0 us 21.2 us 10 24: ReductionCheapScalarResult/100000/iterations:10 70.8 us 31.8 us 10 24: ReductionCheapScalarResult/1000000/iterations:10 292 us 144 us 10 24: ReductionCheapScalarResult/10000000/iterations:10 2973 us 1394 us 10 24: ReductionCheapHostResult/10000/iterations:10 52.1 us 23.9 us 10 24: ReductionCheapHostResult/100000/iterations:10 69.4 us 32.8 us 10 24: ReductionCheapHostResult/1000000/iterations:10 288 us 140 us 10 24: ReductionCheapHostResult/10000000/iterations:10 2964 us 1344 us 10 24: ReductionCheapDeviceResult/10000/iterations:10 53.2 us 20.9 us 10 24: ReductionCheapDeviceResult/100000/iterations:10 69.3 us 27.8 us 10 24: ReductionCheapDeviceResult/1000000/iterations:10 296 us 147 us 10 24: ReductionCheapDeviceResult/10000000/iterations:10 2941 us 1445 us 10 24: ReductionExpensive/10000/iterations:10 8939 us 4356 us 10 24: ReductionExpensive/100000/iterations:10 85975 us 42507 us 10 24: ReductionExpensive/1000000/iterations:10 868724 us 433700 us 10 24: ReductionExpensive/10000000/iterations:10 8598408 us 4285853 us 10 24/49 Test #24: Kokkos_PerformanceTest_Reduction ........................... Passed 105.38 sec test 25 Start 25: Kokkos_ContainersUnitTest_Serial 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 25: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests 25: Test timeout computed to be: 1500 25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 25: Detected: 4 cores per node. 25: Detected: 1 MPI_ranks per node. 25: Requested: 8 threads per process. 25: [==========] Running 77 tests from 2 test suites. 25: [----------] Global test environment set-up. 25: [----------] 2 tests from serial_DeathTest 25: [ RUN ] serial_DeathTest.dualview_external_view_construction 25: [ OK ] serial_DeathTest.dualview_external_view_construction (2 ms) 25: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 25: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (32 ms) 25: [----------] 2 tests from serial_DeathTest (35 ms total) 25: 25: [----------] 75 tests from serial 25: [ RUN ] serial.bitset 25: [ OK ] serial.bitset (1139 ms) 25: [ RUN ] serial.bitset_default_constructor_no_alloc 25: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 25: [ RUN ] serial.dualview_combination 25: [ OK ] serial.dualview_combination (0 ms) 25: [ RUN ] serial.dualview_alloc 25: [ OK ] serial.dualview_alloc (0 ms) 25: [ RUN ] serial.test_dualview_copy_construction_and_assignment 25: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 25: [ RUN ] serial.dualview_combinations_without_init 25: [ OK ] serial.dualview_combinations_without_init (0 ms) 25: [ RUN ] serial.dualview_deep_copy 25: [ OK ] serial.dualview_deep_copy (0 ms) 25: [ RUN ] serial.dualview_sync_should_fence 25: [ OK ] serial.dualview_sync_should_fence (0 ms) 25: [ RUN ] serial.dualview_realloc 25: [ OK ] serial.dualview_realloc (0 ms) 25: [ RUN ] serial.dualview_resize 25: [ OK ] serial.dualview_resize (0 ms) 25: [ RUN ] serial.dualview_device_correct_kokkos_device 25: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 25: [ RUN ] serial.dualview_host_correct_kokkos_device 25: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 25: [ RUN ] serial.dualview_host_modify_template_device_sync 25: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 25: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 25: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 25: [ RUN ] serial.dualview_device_modify_template_host_sync 25: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 25: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 25: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 25: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 25: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 25: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 25: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 25: [ RUN ] serial.dualview_sequential_host_init 25: [ OK ] serial.dualview_sequential_host_init (0 ms) 25: [ RUN ] serial.dualview_default_constructed 25: [ OK ] serial.dualview_default_constructed (0 ms) 25: [ RUN ] serial.dualview_resize_single_device 25: [ OK ] serial.dualview_resize_single_device (0 ms) 25: [ RUN ] serial.dynamic_view 25: [ OK ] serial.dynamic_view (6 ms) 25: [ RUN ] serial.dyn_rank_view_api_generic 25: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 25: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 25: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 25: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 25: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 25: skipping since not default execution space 25: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 25: [ RUN ] serial.dyn_rank_view_api_operator_rank67 25: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 25: [ RUN ] serial.dyn_rank_view_ctor_from_members 25: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 25: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 25: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 25: [ RUN ] serial.dyn_rank_view_layout_member 25: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 25: [ RUN ] serial.dyn_rank_view_team_scratch 25: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 25: [ RUN ] serial.view_customization_extra_int_arg 25: [ OK ] serial.view_customization_extra_int_arg (0 ms) 25: [ RUN ] serial.ErrorReporterViaLambda 25: [ OK ] serial.ErrorReporterViaLambda (0 ms) 25: [ RUN ] serial.ErrorReporter 25: [ OK ] serial.ErrorReporter (0 ms) 25: [ RUN ] serial.offsetview_construction 25: [ OK ] serial.offsetview_construction (19 ms) 25: [ RUN ] serial.offsetview_unmanaged_construction 25: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 25: [ RUN ] serial.offsetview_subview 25: [ OK ] serial.offsetview_subview (9 ms) 25: [ RUN ] serial.offsetview_offsets_rank1 25: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 25: [ RUN ] serial.offsetview_offsets_rank2 25: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 25: [ RUN ] serial.offsetview_offsets_rank3 25: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 25: [ RUN ] serial.scatterview 25: [ OK ] serial.scatterview (1683 ms) 25: [ RUN ] serial.scatterview_devicetype 25: [ OK ] serial.scatterview_devicetype (0 ms) 25: [ RUN ] serial.staticcrsgraph 25: [ OK ] serial.staticcrsgraph (6 ms) 25: [ RUN ] serial.resize_realloc_no_init_dualview 25: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 25: [ RUN ] serial.resize_realloc_no_alloc_dualview 25: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 25: [ RUN ] serial.resize_exec_space_dualview 25: [ OK ] serial.resize_exec_space_dualview (0 ms) 25: [ RUN ] serial.realloc_exec_space_dualview 25: [ OK ] serial.realloc_exec_space_dualview (0 ms) 25: [ RUN ] serial.resize_realloc_no_init_dynrankview 25: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 25: [ RUN ] serial.resize_exec_space_dynrankview 25: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 25: [ RUN ] serial.realloc_exec_space_dynrankview 25: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 25: [ RUN ] serial.resize_realloc_no_init_scatterview 25: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 25: [ RUN ] serial.resize_realloc_no_alloc_scatterview 25: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 25: [ RUN ] serial.resize_exec_space_scatterview 25: [ OK ] serial.resize_exec_space_scatterview (0 ms) 25: [ RUN ] serial.realloc_exec_space_scatterview 25: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynrankview 25: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 25: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 25: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 25: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_offsetview 25: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 25: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 25: [ RUN ] serial.create_mirror_view_and_copy_offsetview 25: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynamicview 25: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 25: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 25: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 25: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 25: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 25: [ RUN ] serial.UnorderedMap_insert 25: [ OK ] serial.UnorderedMap_insert (8084 ms) 25: [ RUN ] serial.UnorderedMap_failed_insert 25: [ OK ] serial.UnorderedMap_failed_insert (3305 ms) 25: [ RUN ] serial.UnorderedMap_deep_copy 25: [ OK ] serial.UnorderedMap_deep_copy (4 ms) 25: [ RUN ] serial.UnorderedMap_valid_empty 25: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 25: [ RUN ] serial.UnorderedMap_clear_zero_size 25: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 25: [ RUN ] serial.UnorderedMap_consistent_size 25: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 25: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 25: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 25: [ RUN ] serial.UnorderedMap_lambda_capturable 25: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 25: [ RUN ] serial.UnorderedMap_constructor_view_alloc 25: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 25: [ RUN ] serial.UnorderedMap_View_as_value 25: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 25: [ RUN ] serial.vector_combination 25: [ OK ] serial.vector_combination (0 ms) 25: [ RUN ] serial.vector_insert 25: [ OK ] serial.vector_insert (0 ms) 25: [ RUN ] serial.vector_push_back_default_exec 25: [ OK ] serial.vector_push_back_default_exec (0 ms) 25: [----------] 75 tests from serial (14273 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 77 tests from 2 test suites ran. (14309 ms total) 25: [ PASSED ] 76 tests. 25: [ SKIPPED ] 1 test, listed below: 25: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 25/49 Test #25: Kokkos_ContainersUnitTest_Serial ........................... Passed 14.37 sec test 26 Start 26: Kokkos_ContainersUnitTest_OpenMP 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 26: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests 26: Test timeout computed to be: 1500 26: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 26: Detected: 4 cores per node. 26: Detected: 1 MPI_ranks per node. 26: Requested: 8 threads per process. 26: [==========] Running 77 tests from 2 test suites. 26: [----------] Global test environment set-up. 26: [----------] 2 tests from openmp_DeathTest 26: [ RUN ] openmp_DeathTest.dualview_external_view_construction 26: [ OK ] openmp_DeathTest.dualview_external_view_construction (3 ms) 26: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction 26: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (31 ms) 26: [----------] 2 tests from openmp_DeathTest (34 ms total) 26: 26: [----------] 75 tests from openmp 26: [ RUN ] openmp.bitset 26: [ OK ] openmp.bitset (311 ms) 26: [ RUN ] openmp.bitset_default_constructor_no_alloc 26: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 26: [ RUN ] openmp.dualview_combination 26: [ OK ] openmp.dualview_combination (0 ms) 26: [ RUN ] openmp.dualview_alloc 26: [ OK ] openmp.dualview_alloc (0 ms) 26: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 26: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 26: [ RUN ] openmp.dualview_combinations_without_init 26: [ OK ] openmp.dualview_combinations_without_init (0 ms) 26: [ RUN ] openmp.dualview_deep_copy 26: [ OK ] openmp.dualview_deep_copy (0 ms) 26: [ RUN ] openmp.dualview_sync_should_fence 26: [ OK ] openmp.dualview_sync_should_fence (0 ms) 26: [ RUN ] openmp.dualview_realloc 26: [ OK ] openmp.dualview_realloc (0 ms) 26: [ RUN ] openmp.dualview_resize 26: [ OK ] openmp.dualview_resize (0 ms) 26: [ RUN ] openmp.dualview_device_correct_kokkos_device 26: [ OK ] openmp.dualview_device_correct_kokkos_device (0 ms) 26: [ RUN ] openmp.dualview_host_correct_kokkos_device 26: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 26: [ RUN ] openmp.dualview_host_modify_template_device_sync 26: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 26: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 26: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 26: [ RUN ] openmp.dualview_device_modify_template_host_sync 26: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 26: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 26: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 26: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 26: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 26: [ RUN ] openmp.dualview_template_views_return_correct_views_from_const_dual_view 26: [ OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 26: [ RUN ] openmp.dualview_sequential_host_init 26: [ OK ] openmp.dualview_sequential_host_init (0 ms) 26: [ RUN ] openmp.dualview_default_constructed 26: [ OK ] openmp.dualview_default_constructed (0 ms) 26: [ RUN ] openmp.dualview_resize_single_device 26: [ OK ] openmp.dualview_resize_single_device (0 ms) 26: [ RUN ] openmp.dynamic_view 26: [ OK ] openmp.dynamic_view (13 ms) 26: [ RUN ] openmp.dyn_rank_view_api_generic 26: [ OK ] openmp.dyn_rank_view_api_generic (8 ms) 26: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 26: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 26: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 26: [ OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 26: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 26: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 26: [ RUN ] openmp.dyn_rank_view_ctor_from_members 26: [ OK ] openmp.dyn_rank_view_ctor_from_members (0 ms) 26: [ RUN ] openmp.dyn_rank_view_ctor_from_layout_stride 26: [ OK ] openmp.dyn_rank_view_ctor_from_layout_stride (0 ms) 26: [ RUN ] openmp.dyn_rank_view_layout_member 26: [ OK ] openmp.dyn_rank_view_layout_member (0 ms) 26: [ RUN ] openmp.dyn_rank_view_team_scratch 26: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 26: [ RUN ] openmp.view_customization_extra_int_arg 26: [ OK ] openmp.view_customization_extra_int_arg (0 ms) 26: [ RUN ] openmp.ErrorReporterViaLambda 26: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 26: [ RUN ] openmp.ErrorReporter 26: [ OK ] openmp.ErrorReporter (0 ms) 26: [ RUN ] openmp.offsetview_construction 26: [ OK ] openmp.offsetview_construction (9 ms) 26: [ RUN ] openmp.offsetview_unmanaged_construction 26: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 26: [ RUN ] openmp.offsetview_subview 26: [ OK ] openmp.offsetview_subview (9 ms) 26: [ RUN ] openmp.offsetview_offsets_rank1 26: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 26: [ RUN ] openmp.offsetview_offsets_rank2 26: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 26: [ RUN ] openmp.offsetview_offsets_rank3 26: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 26: [ RUN ] openmp.scatterview 26: [ OK ] openmp.scatterview (1488 ms) 26: [ RUN ] openmp.scatterview_devicetype 26: [ OK ] openmp.scatterview_devicetype (15 ms) 26: [ RUN ] openmp.staticcrsgraph 26: [ OK ] openmp.staticcrsgraph (6 ms) 26: [ RUN ] openmp.resize_realloc_no_init_dualview 26: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_alloc_dualview 26: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 26: [ RUN ] openmp.resize_exec_space_dualview 26: [ OK ] openmp.resize_exec_space_dualview (0 ms) 26: [ RUN ] openmp.realloc_exec_space_dualview 26: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_init_dynrankview 26: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 26: [ RUN ] openmp.resize_exec_space_dynrankview 26: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 26: [ RUN ] openmp.realloc_exec_space_dynrankview 26: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_init_scatterview 26: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 26: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 26: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 26: [ RUN ] openmp.resize_exec_space_scatterview 26: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 26: [ RUN ] openmp.realloc_exec_space_scatterview 26: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynrankview 26: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 26: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 26: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 26: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_offsetview 26: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 26: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 26: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 26: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynamicview 26: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 26: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 26: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 26: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 26: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 26: [ RUN ] openmp.UnorderedMap_insert 26: [ OK ] openmp.UnorderedMap_insert (4648 ms) 26: [ RUN ] openmp.UnorderedMap_failed_insert 26: [ OK ] openmp.UnorderedMap_failed_insert (3973 ms) 26: [ RUN ] openmp.UnorderedMap_deep_copy 26: [ OK ] openmp.UnorderedMap_deep_copy (6 ms) 26: [ RUN ] openmp.UnorderedMap_valid_empty 26: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 26: [ RUN ] openmp.UnorderedMap_clear_zero_size 26: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 26: [ RUN ] openmp.UnorderedMap_consistent_size 26: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 26: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 26: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 26: [ RUN ] openmp.UnorderedMap_lambda_capturable 26: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 26: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 26: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 26: [ RUN ] openmp.UnorderedMap_View_as_value 26: [ OK ] openmp.UnorderedMap_View_as_value (0 ms) 26: [ RUN ] openmp.vector_combination 26: [ OK ] openmp.vector_combination (0 ms) 26: [ RUN ] openmp.vector_insert 26: [ OK ] openmp.vector_insert (1 ms) 26: [ RUN ] openmp.vector_push_back_default_exec 26: [ OK ] openmp.vector_push_back_default_exec (0 ms) 26: [----------] 75 tests from openmp (10501 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 77 tests from 2 test suites ran. (10535 ms total) 26: [ PASSED ] 77 tests. 26/49 Test #26: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 10.58 sec test 27 Start 27: Kokkos_ContainersPerformanceTest_OpenMP 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 27: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests 27: Test timeout computed to be: 1500 27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 27: Detected: 4 cores per node. 27: Detected: 1 MPI_ranks per node. 27: Requested: 8 threads per process. 27: [==========] Running 5 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 5 tests from TEST_CATEGORY 27: [ RUN ] TEST_CATEGORY.dynrankview_perf 27: OpenMP 27: DynRankView vs View: Initialization Only 27: View time (init only): 0.0094933 27: View sum computation time: 0.0094933 27: Strided View time (init only): 0.00934665 27: View Rank7 time (init only): 0.00932324 27: DynRankView time (init only): 0.0101649 27: DynRankView sum computation time: 0.00762135 27: Ratio of View to DynRankView time: 0.933934 27: Ratio of View to DynRankView sum computation time: 0.959266 27: Ratio of View to View Rank7 time: 1.01824 27: Ratio of StrideView to DynRankView time: 0.919507 27: Ratio of DynRankView to View Rank7 time: 1.09027 27: [ OK ] TEST_CATEGORY.dynrankview_perf (156 ms) 27: [ RUN ] TEST_CATEGORY.global_2_local 27: OpenMP 27: size, create, generate, fill, find 27: 256, 0.000165459, 3.153e-05, 0.000103249, 0.0048185 27: 512, 8.7199e-05, 6.66e-05, 0.000144208, 0.00510319 27: 1024, 0.00011926, 6.2829e-05, 0.000220538, 0.00516224 27: 2048, 0.000152978, 3.058e-05, 0.000363147, 0.00527516 27: 4096, 0.000177598, 6.729e-05, 0.000648355, 0.00614418 27: 8192, 0.000194378, 6.673e-05, 0.00114973, 0.0088675 27: 16384, 0.000320977, 4.15e-05, 0.00227501, 0.0184384 27: 32768, 0.000566585, 3.843e-05, 0.00430155, 0.0463976 27: 65536, 0.000699125, 4.673e-05, 0.00736725, 0.109938 27: 131072, 0.00107991, 7.4019e-05, 0.0142253, 0.372555 27: 262144, 0.0018268, 0.00010845, 0.0282898, 0.390825 27: 524288, 0.00361656, 0.000227709, 0.0672679, 0.822889 27: 1048576, 0.00694826, 0.000426407, 0.120355, 2.87758 27: 2097152, 0.0122451, 0.000793783, 0.247613, 7.21877 27: 4194304, 0.0224805, 0.00143515, 0.519584, 15.9256 27: [ OK ] TEST_CATEGORY.global_2_local (28898 ms) 27: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 27: skipping test 27: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 27: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 27: skipping test 27: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 27: [ RUN ] TEST_CATEGORY.scatter_view 27: ScatterView data-duplicated test: 27: num_threads 8 27: hand-coded test took 0.107021 seconds 27: test took 0.107292 seconds 27: num_threads 8 27: hand-coded test took 0.107606 seconds 27: test took 0.107141 seconds 27: num_threads 8 27: hand-coded test took 0.107791 seconds 27: test took 0.106857 seconds 27: num_threads 8 27: hand-coded test took 0.107474 seconds 27: test took 0.108026 seconds 27: num_threads 8 27: hand-coded test took 0.109745 seconds 27: test took 0.107404 seconds 27: [ OK ] TEST_CATEGORY.scatter_view (1304 ms) 27: [----------] 5 tests from TEST_CATEGORY (30359 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 5 tests from 1 test suite ran. (30359 ms total) 27: [ PASSED ] 5 tests. 27/49 Test #27: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 30.37 sec test 28 Start 28: Kokkos_UnitTest_Sort 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 28: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 28: Test timeout computed to be: 1500 28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 28: Detected: 4 cores per node. 28: Detected: 1 MPI_ranks per node. 28: Requested: 8 threads per process. 28: [==========] Running 17 tests from 2 test suites. 28: [----------] Global test environment set-up. 28: [----------] 1 test from openmp_DeathTest 28: [ RUN ] openmp_DeathTest.SortByKeyKeysLargerThanValues 28: [ OK ] openmp_DeathTest.SortByKeyKeysLargerThanValues (5 ms) 28: [----------] 1 test from openmp_DeathTest (5 ms total) 28: 28: [----------] 16 tests from openmp 28: [ RUN ] openmp.SortUnsignedValueType 28: [ OK ] openmp.SortUnsignedValueType (480 ms) 28: [ RUN ] openmp.SortEmptyView 28: [ OK ] openmp.SortEmptyView (0 ms) 28: [ RUN ] openmp.SortByKeyEmptyView 28: [ OK ] openmp.SortByKeyEmptyView (0 ms) 28: [ RUN ] openmp.SortByKeyEmptyViewHost 28: [ OK ] openmp.SortByKeyEmptyViewHost (0 ms) 28: [ RUN ] openmp.SortByKey 28: [ OK ] openmp.SortByKey (1 ms) 28: [ RUN ] openmp.SortByKeyWithComparator 28: [ OK ] openmp.SortByKeyWithComparator (0 ms) 28: [ RUN ] openmp.SortByKeyStaticExtents 28: [ OK ] openmp.SortByKeyStaticExtents (0 ms) 28: [ RUN ] openmp.SortByKeyWithStrides 28: [ OK ] openmp.SortByKeyWithStrides (0 ms) 28: [ RUN ] openmp.SortWithCustomComparator 28: [ OK ] openmp.SortWithCustomComparator (125 ms) 28: [ RUN ] openmp.BinSortGenericTests 28: [ OK ] openmp.BinSortGenericTests (513 ms) 28: [ RUN ] openmp.BinSortEmptyView 28: [ OK ] openmp.BinSortEmptyView (0 ms) 28: [ RUN ] openmp.BinSortEmptyKeysView 28: [ OK ] openmp.BinSortEmptyKeysView (0 ms) 28: [ RUN ] openmp.BinSort_issue_7221 28: [ OK ] openmp.BinSort_issue_7221 (0 ms) 28: [ RUN ] openmp.BinSortUnsignedKeyLayoutStrideValues 28: [ OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (14378 ms) 28: [ RUN ] openmp.NestedSort 28: [ OK ] openmp.NestedSort (5 ms) 28: [ RUN ] openmp.NestedSortByKey 28: [ OK ] openmp.NestedSortByKey (48 ms) 28: [----------] 16 tests from openmp (15556 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 17 tests from 2 test suites ran. (15561 ms total) 28: [ PASSED ] 17 tests. 28/49 Test #28: Kokkos_UnitTest_Sort ....................................... Passed 15.57 sec test 29 Start 29: Kokkos_UnitTest_Random 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 29: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 29: Test timeout computed to be: 1500 29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 29: Detected: 4 cores per node. 29: Detected: 1 MPI_ranks per node. 29: Requested: 8 threads per process. 29: [==========] Running 3 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 3 tests from openmp 29: [ RUN ] openmp.Random_XorShift64 29: Test Seed:1758641069387532958 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00995484 8.72151e-05 || 0.051031 2045 2396 || 2200.16 2222.06 || 1.20566 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00318735 0.000464015 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00533805 -0.00120641 || 0.051031 2053 2398 || 2210.26 2222.06 || -16.6774 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00515332 8.67502e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.0176634 0.000452649 || 0.051031 2052 2426 || 2183.49 2222.06 || 6.25742 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0187419 0.000213952 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.0139787 -4.45958e-05 || 0.051031 2044 2383 || 2191.43 2222.06 || -0.616492 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00121244 -0.000273524 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.0040125 0.00301657 || 0.051031 2036 2397 || 2213.18 2222.06 || 41.7011 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00355976 0.000472141 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 -0.00219296 -0.000345782 || 0.051031 2040 2391 || 2226.95 2222.06 || -4.78009 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.0140483 -0.000182869 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 3.25521e-08 -0.00547414 0.000932456 || 0.051031 2044 2430 || 2234.29 2222.06 || 12.8903 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 9.76563e-08 -0.00260336 0.000190893 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.010709 0.00171232 || 0.051031 2049 2418 || 2246.12 2222.06 || 23.6711 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0179254 0.000370112 || 0.051031 1e+64 -1e+64 29: Test Seed:1758641072226130058 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.0152243 -0.00151593 || 0.051031 2018 2417 || 2188.74 2222.06 || -20.9563 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00142108 -6.31278e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.0127436 -0.00183576 || 0.051031 2047 2412 || 2194.1 2222.06 || -25.3776 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00266022 0.000350343 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00165128 -0.00029773 || 0.051031 2044 2427 || 2225.74 2222.06 || -4.11582 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00583855 0.000105309 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 -0.00380745 -0.000534248 || 0.051031 2042 2412 || 2230.55 2222.06 || -7.38544 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00368159 0.000134936 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00309154 -0.00101416 || 0.051031 2052 2409 || 2215.21 2222.06 || -14.0197 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 -0.00246747 -0.000332552 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00110777 -0.00107017 || 0.051031 2032 2389 || 2219.6 2222.06 || -14.7941 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0107946 0.000358454 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00958446 0.000201683 || 0.051031 2035 2404 || 2200.97 2222.06 || 2.78807 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.0126642 -0.000637657 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 0 0.00520304 0.00201664 || 0.051031 2043 2396 || 2210.56 2222.06 || 27.8781 -0.160751 29: -- Testing 3-D histogram 29: Density 3D: 0 0.00264314 0.000342667 || 0.051031 1e+64 -1e+64 29: [ OK ] openmp.Random_XorShift64 (5589 ms) 29: [ RUN ] openmp.Random_XorShift1024_0 29: Test Seed:1758641074977315276 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.0110747 0.000338712 || 0.051031 2016 2366 || 2174.14 2198.22 || 4.68235 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00370244 -0.000459596 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.000817555 -0.00309737 || 0.051031 2024 2383 || 2200.02 2198.22 || -42.818 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0183857 -0.000467237 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00717783 -0.000259464 || 0.051031 2018 2395 || 2214.12 2198.22 || -3.58683 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0112751 4.61121e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.000429073 0.000626795 || 0.051031 2016 2387 || 2199.17 2198.22 || 8.66481 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0107478 -0.00031039 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 0.00399904 0.000740045 || 0.051031 2027 2384 || 2189.47 2198.22 || 10.2304 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.00382751 0.000240569 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.00805173 0.000208249 || 0.051031 2023 2397 || 2180.66 2198.22 || 2.87884 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0116876 -6.44176e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 -0.00258562 0.00242267 || 0.051031 2016 2374 || 2203.92 2198.22 || 33.491 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.0210797 -0.000190061 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00424958 -0.00149053 || 0.051031 2026 2376 || 2207.6 2198.22 || -20.605 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00506483 1.06887e-05 || 0.051031 1e+64 -1e+64 29: Test Seed:1758641077771041813 29: Test Scalar=int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0223064 0.00135948 || 0.051031 2017 2379 || 2248.38 2198.22 || 18.7934 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0246405 7.18282e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=unsigned int 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 0.000728299 9.10135e-05 || 0.051031 2015 2370 || 2196.62 2198.22 || 1.25817 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.008911 7.32038e-05 || 0.051031 1e+64 -1e+64 29: Test Scalar=int64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0162705 -8.09486e-05 || 0.051031 2015 2387 || 2234.58 2198.22 || -1.11903 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.0305017 0.000404772 || 0.051031 1e+64 -1e+64 29: Test Scalar=uint64_t 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.0219371 -0.000223721 || 0.051031 2012 2388 || 2247.53 2198.22 || -3.09272 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.000701897 0.000690263 || 0.051031 1e+64 -1e+64 29: Test Scalar=half 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 -0.00437596 -0.00178467 || 0.051031 2015 2371 || 2207.88 2198.22 || -24.6712 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.0109429 0.000398569 || 0.051031 1e+64 -1e+64 29: Test Scalar=bhalf 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00735192 0.00102783 || 0.051031 2008 2370 || 2214.5 2198.22 || 14.2087 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 0.00835091 -0.000569113 || 0.051031 1e+64 -1e+64 29: Test Scalar=float 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26926e-05 -0.0312334 -0.000314548 || 0.051031 2017 2371 || 2269.09 2198.22 || -4.34832 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.27585e-05 -0.0113728 0.000583313 || 0.051031 1e+64 -1e+64 29: Test Scalar=double 29: -- Testing randomness properties 29: -- Testing 1-D histogram 29: Density 1D: 7.26597e-05 -0.00733784 -0.00288517 || 0.051031 2009 2413 || 2214.47 2198.22 || -39.8847 -0.159026 29: -- Testing 3-D histogram 29: Density 3D: 7.26597e-05 -0.0190403 -0.00054642 || 0.051031 1e+64 -1e+64 29: [ OK ] openmp.Random_XorShift1024_0 (5530 ms) 29: [ RUN ] openmp.Multi_streams 29: [ OK ] openmp.Multi_streams (132 ms) 29: [----------] 3 tests from openmp (11252 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 3 tests from 1 test suite ran. (11252 ms total) 29: [ PASSED ] 3 tests. 29/49 Test #29: Kokkos_UnitTest_Random ..................................... Passed 11.26 sec test 30 Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 30: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 30: Test timeout computed to be: 1500 30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 30: Detected: 4 cores per node. 30: Detected: 1 MPI_ranks per node. 30: Requested: 8 threads per process. 30: [==========] Running 16 tests from 4 test suites. 30: [----------] Global test environment set-up. 30: [----------] 1 test from std_algorithms_DeathTest 30: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 30: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 30: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 30: 30: [----------] 3 tests from std_algorithms_reducers 30: [ RUN ] std_algorithms_reducers.max_first_loc 30: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_first_loc 30: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 30: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 30: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 30: [----------] 3 tests from std_algorithms_reducers (0 ms total) 30: 30: [----------] 1 test from std_algorithms 30: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 30: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 30: [----------] 1 test from std_algorithms (0 ms total) 30: 30: [----------] 11 tests from random_access_iterator_test 30: [ RUN ] random_access_iterator_test.constructor 30: [ OK ] random_access_iterator_test.constructor (0 ms) 30: [ RUN ] random_access_iterator_test.constructiblity 30: [ OK ] random_access_iterator_test.constructiblity (0 ms) 30: [ RUN ] random_access_iterator_test.dereference 30: [ OK ] random_access_iterator_test.dereference (0 ms) 30: [ RUN ] random_access_iterator_test.subscript_operator 30: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet1 30: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet2 30: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet3 30: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 30: [ RUN ] random_access_iterator_test.operatorsSet4 30: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 30: [ RUN ] random_access_iterator_test.assignment_operator 30: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 30: [ RUN ] random_access_iterator_test.distance 30: [ OK ] random_access_iterator_test.distance (0 ms) 30: [ RUN ] random_access_iterator_test.traits_helpers 30: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 30: [----------] 11 tests from random_access_iterator_test (3 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 16 tests from 4 test suites ran. (3 ms total) 30: [ PASSED ] 16 tests. 30/49 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.01 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 31: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 31: Test timeout computed to be: 1500 31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 31: Detected: 4 cores per node. 31: Detected: 1 MPI_ranks per node. 31: Requested: 8 threads per process. 31: [==========] Running 7 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 7 tests from std_algorithms_min_max_element_test 31: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 31: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 31: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 31: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms) 31: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 31: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms) 31: [----------] 7 tests from std_algorithms_min_max_element_test (41 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 7 tests from 1 test suite ran. (41 ms total) 31: [ PASSED ] 7 tests. 31/49 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.05 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 32: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 32: Test timeout computed to be: 1500 32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 32: Detected: 4 cores per node. 32: Detected: 1 MPI_ranks per node. 32: Requested: 8 threads per process. 32: [==========] Running 13 tests from 10 test suites. 32: [----------] Global test environment set-up. 32: [----------] 1 test from std_algorithms_lexicographical_compare_test 32: [ RUN ] std_algorithms_lexicographical_compare_test.test 32: [ OK ] std_algorithms_lexicographical_compare_test.test (34 ms) 32: [----------] 1 test from std_algorithms_lexicographical_compare_test (34 ms total) 32: 32: [----------] 1 test from std_algorithms_for_each_test 32: [ RUN ] std_algorithms_for_each_test.test 32: [ OK ] std_algorithms_for_each_test.test (57 ms) 32: [----------] 1 test from std_algorithms_for_each_test (57 ms total) 32: 32: [----------] 1 test from std_algorithms_find_test 32: [ RUN ] std_algorithms_find_test.test 32: [ OK ] std_algorithms_find_test.test (35 ms) 32: [----------] 1 test from std_algorithms_find_test (35 ms total) 32: 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 32: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1157 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 32: [ OK ] std_algorithms_non_mod_seq_ops.find_end (422 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search 32: [ OK ] std_algorithms_non_mod_seq_ops.search (416 ms) 32: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 32: [ OK ] std_algorithms_non_mod_seq_ops.search_n (339 ms) 32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2336 ms total) 32: 32: [----------] 1 test from std_algorithms_count_test 32: [ RUN ] std_algorithms_count_test.test 32: [ OK ] std_algorithms_count_test.test (22 ms) 32: [----------] 1 test from std_algorithms_count_test (22 ms total) 32: 32: [----------] 1 test from std_algorithms_equal_test 32: [ RUN ] std_algorithms_equal_test.test 32: [ OK ] std_algorithms_equal_test.test (22 ms) 32: [----------] 1 test from std_algorithms_equal_test (22 ms total) 32: 32: [----------] 1 test from std_algorithms_all_any_none_of_test 32: [ RUN ] std_algorithms_all_any_none_of_test.test 32: [ OK ] std_algorithms_all_any_none_of_test.test (33 ms) 32: [----------] 1 test from std_algorithms_all_any_none_of_test (33 ms total) 32: 32: [----------] 1 test from std_algorithms_nonmod_seq_ops 32: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 32: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (41 ms) 32: [----------] 1 test from std_algorithms_nonmod_seq_ops (41 ms total) 32: 32: [----------] 1 test from std_algorithms_mismatch_test 32: [ RUN ] std_algorithms_mismatch_test.test 32: [ OK ] std_algorithms_mismatch_test.test (81 ms) 32: [----------] 1 test from std_algorithms_mismatch_test (81 ms total) 32: 32: [----------] 1 test from std_algorithms_mod_seq_ops 32: [ RUN ] std_algorithms_mod_seq_ops.move_backward 32: [ OK ] std_algorithms_mod_seq_ops.move_backward (59 ms) 32: [----------] 1 test from std_algorithms_mod_seq_ops (59 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 13 tests from 10 test suites ran. (2726 ms total) 32: [ PASSED ] 13 tests. 32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.73 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 33: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 33: Test timeout computed to be: 1500 33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 33: Detected: 4 cores per node. 33: Detected: 1 MPI_ranks per node. 33: Requested: 8 threads per process. 33: [==========] Running 31 tests from 5 test suites. 33: [----------] Global test environment set-up. 33: [----------] 3 tests from std_algorithms_mod_ops_test 33: [ RUN ] std_algorithms_mod_ops_test.move 33: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 33: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 33: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 33: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 33: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 33: 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy 33: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 33: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 33: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill 33: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 33: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 33: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate 33: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 33: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 33: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 33: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 33: 33: [----------] 4 tests from std_algorithms_replace_ops_test 33: [ RUN ] std_algorithms_replace_ops_test.replace 33: [ OK ] std_algorithms_replace_ops_test.replace (35 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_if 33: [ OK ] std_algorithms_replace_ops_test.replace_if (91 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy 33: [ OK ] std_algorithms_replace_ops_test.replace_copy (63 ms) 33: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 33: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (58 ms) 33: [----------] 4 tests from std_algorithms_replace_ops_test (249 ms total) 33: 33: [----------] 11 tests from std_algorithms_mod_seq_ops 33: [ RUN ] std_algorithms_mod_seq_ops.copy_if 33: [ OK ] std_algorithms_mod_seq_ops.copy_if (50 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique 33: [ OK ] std_algorithms_mod_seq_ops.unique (118 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 33: [ OK ] std_algorithms_mod_seq_ops.unique_copy (74 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove 33: [ OK ] std_algorithms_mod_seq_ops.remove (50 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_if (57 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy (87 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 33: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (49 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate 33: [ OK ] std_algorithms_mod_seq_ops.rotate (477 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 33: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (320 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_left 33: [ OK ] std_algorithms_mod_seq_ops.shift_left (572 ms) 33: [ RUN ] std_algorithms_mod_seq_ops.shift_right 33: [ OK ] std_algorithms_mod_seq_ops.shift_right (570 ms) 33: [----------] 11 tests from std_algorithms_mod_seq_ops (2430 ms total) 33: 33: [----------] 1 test from std_algorithms_modseq_test 33: [ RUN ] std_algorithms_modseq_test.reverse 33: [ OK ] std_algorithms_modseq_test.reverse (50 ms) 33: [----------] 1 test from std_algorithms_modseq_test (50 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 31 tests from 5 test suites ran. (2734 ms total) 33: [ PASSED ] 31 tests. 33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 2.74 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 34: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 34: Test timeout computed to be: 1500 34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 34: Detected: 4 cores per node. 34: Detected: 1 MPI_ranks per node. 34: Requested: 8 threads per process. 34: [==========] Running 29 tests from 7 test suites. 34: [----------] Global test environment set-up. 34: [----------] 2 tests from std_algorithms_sorting_ops_test 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted (16 ms) 34: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 34: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms) 34: [----------] 2 tests from std_algorithms_sorting_ops_test (30 ms total) 34: 34: [----------] 4 tests from std_algorithms_partitioning_test 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 34: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 34: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 34: [ RUN ] std_algorithms_partitioning_test.partition_point 34: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 34: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 34: 34: [----------] 1 test from std_algorithms_partitioning_ops 34: [ RUN ] std_algorithms_partitioning_ops.partition_copy 34: [ OK ] std_algorithms_partitioning_ops.partition_copy (19 ms) 34: [----------] 1 test from std_algorithms_partitioning_ops (19 ms total) 34: 34: [----------] 12 tests from std_algorithms_numerics_test 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 34: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 34: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 34: [----------] 12 tests from std_algorithms_numerics_test (14 ms total) 34: 34: [----------] 1 test from std_algorithms_numerics_ops_test 34: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 34: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (75 ms) 34: [----------] 1 test from std_algorithms_numerics_ops_test (75 ms total) 34: 34: [----------] 8 tests from std_algorithms_numeric_ops_test 34: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (868 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (744 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (211 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (348 ms) 34: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 34: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 34: [----------] 8 tests from std_algorithms_numeric_ops_test (2173 ms total) 34: 34: [----------] 1 test from std_algorithms_transform_ops_test 34: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 34: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (36 ms) 34: [----------] 1 test from std_algorithms_transform_ops_test (36 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 29 tests from 7 test suites ran. (2353 ms total) 34: [ PASSED ] 29 tests. 34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.36 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 35: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 35: Test timeout computed to be: 1500 35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 35: Detected: 4 cores per node. 35: Detected: 1 MPI_ranks per node. 35: Requested: 8 threads per process. 35: [==========] Running 12 tests from 7 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (635 ms) 35: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 35: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (599 ms) 35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1235 ms total) 35: 35: [----------] 2 tests from std_algorithms_count_team_test 35: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 35: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (269 ms) 35: [ RUN ] std_algorithms_count_team_test.count_returns_zero 35: [ OK ] std_algorithms_count_team_test.count_returns_zero (257 ms) 35: [----------] 2 tests from std_algorithms_count_team_test (527 ms total) 35: 35: [----------] 1 test from std_algorithms_count_if_team_test 35: [ RUN ] std_algorithms_count_if_team_test.test 35: [ OK ] std_algorithms_count_if_team_test.test (302 ms) 35: [----------] 1 test from std_algorithms_count_if_team_test (302 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_team_test 35: [ RUN ] std_algorithms_for_each_team_test.test 35: [ OK ] std_algorithms_for_each_team_test.test (449 ms) 35: [----------] 1 test from std_algorithms_for_each_team_test (449 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_n_team_test 35: [ RUN ] std_algorithms_for_each_n_team_test.test 35: [ OK ] std_algorithms_for_each_n_team_test.test (462 ms) 35: [----------] 1 test from std_algorithms_for_each_n_team_test (462 ms total) 35: 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 35: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (642 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (627 ms) 35: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 35: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (621 ms) 35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1891 ms total) 35: 35: [----------] 2 tests from std_algorithms_mismatch_team_test 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 35: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (656 ms) 35: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 35: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (975 ms) 35: [----------] 2 tests from std_algorithms_mismatch_team_test (1632 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 12 tests from 7 test suites ran. (6502 ms total) 35: [ PASSED ] 12 tests. 35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 6.51 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 36: Test timeout computed to be: 1500 36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 36: Detected: 4 cores per node. 36: Detected: 1 MPI_ranks per node. 36: Requested: 8 threads per process. 36: [==========] Running 8 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_equal_team_test 36: [ RUN ] std_algorithms_equal_team_test.views_are_equal 36: [ OK ] std_algorithms_equal_team_test.views_are_equal (1068 ms) 36: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 36: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1456 ms) 36: [----------] 2 tests from std_algorithms_equal_team_test (2525 ms total) 36: 36: [----------] 2 tests from std_algorithms_search_team_test 36: [ RUN ] std_algorithms_search_team_test.sequences_exist 36: [ OK ] std_algorithms_search_team_test.sequences_exist (554 ms) 36: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (586 ms) 36: [----------] 2 tests from std_algorithms_search_team_test (1140 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_end_team_test 36: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_exist (581 ms) 36: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (688 ms) 36: [----------] 2 tests from std_algorithms_find_end_team_test (1270 ms total) 36: 36: [----------] 2 tests from std_algorithms_find_first_of_team_test 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (620 ms) 36: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 36: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (876 ms) 36: [----------] 2 tests from std_algorithms_find_first_of_team_test (1496 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 8 tests from 4 test suites ran. (6433 ms total) 36: [ PASSED ] 8 tests. 36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 6.44 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 37: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 37: Test timeout computed to be: 1500 37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 37: Detected: 4 cores per node. 37: Detected: 1 MPI_ranks per node. 37: Requested: 8 threads per process. 37: [==========] Running 11 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_find_team_test 37: [ RUN ] std_algorithms_find_team_test.searched_values_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_exist (265 ms) 37: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 37: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (255 ms) 37: [----------] 2 tests from std_algorithms_find_team_test (520 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_team_test 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (259 ms) 37: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (259 ms) 37: [----------] 2 tests from std_algorithms_find_if_team_test (519 ms total) 37: 37: [----------] 2 tests from std_algorithms_find_if_not_team_test 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (260 ms) 37: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 37: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (262 ms) 37: [----------] 2 tests from std_algorithms_find_if_not_team_test (523 ms total) 37: 37: [----------] 1 test from std_algorithms_all_of_team_test 37: [ RUN ] std_algorithms_all_of_team_test.test 37: [ OK ] std_algorithms_all_of_team_test.test (259 ms) 37: [----------] 1 test from std_algorithms_all_of_team_test (259 ms total) 37: 37: [----------] 1 test from std_algorithms_any_of_team_test 37: [ RUN ] std_algorithms_any_of_team_test.test 37: [ OK ] std_algorithms_any_of_team_test.test (251 ms) 37: [----------] 1 test from std_algorithms_any_of_team_test (251 ms total) 37: 37: [----------] 1 test from std_algorithms_none_of_team_test 37: [ RUN ] std_algorithms_none_of_team_test.test 37: [ OK ] std_algorithms_none_of_team_test.test (257 ms) 37: [----------] 1 test from std_algorithms_none_of_team_test (257 ms total) 37: 37: [----------] 2 tests from std_algorithms_search_n_team_test 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (316 ms) 37: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 37: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (267 ms) 37: [----------] 2 tests from std_algorithms_search_n_team_test (583 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 11 tests from 7 test suites ran. (2917 ms total) 37: [ PASSED ] 11 tests. 37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 2.92 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 38: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 38: Test timeout computed to be: 1500 38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 38: Detected: 4 cores per node. 38: Detected: 1 MPI_ranks per node. 38: Requested: 8 threads per process. 38: [==========] Running 3 tests from 3 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_min_element_team_test 38: [ RUN ] std_algorithms_min_element_team_test.test 38: [ OK ] std_algorithms_min_element_team_test.test (559 ms) 38: [----------] 1 test from std_algorithms_min_element_team_test (559 ms total) 38: 38: [----------] 1 test from std_algorithms_max_element_team_test 38: [ RUN ] std_algorithms_max_element_team_test.test 38: [ OK ] std_algorithms_max_element_team_test.test (552 ms) 38: [----------] 1 test from std_algorithms_max_element_team_test (552 ms total) 38: 38: [----------] 1 test from std_algorithms_minmax_element_team_test 38: [ RUN ] std_algorithms_minmax_element_team_test.test 38: [ OK ] std_algorithms_minmax_element_team_test.test (595 ms) 38: [----------] 1 test from std_algorithms_minmax_element_team_test (595 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 3 test suites ran. (1707 ms total) 38: [ PASSED ] 3 tests. 38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.71 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 39: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 39: Test timeout computed to be: 1500 39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 39: Detected: 4 cores per node. 39: Detected: 1 MPI_ranks per node. 39: Requested: 8 threads per process. 39: [==========] Running 6 tests from 6 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_fill_team_test 39: [ RUN ] std_algorithms_fill_team_test.test 39: [ OK ] std_algorithms_fill_team_test.test (320 ms) 39: [----------] 1 test from std_algorithms_fill_team_test (320 ms total) 39: 39: [----------] 1 test from std_algorithms_fill_n_team_test 39: [ RUN ] std_algorithms_fill_n_team_test.test 39: [ OK ] std_algorithms_fill_n_team_test.test (245 ms) 39: [----------] 1 test from std_algorithms_fill_n_team_test (245 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_team_test 39: [ RUN ] std_algorithms_replace_team_test.test 39: [ OK ] std_algorithms_replace_team_test.test (449 ms) 39: [----------] 1 test from std_algorithms_replace_team_test (449 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_if_team_test 39: [ RUN ] std_algorithms_replace_if_team_test.test 39: [ OK ] std_algorithms_replace_if_team_test.test (362 ms) 39: [----------] 1 test from std_algorithms_replace_if_team_test (362 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_team_test 39: [ RUN ] std_algorithms_replace_copy_team_test.test 39: [ OK ] std_algorithms_replace_copy_team_test.test (437 ms) 39: [----------] 1 test from std_algorithms_replace_copy_team_test (437 ms total) 39: 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test 39: [ RUN ] std_algorithms_replace_copy_if_team_test.test 39: [ OK ] std_algorithms_replace_copy_if_team_test.test (397 ms) 39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (397 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 6 tests from 6 test suites ran. (2212 ms total) 39: [ PASSED ] 6 tests. 39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.22 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 40: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 40: Test timeout computed to be: 1500 40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 40: Detected: 4 cores per node. 40: Detected: 1 MPI_ranks per node. 40: Requested: 8 threads per process. 40: [==========] Running 4 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_reverse_team_test 40: [ RUN ] std_algorithms_reverse_team_test.test 40: [ OK ] std_algorithms_reverse_team_test.test (323 ms) 40: [----------] 1 test from std_algorithms_reverse_team_test (323 ms total) 40: 40: [----------] 1 test from std_algorithms_reverse_copy_team_test 40: [ RUN ] std_algorithms_reverse_copy_team_test.test 40: [ OK ] std_algorithms_reverse_copy_team_test.test (336 ms) 40: [----------] 1 test from std_algorithms_reverse_copy_team_test (336 ms total) 40: 40: [----------] 1 test from std_algorithms_rotate_team_test 40: [ RUN ] std_algorithms_rotate_team_test.test 40: [ OK ] std_algorithms_rotate_team_test.test (478 ms) 40: [----------] 1 test from std_algorithms_rotate_team_test (478 ms total) 40: 40: [----------] 1 test from std_algorithms_rotate_copy_team_test 40: [ RUN ] std_algorithms_rotate_copy_team_test.test 40: [ OK ] std_algorithms_rotate_copy_team_test.test (477 ms) 40: [----------] 1 test from std_algorithms_rotate_copy_team_test (477 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 4 tests from 4 test suites ran. (1616 ms total) 40: [ PASSED ] 4 tests. 40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.62 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 41: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 41: Test timeout computed to be: 1500 41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 41: Detected: 4 cores per node. 41: Detected: 1 MPI_ranks per node. 41: Requested: 8 threads per process. 41: [==========] Running 4 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_move_team_test 41: [ RUN ] std_algorithms_move_team_test.test 41: [ OK ] std_algorithms_move_team_test.test (485 ms) 41: [----------] 1 test from std_algorithms_move_team_test (485 ms total) 41: 41: [----------] 1 test from std_algorithms_move_backward_team_test 41: [ RUN ] std_algorithms_move_backward_team_test.test 41: [ OK ] std_algorithms_move_backward_team_test.test (491 ms) 41: [----------] 1 test from std_algorithms_move_backward_team_test (491 ms total) 41: 41: [----------] 1 test from std_algorithms_shift_left_team_test 41: [ RUN ] std_algorithms_shift_left_team_test.test 41: [ OK ] std_algorithms_shift_left_team_test.test (1291 ms) 41: [----------] 1 test from std_algorithms_shift_left_team_test (1291 ms total) 41: 41: [----------] 1 test from std_algorithms_shift_right_team_test 41: [ RUN ] std_algorithms_shift_right_team_test.test 41: [ OK ] std_algorithms_shift_right_team_test.test (1283 ms) 41: [----------] 1 test from std_algorithms_shift_right_team_test (1283 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (3551 ms total) 41: [ PASSED ] 4 tests. 41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.56 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 42: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 42: Test timeout computed to be: 1500 42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 42: Detected: 4 cores per node. 42: Detected: 1 MPI_ranks per node. 42: Requested: 8 threads per process. 42: [==========] Running 9 tests from 9 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_copy_team_test 42: [ RUN ] std_algorithms_copy_team_test.test 42: [ OK ] std_algorithms_copy_team_test.test (603 ms) 42: [----------] 1 test from std_algorithms_copy_team_test (604 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_n_team_test 42: [ RUN ] std_algorithms_copy_n_team_test.test 42: [ OK ] std_algorithms_copy_n_team_test.test (293 ms) 42: [----------] 1 test from std_algorithms_copy_n_team_test (293 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_backward_team_test 42: [ RUN ] std_algorithms_copy_backward_team_test.test 42: [ OK ] std_algorithms_copy_backward_team_test.test (489 ms) 42: [----------] 1 test from std_algorithms_copy_backward_team_test (489 ms total) 42: 42: [----------] 1 test from std_algorithms_copy_if_team_test 42: [ RUN ] std_algorithms_copy_if_team_test.test 42: [ OK ] std_algorithms_copy_if_team_test.test (445 ms) 42: [----------] 1 test from std_algorithms_copy_if_team_test (446 ms total) 42: 42: [----------] 1 test from std_algorithms_unique_copy_team_test 42: [ RUN ] std_algorithms_unique_copy_team_test.test 42: [ OK ] std_algorithms_unique_copy_team_test.test (527 ms) 42: [----------] 1 test from std_algorithms_unique_copy_team_test (527 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_team_test 42: [ RUN ] std_algorithms_remove_team_test.test 42: [ OK ] std_algorithms_remove_team_test.test (407 ms) 42: [----------] 1 test from std_algorithms_remove_team_test (407 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_if_team_test 42: [ RUN ] std_algorithms_remove_if_team_test.test 42: [ OK ] std_algorithms_remove_if_team_test.test (353 ms) 42: [----------] 1 test from std_algorithms_remove_if_team_test (353 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_copy_team_test 42: [ RUN ] std_algorithms_remove_copy_team_test.test 42: [ OK ] std_algorithms_remove_copy_team_test.test (476 ms) 42: [----------] 1 test from std_algorithms_remove_copy_team_test (476 ms total) 42: 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test 42: [ RUN ] std_algorithms_remove_copy_if_team_test.test 42: [ OK ] std_algorithms_remove_copy_if_team_test.test (348 ms) 42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (348 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 9 tests from 9 test suites ran. (3947 ms total) 42: [ PASSED ] 9 tests. 42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.95 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 43: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 43: Test timeout computed to be: 1500 43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 43: Detected: 4 cores per node. 43: Detected: 1 MPI_ranks per node. 43: Requested: 8 threads per process. 43: [==========] Running 4 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_unique_team_test 43: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 43: [ OK ] std_algorithms_unique_team_test.test_default_predicate (570 ms) 43: [----------] 1 test from std_algorithms_unique_team_test (571 ms total) 43: 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test 43: [ RUN ] std_algorithms_adjacent_difference_team_test.test 43: [ OK ] std_algorithms_adjacent_difference_team_test.test (763 ms) 43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (764 ms total) 43: 43: [----------] 1 test from std_algorithms_reduce_team_test 43: [ RUN ] std_algorithms_reduce_team_test.test 43: [ OK ] std_algorithms_reduce_team_test.test (798 ms) 43: [----------] 1 test from std_algorithms_reduce_team_test (798 ms total) 43: 43: [----------] 1 test from std_algorithms_transform_reduce_team_test 43: [ RUN ] std_algorithms_transform_reduce_team_test.test 43: [ OK ] std_algorithms_transform_reduce_team_test.test (1493 ms) 43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1493 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (3627 ms total) 43: [ PASSED ] 4 tests. 43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 3.63 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 44: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 44: Test timeout computed to be: 1500 44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 44: Detected: 4 cores per node. 44: Detected: 1 MPI_ranks per node. 44: Requested: 8 threads per process. 44: [==========] Running 18 tests from 5 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_is_sorted_team_test 44: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 44: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (576 ms) 44: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 44: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (379 ms) 44: [----------] 2 tests from std_algorithms_is_sorted_team_test (956 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (13 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (347 ms) 44: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 44: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (513 ms) 44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (889 ms total) 44: 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test 44: [ RUN ] std_algorithms_is_partitioned_team_test.empty 44: [ OK ] std_algorithms_is_partitioned_team_test.empty (7 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 44: [ OK ] std_algorithms_is_partitioned_team_test.all_true (260 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 44: [ OK ] std_algorithms_is_partitioned_team_test.all_false (267 ms) 44: [ RUN ] std_algorithms_is_partitioned_team_test.random 44: [ OK ] std_algorithms_is_partitioned_team_test.random (163 ms) 44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (699 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_copy_team_test 44: [ RUN ] std_algorithms_partition_copy_team_test.empty 44: [ OK ] std_algorithms_partition_copy_team_test.empty (10 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_true 44: [ OK ] std_algorithms_partition_copy_team_test.all_true (442 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.all_false 44: [ OK ] std_algorithms_partition_copy_team_test.all_false (437 ms) 44: [ RUN ] std_algorithms_partition_copy_team_test.random 44: [ OK ] std_algorithms_partition_copy_team_test.random (392 ms) 44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1284 ms total) 44: 44: [----------] 4 tests from std_algorithms_partition_point_team_test 44: [ RUN ] std_algorithms_partition_point_team_test.empty 44: [ OK ] std_algorithms_partition_point_team_test.empty (7 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_true 44: [ OK ] std_algorithms_partition_point_team_test.all_true (244 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.all_false 44: [ OK ] std_algorithms_partition_point_team_test.all_false (244 ms) 44: [ RUN ] std_algorithms_partition_point_team_test.random 44: [ OK ] std_algorithms_partition_point_team_test.random (153 ms) 44: [----------] 4 tests from std_algorithms_partition_point_team_test (650 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 18 tests from 5 test suites ran. (4479 ms total) 44: [ PASSED ] 18 tests. 44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.49 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 45: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 45: Test timeout computed to be: 1500 45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 45: Detected: 4 cores per node. 45: Detected: 1 MPI_ranks per node. 45: Requested: 8 threads per process. 45: [==========] Running 5 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_transform_team_test 45: [ RUN ] std_algorithms_transform_team_test.test_unary_op 45: [ OK ] std_algorithms_transform_team_test.test_unary_op (677 ms) 45: [ RUN ] std_algorithms_transform_team_test.test_binary_op 45: [ OK ] std_algorithms_transform_team_test.test_binary_op (916 ms) 45: [----------] 2 tests from std_algorithms_transform_team_test (1593 ms total) 45: 45: [----------] 1 test from std_algorithms_generate_team_test 45: [ RUN ] std_algorithms_generate_team_test.test_unary_op 45: [ OK ] std_algorithms_generate_team_test.test_unary_op (1659 ms) 45: [----------] 1 test from std_algorithms_generate_team_test (1660 ms total) 45: 45: [----------] 1 test from std_algorithms_generate_n_team_test 45: [ RUN ] std_algorithms_generate_n_team_test.test 45: [ OK ] std_algorithms_generate_n_team_test.test (258 ms) 45: [----------] 1 test from std_algorithms_generate_n_team_test (258 ms total) 45: 45: [----------] 1 test from std_algorithms_swap_ranges_team_test 45: [ RUN ] std_algorithms_swap_ranges_team_test.test 45: [ OK ] std_algorithms_swap_ranges_team_test.test (835 ms) 45: [----------] 1 test from std_algorithms_swap_ranges_team_test (835 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 5 tests from 4 test suites ran. (4347 ms total) 45: [ PASSED ] 5 tests. 45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.36 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 46: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 46: Test timeout computed to be: 1500 46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 46: Detected: 4 cores per node. 46: Detected: 1 MPI_ranks per node. 46: Requested: 8 threads per process. 46: [==========] Running 2 tests from 2 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test 46: [ RUN ] std_algorithms_exclusive_scan_team_test.test 46: [ OK ] std_algorithms_exclusive_scan_team_test.test (1758 ms) 46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1758 ms total) 46: 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 46: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 46: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (878 ms) 46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (878 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 2 tests from 2 test suites ran. (2637 ms total) 46: [ PASSED ] 2 tests. 46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.64 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 47: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 47: Test timeout computed to be: 1500 47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 47: Detected: 4 cores per node. 47: Detected: 1 MPI_ranks per node. 47: Requested: 8 threads per process. 47: [==========] Running 2 tests from 2 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test 47: [ RUN ] std_algorithms_inclusive_scan_team_test.test 47: [ OK ] std_algorithms_inclusive_scan_team_test.test (2620 ms) 47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2621 ms total) 47: 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 47: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 47: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1764 ms) 47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1764 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 2 tests from 2 test suites ran. (4385 ms total) 47: [ PASSED ] 2 tests. 47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 4.39 sec test 48 Start 48: Kokkos_PerformanceTest_InclusiveScan 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T14-52-53.json" 48: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 48: Detected: 4 cores per node. 48: Detected: 1 MPI_ranks per node. 48: Requested: 8 threads per process. 48: 2025-09-23T15:25:36+00:00 48: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 48: Run on (4 X 2000 MHz CPU s) 48: CPU Caches: 48: L1 Data 64 KiB (x4) 48: L1 Instruction 64 KiB (x4) 48: L2 Unified 512 KiB (x4) 48: L3 Unified 16384 KiB (x4) 48: Load Average: 4.65, 5.85, 6.61 48: CPU architecture: none 48: Default Device: OpenMP 48: GIT_BRANCH: HEAD 48: GIT_CLEAN_STATUS: CLEAN 48: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 48: GIT_COMMIT_DESCRIPTION: Update desul hash 48: GIT_COMMIT_HASH: 79cbad54b 48: GPU architecture: none 48: KOKKOS_COMPILER_GNU: 1050 48: KOKKOS_ENABLE_ASM: yes 48: KOKKOS_ENABLE_CXX20: yes 48: KOKKOS_ENABLE_CXX23: no 48: KOKKOS_ENABLE_CXX26: no 48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 48: KOKKOS_ENABLE_HWLOC: no 48: KOKKOS_ENABLE_LIBDL: no 48: KOKKOS_ENABLE_OPENMP: yes 48: KOKKOS_ENABLE_PRAGMA_IVDEP: no 48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 48: KOKKOS_ENABLE_PRAGMA_UNROLL: no 48: KOKKOS_ENABLE_PRAGMA_VECTOR: no 48: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 48: Kokkos Version: 4.7.99 48: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 48: mdspan: enabled 48: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 48: platform: 64bit 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: Benchmark Time CPU Iterations FOM: GB/s MB Passed 48: ---------------------------------------------------------------------------------------------------------------------------------------------- 48: BM_inclusive_scan/100000000/manual_time 0.095 s 0.047 s 7 16.7886/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.096 s 0.047 s 7 16.6547/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.120 s 0.058 s 6 13.3197/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.098 s 0.049 s 7 16.3017/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.093 s 0.046 s 8 17.1579/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.243 s 0.076 s 6 6.59145/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.105 s 0.052 s 8 15.2836/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.103 s 0.050 s 7 15.5499/s 1.6k 1 48: BM_inclusive_scan/100000000/manual_time 0.144 s 0.071 s 5 11.0858/s 1.6k 1 48/49 Test #48: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 19.83 sec test 49 Start 49: Kokkos_UnitTest_SIMD 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 49: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests 49: Test timeout computed to be: 1500 49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 49: Detected: 4 cores per node. 49: Detected: 1 MPI_ranks per node. 49: Requested: 8 threads per process. 49: [==========] Running 18 tests from 1 test suite. 49: [----------] Global test environment set-up. 49: [----------] 18 tests from simd 49: [ RUN ] simd.host_math_ops 49: [ OK ] simd.host_math_ops (0 ms) 49: [ RUN ] simd.device_math_ops 49: [ OK ] simd.device_math_ops (0 ms) 49: [ RUN ] simd.host_mask_ops 49: [ OK ] simd.host_mask_ops (0 ms) 49: [ RUN ] simd.device_mask_ops 49: [ OK ] simd.device_mask_ops (0 ms) 49: [ RUN ] simd.host_conversions 49: [ OK ] simd.host_conversions (0 ms) 49: [ RUN ] simd.device_conversions 49: [ OK ] simd.device_conversions (0 ms) 49: [ RUN ] simd.host_shift_ops 49: [ OK ] simd.host_shift_ops (0 ms) 49: [ RUN ] simd.device_shift_ops 49: [ OK ] simd.device_shift_ops (0 ms) 49: [ RUN ] simd.host_condition 49: [ OK ] simd.host_condition (0 ms) 49: [ RUN ] simd.device_condition 49: [ OK ] simd.device_condition (0 ms) 49: [ RUN ] simd.host_gen_ctors 49: [ OK ] simd.host_gen_ctors (0 ms) 49: [ RUN ] simd.device_gen_ctors 49: [ OK ] simd.device_gen_ctors (0 ms) 49: [ RUN ] simd.host_where_expressions 49: [ OK ] simd.host_where_expressions (0 ms) 49: [ RUN ] simd.device_where_expressions 49: [ OK ] simd.device_where_expressions (0 ms) 49: [ RUN ] simd.host_reductions 49: [ OK ] simd.host_reductions (0 ms) 49: [ RUN ] simd.device_reductions 49: [ OK ] simd.device_reductions (0 ms) 49: [ RUN ] simd.host_construction 49: [ OK ] simd.host_construction (0 ms) 49: [ RUN ] simd.device_construction 49: [ OK ] simd.device_construction (0 ms) 49: [----------] 18 tests from simd (1 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 18 tests from 1 test suite ran. (1 ms total) 49: [ PASSED ] 18 tests. 49/49 Test #49: Kokkos_UnitTest_SIMD ....................................... Passed 0.01 sec 100% tests passed, 0 tests failed out of 49 Label Time Summary: Kokkos = 457.65 sec*proc (42 tests) Total Test time (real) = 830.74 sec + gcc -I/var/jenkins/workspace/Kokkos_PR-8324/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 d75aa20a4f5edc2dcedd39e5b610ff29feb509c70fa67fd99b1a617767cf4f9c 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes d75aa20a4f5edc2dcedd39e5b610ff29feb509c70fa67fd99b1a617767cf4f9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build-2) [Pipeline] parallel [Pipeline] { (Branch: OPENACC-NVHPC-CUDA-12.2) [Pipeline] { (Branch: CUDA-12.2-NVHPC-AS-HOST-COMPILER) [Pipeline] { (Branch: SYCL-OneAPI) [Pipeline] { (Branch: HIP-ROCm-6.3) [Pipeline] { (Branch: HIP-ROCm-6.2-amdclang-CXX20) [Pipeline] { (Branch: OPENMPTARGET-Clang) [Pipeline] { (Branch: CUDA-11.8-Clang-15) [Pipeline] { (Branch: CUDA-12.5.1-Clang-17-RDC) [Pipeline] { (Branch: CUDA-13.0-NVCC-DEBUG) [Pipeline] stage [Pipeline] { (OPENACC-NVHPC-CUDA-12.2) [Pipeline] stage [Pipeline] { (CUDA-12.2-NVHPC-AS-HOST-COMPILER) [Pipeline] stage [Pipeline] { (SYCL-OneAPI) [Pipeline] stage [Pipeline] { (HIP-ROCm-6.3) [Pipeline] stage [Pipeline] { (HIP-ROCm-6.2-amdclang-CXX20) [Pipeline] stage [Pipeline] { (OPENMPTARGET-Clang) [Pipeline] stage [Pipeline] { (CUDA-11.8-Clang-15) [Pipeline] stage [Pipeline] { (CUDA-12.5.1-Clang-17-RDC) [Pipeline] stage [Pipeline] { (CUDA-13.0-NVCC-DEBUG) [Pipeline] node [Pipeline] node Running on fetnat_03 in /var/jenkins/workspace/Kokkos_PR-8324 [Pipeline] node [Pipeline] node Running on villars03 in /var/jenkins/workspace/Kokkos_PR-8324 [Pipeline] node Running on lascaux_03 in /var/jenkins/workspace/Kokkos_PR-8324 [Pipeline] node Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-8324 [Pipeline] node Running on fetnat_06 in /var/jenkins/workspace/Kokkos_PR-8324 [Pipeline] node [Pipeline] node Running on villars02 in /var/jenkins/workspace/Kokkos_PR-8324 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout using credential Jenkins ORNL Selected Git installation does not exist. Using Default The recommended git tool is: NONE Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL using credential Jenkins ORNL [Pipeline] checkout Fetching changes from the remote Git repository Fetching without tags [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL [Pipeline] checkout Fetching changes from the remote Git repository Selected Git installation does not exist. Using Default The recommended git tool is: NONE Fetching without tags 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 changes from the remote Git repository using credential Jenkins ORNL Fetching without tags Fetching without tags Fetching changes from the remote Git repository Fetching without tags Fetching changes from the remote Git repository Fetching without tags Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [Pipeline] readFile > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [Pipeline] sh Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" + docker build -t d36d62fb8674abef85101e547b7060f2bb328e3f --build-arg BASE=rocm/dev-ubuntu-24.04:6.3.4-complete@sha256:76e99e263ef6ce69ba5d32905623c801fff3f85a6108e931820f6eb1d13eac67 -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:8b7b1e2aa1f8e1cd841b8e315e2b3c74edc08cc401009f20a60429ca8f3420ac #1 transferring dockerfile: 1.52kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-24.04:6.3.4-complete@sha256:76e99e263ef6ce69ba5d32905623c801fff3f85a6108e931820f6eb1d13eac67 #2 sha256:de28b90f6cf93e459c093ec03773644437ab54f2e5d89be3c054a372600114c1 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh #2 DONE 0.3s #3 [internal] load .dockerignore #3 sha256:0b9462771d6156775d0292581d28d2e7877d6a897ad7d933563db5bac8fc92b5 #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-24.04:6.3.4-complete@sha256:76e99e263ef6ce69ba5d32905623c801fff3f85a6108e931820f6eb1d13eac67 #7 sha256:92356b43572764293ae5fb4d4e06d61ce85df398a639431b9a2f96d3f264089f #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:9bd3be144f7dd3afca9ae7d078fae13b53607d44c9fe8f3af416037b9a93622e #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:4552af6c79826efa4a7ec0af261887f67ff630ce9b57e6d2be6a7893e5b20187 #6 CACHED #4 [4/4] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.22.6 && CMAKE_SCRIPT=cmake-3.22.6-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.22.6-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:baef5874c8b1872a9d103d8a825f44dee04922a95af8b08f9c0a5a10516173bd #4 CACHED #8 exporting to image #8 sha256:2ba1344f6f906d4a650ba3c2c6fa2e7b20787f279b3090cd28ffdbc778b2841f #8 exporting layers done #8 writing image sha256:f67aa5222a274ed75aaae9c2920bd311bc8d5207c5c7676eda37aedd9aa17886 done #8 naming to docker.io/library/d36d62fb8674abef85101e547b7060f2bb328e3f:latest done #8 DONE 0.0s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) + docker build -t f23da05ac58c63374eaaaca18018e1dbe9892cdc --build-arg BASE=rocm/dev-ubuntu-24.04:6.2-complete@sha256:c7049ac3ae8516c7b230deec6dc6dd678a0b3f7215d5a7f7fe2f2b71880b62f8 --build-arg ADDITIONAL_PACKAGES=clang-tidy -f scripts/docker/Dockerfile.hipcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/10 : ARG BASE=rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65 Step 2/10 : FROM $BASE ---> bb64a742051d Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 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.22.6 ---> Using cache ---> bc7a6f4129f3 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 7de640abb6b6 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 ---> 6fd8604c550d Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> daee78a20427 Successfully built daee78a20427 Successfully tagged f23da05ac58c63374eaaaca18018e1dbe9892cdc:latest Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { Commit message: "Update desul hash" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile + docker inspect -f . d36d62fb8674abef85101e547b7060f2bb328e3f . [Pipeline] sh Commit message: "Update desul hash" Commit message: "Update desul hash" [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer lascaux_03 seems to be running inside container f0e26c3ec07f69288b7da86021cd84c5caf29af42777655dc848196c7eb31527 + docker inspect -f . f23da05ac58c63374eaaaca18018e1dbe9892cdc . > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 $ 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-8324 --volumes-from f0e26c3ec07f69288b7da86021cd84c5caf29af42777655dc848196c7eb31527 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** d36d62fb8674abef85101e547b7060f2bb328e3f cat > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 + docker build -t c142456017ba77633c11c3a56889b5452e918c33 -f scripts/docker/Dockerfile.sycl scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/15 : ARG BASE=nvcr.io/nvidia/cuda:12.0.0-devel-ubuntu22.04@sha256:0578d90ce082ed37cdc8daf31d401b5a62594a847e9cf6b5cdf4c2356ac49869 Step 2/15 : FROM $BASE ---> 91315bb281aa Step 3/15 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 6c74eea8d4d6 Step 4/15 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> bc207b0f4c2e 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 ---> 20c41978d115 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 ---> 6953b3a6de8a Step 7/15 : ARG CMAKE_VERSION=3.23.2 ---> Using cache ---> 3c13ce07baa1 Step 8/15 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 5eeadb58ed70 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 ---> 3cfd4733bcc6 Step 10/15 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 6a7f94c3f424 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 ---> 1c7d38c4c56d 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 ---> 884bce6d699e 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 ---> a9f8308bd27a Step 14/15 : ENV PATH=/opt/intel/oneapi/compiler/2025.0/bin/:$PATH ---> Using cache ---> 655e15f24b4c Step 15/15 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2025.0/lib:$LD_LIBRARY_PATH ---> Using cache ---> e3f5fc2e229c $ docker top 0a0817706af3d3cc7bbb147af8bfdb629a8bc899366d86209d69f3d99c366a5f -eo pid,comm [Pipeline] { Successfully built e3f5fc2e229c Successfully tagged c142456017ba77633c11c3a56889b5452e918c33:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [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-8324 --volumes-from 8a68f147197a3e12d82f8b252075b0da1ab6150e99784b93932741e618cdc66e -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** f23da05ac58c63374eaaaca18018e1dbe9892cdc cat $ docker top 8abff8db48198e5e485ef88588db11d883da79bcebccde340c913efb18243179 -eo pid,comm [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh + docker inspect -f . c142456017ba77633c11c3a56889b5452e918c33 . [Pipeline] } [Pipeline] // withEnv + docker build -t b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10 -f scripts/docker/Dockerfile.nvhpc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/9 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu22.04@sha256:d06b3185fe53e8d2d31482c974dcf6023efe857ebf2c1d9625a29b394560ac91 Step 2/9 : FROM $BASE ---> 1ba982ef9a08 Step 3/9 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 4e56eecb7860 Step 4/9 : RUN apt-get update && apt-get install -y ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 940d2d118cde Step 5/9 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> c9de334ad128 Step 6/9 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> f04935a01681 Step 7/9 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 0dc85dbaa63f Step 8/9 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 1449f74d2294 Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 3bda9a32528a Successfully built 3bda9a32528a [Pipeline] withDockerContainer + docker build -t 56048bf14005c8bd97018ab916a87001d30e8e3d -f scripts/docker/Dockerfile.openmptarget scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB 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 ---> 1c797b6ea7b6 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 ---> c73b3b3067fa Step 5/15 : ARG NPROC=8 ---> Using cache ---> 360612869884 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 ---> dcaa50503d67 Step 7/15 : ARG CMAKE_VERSION=3.27.7 ---> Using cache ---> 5ecb47646137 Step 8/15 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 47c5d9c9accf 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 ---> ba9f354b977e Step 10/15 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 940e42e25e0f Step 11/15 : ARG LLVM_VERSION=llvmorg-20.1.8 villars03 seems to be running inside container 04d8e1e16531b028dd7ff74b329a7cdb41db556d406b3908f94385823dcf3e33 + docker build -t a3a70b049d75330fa16a8ca83eba77caf570400c --build-arg BASE=nvcr.io/nvidia/cuda:13.0.0-devel-ubuntu24.04@sha256:435220c0fef35cbf712e11999f8670a83835ef3cdd18564e5e8122f83078c88c --build-arg CMAKE_VERSION=3.22.6 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> 949aeb228afe Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 72064de45255 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> c6f8fcd856f3 Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc wget ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 373f99812fe9 Step 6/10 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 7b2f0034c0cc Step 7/10 : ARG CMAKE_VERSION=3.22.6 ---> Using cache ---> bbe2e7816111 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 5554857ba434 Step 9/10 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 8f06dc0b8fe3 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 21d85a02a15b Successfully built 21d85a02a15b + ccache --zero-stats Statistics zeroed + ccache --zero-stats Statistics zeroed $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-8324 --volumes-from 04d8e1e16531b028dd7ff74b329a7cdb41db556d406b3908f94385823dcf3e33 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** c142456017ba77633c11c3a56889b5452e918c33 cat Successfully tagged b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10:latest ---> Using cache ---> cacf2a6c5594 Step 12/15 : ENV LLVM_DIR=/opt/llvm ---> Using cache ---> a91c04a6e319 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;offload" -DLLVM_TARGETS_TO_BUILD="X86;NVPTX" -DLIBOMPTARGET_DEVICE_ARCHITECTURES=sm_70 ../llvm && make -j${NPROC} && make install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> 943039f42b7c Step 14/15 : ENV PATH=${LLVM_DIR}/bin:$PATH ---> Using cache ---> f82985a0ac36 Step 15/15 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:${LLVM_DIR}/lib/x86_64-unknown-linux-gnu:$LD_LIBRARY_PATH ---> Using cache ---> ecacaaf9f8e9 Successfully built ecacaaf9f8e9 Successfully tagged 56048bf14005c8bd97018ab916a87001d30e8e3d:latest Successfully tagged a3a70b049d75330fa16a8ca83eba77caf570400c:latest $ docker top de38ef2b006a2052ba8811f3fc972234c286c649fcd985529bf0b3af70127bc7 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh + rm -rf build + echo /opt/rocm/llvm/lib + ldconfig [Pipeline] sh + docker inspect -f . b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10 . [Pipeline] } + docker inspect -f . 56048bf14005c8bd97018ab916a87001d30e8e3d . + docker inspect -f . a3a70b049d75330fa16a8ca83eba77caf570400c . [Pipeline] // withEnv + ccache --zero-stats Statistics zeroed [Pipeline] withDockerContainer fetnat_03 seems to be running inside container 34bb5815605d924d41bb4be981797b6f205410a7be5408ef1b34752c12eebfb6 + rm -rf build $ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-8324 --volumes-from 34bb5815605d924d41bb4be981797b6f205410a7be5408ef1b34752c12eebfb6 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10 cat + mkdir -p build + cd build + cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=/opt/rocm/llvm/bin/amdclang++ -DCMAKE_CXX_CLANG_TIDY=clang-tidy;-warnings-as-errors=* -DCMAKE_PREFIX_PATH=/opt/rocm/lib -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. -- Setting default Kokkos CXX standard to 20 -- The CXX compiler identification is Clang 18.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/rocm/llvm/bin/amdclang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 18.0.0 -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++20 for C++20 extensions as feature -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VEGA908 -- Found TPLROCM: /opt/rocm/lib/libamdhip64.so -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DNDEBUG -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=OFF -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON .. -- Setting default Kokkos CXX standard to 20 $ docker top 83005bf2141603412525adf86c1d62645ceb03ff6a40bbd2bdb4712e46920198 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] } [Pipeline] } [Pipeline] sh [Pipeline] // withEnv + rm -rf build [Pipeline] // withEnv -- The CXX compiler identification is Clang 18.0.0 -- Detecting CXX compiler ABI info [Pipeline] withDockerContainer fetnat_06 seems to be running inside container b9c14e335f27d1fe2c83e8b0f38e31037600b4f7427026720cf993c750697945 $ 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-8324 --volumes-from b9c14e335f27d1fe2c83e8b0f38e31037600b4f7427026720cf993c750697945 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 56048bf14005c8bd97018ab916a87001d30e8e3d cat -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- No installed google benchmark found, fetching from GitHub + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=icpx -DCMAKE_CXX_FLAGS=-fsycl-device-code-split=per_kernel -fp-model=precise -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -DKokkos_ARCH_NATIVE=ON -DKokkos_ARCH_AMPERE80=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DoneDPL_ROOT=/opt/intel/oneapi/dpl/2022.7 -DKokkos_ENABLE_SYCL=ON -DKokkos_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=20 .. -- Setting default Kokkos CXX standard to 20 -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- The CXX compiler identification is IntelLLVM 2025.0.4 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/rocm/bin/hipcc - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 6.3.42134 -- Using -std=gnu++20 for C++20 extensions as feature -- [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-8324/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/intel/oneapi/compiler/2025.0/bin/icpx - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- [benchmark] Performing Test HAVE_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 project name is: Kokkos -- Using internal gtest for testing $ docker top 119ee97f35cc22e5046dfd95e6eb5028f1b4cb000559ea5e1c63444c22ffc3af -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withDockerContainer -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8324/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++20 for C++20 extensions as feature villars02 seems to be running inside container 8b6d54a792b8f3d4268391c5234fa7cd7a479f65230f8ac00fec2f99cee65022 $ 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-8324 --volumes-from 8b6d54a792b8f3d4268391c5234fa7cd7a479f65230f8ac00fec2f99cee65022 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** a3a70b049d75330fa16a8ca83eba77caf570400c cat -- [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 Still waiting to schedule task Waiting for next available executor on ‘nvidia-docker&&large_images&&volta’ -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestHIP.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;HIP -- Configuring done 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’ -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j16 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 2%] Built target AlwaysCheckGit [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o -- SIMD: AVX512 detected -- Looking for SYCL_EXT_ONEAPI_GRAPH [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 2%] Linking CXX shared library libimpl_git_version.so [ 2%] Built target impl_git_version [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Linking CXX shared library libkokkosprinter-tool.so [ 3%] Built target kokkosprinter-tool [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o $ docker top c17d1da817738f8695baf8d9e1e0b30d3f8a57986e2efc8e6d24f6b5b28cccb4 -eo pid,comm [ 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 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] { [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] sh [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o + ccache --zero-stats Statistics zeroed [Pipeline] sh + ccache --zero-stats Statistics zeroed [Pipeline] sh [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o + rm -rf build + rm -rf build [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o + rm -rf build [ 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%] Linking CXX shared library libbenchmark.so [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: Kokkos::OpenMP -- Host Serial: NONE -- -- Architectures: -- NATIVE -- VEGA908 -- Looking for C++ include pthread.h [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o + mkdir -p build + cd build + /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 20 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS -- Looking for SYCL_EXT_ONEAPI_GRAPH - found -- Built-in Execution Spaces: -- Device Parallel: Kokkos::SYCL -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- 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 + 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=20 .. -- Setting default Kokkos CXX standard to 20 + mkdir -p build + cd build + cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-8324/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror -Werror=all-warnings -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEBUG=ON -DKokkos_ENABLE_DEBUG_BOUNDS_CHECK=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=OFF -DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=ON .. -- Setting default Kokkos CXX standard to 20 -- The CXX compiler identification is Clang 20.1.8 [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o -- Detecting CXX compiler ABI info -- 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 -- 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/llvm/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- Performing Test _fsycl_option - Success -- Looking for C++ include sycl/sycl.hpp -- 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 -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o -- The project name is: Kokkos -- Using internal gtest for testing [ 5%] Linking CXX static library libkokkos_gtest.a [ 5%] Built target kokkos_gtest [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- The project name is: Kokkos -- Using internal gtest for testing [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8324/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++20 for C++20 extensions as feature -- Configured git information in /var/jenkins/workspace/Kokkos_PR-8324/build/generated/Kokkos_Version_Info.cpp -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++20 for C++20 extensions as feature -- The CXX compiler identification is GNU 13.3.0 -- Detecting CXX compiler ABI info [ 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 -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenMPTarget -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Found OpenMP_CXX: -fopenmp=libomp (Required is at least version "3.0") -- Found OpenMP: TRUE (Required is at least version "3.0") found components: CXX -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-8324/bin/nvcc_wrapper - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenACC -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- The project name is: Kokkos -- Using internal gtest for testing -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- Compiler Version: 13.0.48 -- Using -std=c++20 for C++20 standard as feature [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- Looking for C++ include sycl/sycl.hpp - found -- Adding -fsycl compiler option -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;OPENACC -- Configuring done -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- Generating done -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [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 -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/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/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o -- [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 [ 2%] Built target AlwaysCheckGit [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.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 -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_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 -- SIMD: AVX512 detected -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [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] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") -- [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-8324/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- [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_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_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Failed -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- Detected CUDA Compute Capability 80 -- Setting Kokkos_ARCH_AMPERE80=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: Kokkos::OpenMP -- Host Serial: NONE -- -- Architectures: -- NATIVE -- AMPERE80 -- Found CUDAToolkit: /usr/local/cuda/include (found version "13.0.48") -- Looking for C++ include pthread.h -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [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 [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [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_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - 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_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8324/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- No installed google benchmark found, fetching from GitHub -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- Kokkos Backends: SERIAL;OPENMPTARGET -- Configuring done (15.3s) -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- Found OpenMP_CXX: -fopenmp (found suitable version "4.5", minimum required is "3.0") -- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "3.0") found components: CXX -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- Generating done (1.3s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/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 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_Command_Line_Parsing.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/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK [ 0%] Built target AlwaysCheckGit -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Linking CXX shared library libkokkosprinter-tool.so [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 0%] Built target kokkosprinter-tool [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.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_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- No installed google benchmark found, fetching from GitHub [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o -- Kokkos Backends: SERIAL;SYCL [ 1%] Linking CXX static library libimpl_git_version.a [ 1%] Built target impl_git_version [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- Configuring done [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 6%] Linking CXX shared library libkokkoscore.so [ 6%] Built target kokkoscore [ 6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 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_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.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_Abort.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 7%] Linking CXX static library libkokkossimd.a [ 7%] Built target kokkossimd [ 7%] Linking CXX static library libkokkosalgorithms.a [ 7%] Built target kokkosalgorithms [ 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 -- [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 [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.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 [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 1%] Linking CXX static library libkokkos_gtest.a [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Built target kokkos_gtest [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 2%] Built target AlwaysCheckGit [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 2%] Built target kokkosprinter-tool -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-8324/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target impl_git_version [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 4%] Linking CXX static library libbenchmark.a [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.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/perf_counters.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 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 -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 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_HostSpace_deepcopy.cpp.o [ 4%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target impl_git_version [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.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/OpenACC/Kokkos_OpenACC_Instance.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 [ 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_SharedAlloc.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 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 -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 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/timers.cc.o [ 4%] Linking CXX static library libkokkos_gtest.a [ 4%] Built target kokkos_gtest [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o [ 4%] Linking CXX static library libbenchmark.a -- [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 [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j16 [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.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_HostThreadTeam.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Built target AlwaysCheckGit [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Linking CXX static library libbenchmark_main.a [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 5%] Built target benchmark_main [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 7%] Linking CXX shared library libkokkoscontainers.so [ 7%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.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_Default.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 2%] Built target kokkosprinter-tool [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestOpenMP.cpp -- Sources TestCuda.cpp [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target impl_git_version [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: OPENMP;CUDA -- Configuring done [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o -- Generating done [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Built target AlwaysCheckGit [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Linking CXX static library libkokkos_gtest.a [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Built target kokkos_gtest [ 3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o nvcc_wrapper has been given GNU extension standard flag -std=gnu++20 - reverting flag to -std=c++20 [ 3%] Linking CXX shared library libimpl_git_version.so [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] 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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 4%] Linking CXX shared library libbenchmark.so [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 4%] Built target benchmark [ 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/HIP/Kokkos_HIP_Instance.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_IsXnack.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/Cuda/Kokkos_CudaSpace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] Building CXX object 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%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 5%] Linking CXX shared library libbenchmark_main.so [ 6%] Linking CXX static library libkokkosalgorithms.a [ 7%] Linking CXX static library libkokkossimd.a [ 7%] Built target kokkosalgorithms [ 7%] Built target kokkossimd [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o [ 5%] Built target benchmark_main [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 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_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 5%] Linking CXX static library libbenchmark_main.a [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_ZeroMemset.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 5%] Built target benchmark_main [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/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 algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkosalgorithms [ 6%] Built target kokkossimd [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 11%] 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 libbenchmark.a [ 6%] Built target benchmark [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main [ 6%] Linking CXX static library libkokkos_gtest.a [ 6%] Built target kokkos_gtest [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 6%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] 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 [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkossimd [ 6%] Built target kokkosalgorithms [ 6%] Linking CXX static library libkokkosalgorithms.a [ 7%] Linking CXX static library libkokkossimd.a [ 7%] Built target kokkosalgorithms [ 7%] Built target kokkossimd [ 11%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_BasicView.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/hip/TestHIP_InterOp_Graph.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 5%] Linking CXX shared library libkokkoscore.so [ 5%] Built target kokkoscore [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkossimd [ 6%] Built target kokkosalgorithms [ 6%] Linking CXX shared library libkokkoscontainers.so [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Built target kokkoscontainers [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_BasicView.cpp.o [ 8%] 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_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpGraph.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.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_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.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_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_BasicView.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU.dir/hip/TestHIP_InterOp_StreamsMultiGPU.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_HIP.dir/hip/TestHIP_Abort.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPGraphAtomicLocks.dir/hip/TestHIP_GraphAtomicLocks.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 11%] Linking CXX executable Kokkos_ProfilingAllCalls [ 11%] Built target Kokkos_ProfilingAllCalls [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 11%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 11%] Built target Kokkos_CoreUnitTest_Develop [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 11%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 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_AtomicOperations_unsignedlongint.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 21%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.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_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 21%] Built target Kokkos_CoreTestCompileOnly [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 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/TestBitManipulation.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 13%] Built target Kokkos_CoreUnitTest_Develop [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.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_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 14%] Built target Kokkos_CoreUnitTest_HIPGraphAtomicLocks [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 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 [ 12%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedAccessor.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 26%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 26%] Built target Kokkos_CoreUnitTest_Develop [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 14%] Built target Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 14%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Built target Kokkos_CoreUnitTest_HIPInterOpGraph [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 27%] Built target Kokkos_CoreUnitTest_Cuda3 [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ReferenceCountedDataHandle.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorArg.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 15%] Linking CXX executable Kokkos_ToolsInitialization [ 15%] Built target Kokkos_ToolsInitialization [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ReferenceCountedAccessor.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 15%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 32%] Built target Kokkos_CoreUnitTest_Default [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 14%] Linking CXX executable Kokkos_ProfilingAllCalls [ 14%] Built target Kokkos_ProfilingAllCalls [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 10%] 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_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_KokkosP [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 17%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 17%] Linking CXX executable Kokkos_StackTraceTestExec [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 17%] Built target Kokkos_StackTraceTestExec [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 15%] Linking CXX executable Kokkos_ToolsInitialization [ 15%] Built target Kokkos_ToolsInitialization [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedAccessor.cpp.o [ 36%] Built target Kokkos_CoreUnitTest_Cuda2 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o [ 36%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 18%] Built target Kokkos_CoreUnitTest_CTestDevice [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ReferenceCountedDataHandle.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 37%] 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_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 37%] 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_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ViewCustomizationAccessorArg.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ReferenceCountedDataHandle.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAllocationType.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_KokkosP [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 40%] Linking CXX executable Kokkos_StackTraceTestExec [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 40%] Built target Kokkos_StackTraceTestExec [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 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_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_CTestDevice [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_Cuda1 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_KokkosP [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 41%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.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_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 41%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorArg.cpp.o [ 41%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 42%] Built target Kokkos_IncrementalTest_OPENMP [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.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 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int8.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int8.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.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_Array_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.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_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 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 [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_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_BitManipulation_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 45%] 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_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 12%] 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_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ViewCustomizationAllocationType.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 47%] Built target Kokkos_IncrementalTest_CUDA [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int16.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAllocationType.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_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_ExecPolicy_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 18%] 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/TestTypeList.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC_ViewSupport.dir/openacc/TestOpenACC_View_ReferenceCountedDataHandle.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 21%] 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_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 62%] Built target Kokkos_PerformanceTest_SharedSpace [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int16.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP_ViewSupport.dir/hip/TestHIP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 64%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 64%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.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_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 64%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 23%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 20%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int16.cpp.o [ 64%] Built target Kokkos_PerformanceTest_Mempool [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 64%] Built target Kokkos_Benchmark_Atomic_MinMax [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 65%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 23%] Built target Kokkos_CoreTestCompileOnly [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 65%] Built target Kokkos_PerformanceTest_Atomic [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 65%] Built target Kokkos_PerformanceTest_Reduction [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 65%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 67%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL_ViewSupport.dir/sycl/TestSYCL_View_ViewCustomizationAccessorFromMapping.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 67%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 67%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 67%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 67%] Built target Kokkos_ContainersTestCompileOnly [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 17%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC_ViewSupport [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport.dir/openmptarget/TestOpenMPTarget_View_ViewCustomizationAccessorFromMapping.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 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_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 17%] Built target Kokkos_CoreUnitTest_OpenACC_ViewSupport [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 26%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 69%] Linking CXX executable Kokkos_UnitTest_Random [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 26%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 26%] Built target Kokkos_IncrementalTest_HIP [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 69%] Built target Kokkos_UnitTest_Random [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_Develop [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 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_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.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_HIP.dir/hip/TestHIP_Complex.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_SYCL_ViewSupport [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 16%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 16%] Built target Kokkos_CoreTestCompileOnly [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o [ 20%] Linking CXX executable Kokkos_CoreUnitTest_HIP_ViewSupport [ 20%] Built target Kokkos_CoreUnitTest_HIP_ViewSupport [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o [ 77%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 21%] 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_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int8.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 77%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 77%] Built target Kokkos_ContainersUnitTest_OpenMP [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport [ 18%] 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_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 78%] Built target Kokkos_ContainersUnitTest_Cuda [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 27%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 27%] Built target Kokkos_IncrementalTest_OPENMP [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 79%] Linking CXX executable Kokkos_UnitTest_Sort [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.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_C.dir/TestStdAlgorithmsEqual.cpp.o [ 79%] Built target Kokkos_UnitTest_Sort [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.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/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int16.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_SYCL_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.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_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 82%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int8.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 21%] Linking CXX executable Kokkos_StackTraceTestExec [ 21%] Built target Kokkos_StackTraceTestExec [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Assignment.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 82%] Built target Kokkos_PerformanceTest_Benchmark [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 82%] 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_D.dir/TestStdAlgorithmsUnique.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopy_Narrowing.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 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 [ 21%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 18%] 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_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 22%] Built target Kokkos_CoreUnitTest_Default [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.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_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 23%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.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_G.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_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 algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.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_SubView_c13.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_I.dir/UnitTestMain.cpp.o [ 90%] 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_I.dir/TestStdAlgorithmsCommon.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanAtomicAccessor.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 23%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 23%] Built target Kokkos_CoreTestCompileOnly [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanConversion.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 91%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 33%] Built target Kokkos_CoreUnitTest_Default [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 94%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 94%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 95%] Built target Kokkos_CoreUnitTest_OpenMP [ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 95%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 96%] Linking CXX executable Kokkos_atomic [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o [ 96%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 96%] Built target Kokkos_atomic [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 96%] Built target Kokkos_PerformanceTest_InclusiveScan [ 97%] Linking CXX executable Kokkos_UnitTest_SIMD [ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 98%] Linking CXX executable Kokkos_gather [ 98%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 99%] Linking CXX executable Kokkos_gups [ 99%] Built target Kokkos_gather [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 99%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 99%] Linking CXX executable Kokkos_stream [ 99%] Linking CXX executable Kokkos_launch_latency [ 99%] Built target Kokkos_gups [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 99%] Built target Kokkos_stream [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 99%] Built target Kokkos_launch_latency [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 99%] Linking CXX executable Kokkos_view_copy_constructor [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 99%] Built target Kokkos_view_copy_constructor [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int16.cpp.o [ 99%] Linking CXX executable Kokkos_policy_performance [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 99%] Built target Kokkos_policy_performance [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.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_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 99%] Linking CXX executable Kokkos_bytes_and_flops [ 19%] Built target Kokkos_CoreUnitTest_Develop [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 99%] Built target Kokkos_bytes_and_flops [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: c17d1da81773 Build name: Linux-nvcc_wrapper Create new tag: 20250923-1529 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 1: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 1: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 1: For unit testing set OMP_PROC_BIND=false 1: 1: [==========] Running 392 tests from 4 test suites. 1: [----------] Global test environment set-up. 1: [----------] 20 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o 1: [ OK ] openmp_DeathTest.abort_from_host (748 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device 1: [ OK ] openmp_DeathTest.abort_from_device (833 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (783 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (797 ms) 1: [ RUN ] openmp_DeathTest.policy_invalid_bounds [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o 1: [ OK ] openmp_DeathTest.policy_invalid_bounds (782 ms) 1: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (1589 ms) 1: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 1: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (820 ms) 1: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (1691 ms) 1: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (3191 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 21%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_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_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 21%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 25%] Built target Kokkos_CoreUnitTest_KokkosP [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 23%] Built target Kokkos_CoreUnitTest_TuningBasics [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 23%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_Default [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 18%] Built target Kokkos_CoreTestCompileOnly [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 25%] Linking CXX executable Kokkos_ProfilingAllCalls [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 25%] Built target Kokkos_ProfilingAllCalls [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopy_Assignment.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 25%] Linking CXX executable Kokkos_ToolsInitialization [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 25%] Built target Kokkos_ToolsInitialization [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopy_Narrowing.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopyAlignment.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpaceThreadSafety.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 29%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 29%] Built target Kokkos_CoreTestCompileOnly [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Graph.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 30%] Built target Kokkos_CoreUnitTest_CTestDevice [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 19%] 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 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 30%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 49%] 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_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 31%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.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_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 31%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 27%] Built target Kokkos_CoreUnitTest_KokkosP [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 27%] 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_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 32%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_Timer.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 51%] 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_RangePolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.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_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 21%] 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_UniqueToken.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 31%] Linking CXX executable Kokkos_ProfilingAllCalls [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_Default [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalSpecialFunctions.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o [ 31%] Built target Kokkos_ProfilingAllCalls [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (108969 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 55%] Linking CXX executable 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%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o [ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 31%] Linking CXX executable Kokkos_ToolsInitialization [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 31%] Built target Kokkos_ToolsInitialization [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 56%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 56%] Built target Kokkos_PerformanceTest_SharedSpace [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_Assignment.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.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_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 59%] Built target Kokkos_PerformanceTest_Mempool [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_DeepCopy_[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o Narrowing.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 59%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 59%] Built target Kokkos_Benchmark_Atomic_MinMax [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o [ 36%] Linking CXX executable Kokkos_StackTraceTestExec [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 36%] Built target Kokkos_StackTraceTestExec [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 59%] Built target Kokkos_PerformanceTest_Reduction [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 36%] 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_HIP.dir/hip/TestHIP_NumericTraits.cpp.o [ 40%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 40%] Built target Kokkos_IncrementalTest_SERIAL [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 59%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewBadAlloc.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.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_Atomic.dir/BenchmarkMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 36%] 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_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 46%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 46%] Built target Kokkos_IncrementalTest_HIP [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 60%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 60%] Built target Kokkos_PerformanceTest_Atomic [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 31%] Linking CXX executable Kokkos_StackTraceTestExec [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 31%] Built target Kokkos_StackTraceTestExec [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 46%] 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/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (98844 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix [ 63%] 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_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_c.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.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_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 48%] 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_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpaceThreadSafety.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.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 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 48%] 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_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 64%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Assignment.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o [ 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 [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanAtomicAccessor.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanConversion.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorProp.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 64%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 52%] 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_c7.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 67%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 67%] Built target Kokkos_ContainersTestCompileOnly [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 35%] 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_SYCL1A.dir/sycl/TestSYCL_DeepCopy_Narrowing.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 52%] 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_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Graph.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessorAccessViolation.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 69%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 69%] Built target Kokkos_ContainersUnitTest_HIP [ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 36%] 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_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_OccupancyControlTrait.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessor.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 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_D.dir/UnitTestMain.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 73%] Built target Kokkos_ContainersPerformanceTest_HIP [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 56%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 56%] Built target Kokkos_PerformanceTest_SharedSpace [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.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_ViewResize_123.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.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_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o [ 29%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 73%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 73%] Built target Kokkos_ContainersUnitTest_OpenMP [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (99793 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (12332 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfViews.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 42%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 42%] Built target Kokkos_CoreUnitTest_CTestDevice [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5413 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 43%] Built target Kokkos_IncrementalTest_SERIAL [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Linking CXX executable Kokkos_UnitTest_Random [ 75%] Built target Kokkos_UnitTest_Random [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (5408 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [ RUN ] openmp_DeathTest.view_out_of_bounds_access [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 77%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 77%] Built target Kokkos_PerformanceTest_Benchmark [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 38%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Timer.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_CTestDevice [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o 1: [ OK ] openmp_DeathTest.view_out_of_bounds_access (12193 ms) 1: [ RUN ] openmp_DeathTest.view_subview_wrong_extents [ 39%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_OPENMPTARGET.cpp.o [ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03b_MemorySpace_free_OPENMPTARGET.cpp.o [ 40%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_IncrementalTest_SERIAL [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.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_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o 1: [ OK ] openmp_DeathTest.view_subview_wrong_extents (18375 ms) 1: [ RUN ] openmp_DeathTest.view_subview_constructor_layout_compatibility [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 58%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 58%] Built target Kokkos_Benchmark_Atomic_MinMax [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp 1: [ OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (1576 ms) 1: [----------] 20 tests from openmp_DeathTest (374145 ms total) 1: 1: [----------] 1 test from openmp_graph_DeathTest 1: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o 1: [ OK ] openmp_graph_DeathTest.can_instantiate_only_once (1442 ms) 1: [----------] 1 test from openmp_graph_DeathTest (1442 ms total) 1: 1: [----------] 354 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_operator_equal 1: [ OK ] openmp.array_operator_equal (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (2 ms) 1: [ RUN ] openmp.atomic_operations_complexfloat 1: [ OK ] openmp.atomic_operations_complexfloat (2 ms) 1: [ RUN ] openmp.atomic_operations_double 1: [ OK ] openmp.atomic_operations_double (2 ms) 1: [ RUN ] openmp.atomic_operations_float 1: [ OK ] openmp.atomic_operations_float (2 ms) 1: [ RUN ] openmp.atomic_operations_int8 1: [ OK ] openmp.atomic_operations_int8 (4 ms) 1: [ RUN ] openmp.atomic_operations_int16 1: [ OK ] openmp.atomic_operations_int16 (4 ms) 1: [ RUN ] openmp.atomic_operations_int 1: [ OK ] openmp.atomic_operations_int (4 ms) 1: [ RUN ] openmp.atomic_operations_long 1: [ OK ] openmp.atomic_operations_long (4 ms) 1: [ RUN ] openmp.atomic_operations_longlong 1: [ OK ] openmp.atomic_operations_longlong (4 ms) 1: [ RUN ] openmp.atomic_shared 1: [ OK ] openmp.atomic_shared (0 ms) 1: [ RUN ] openmp.atomic_operations_unsigned 1: [ OK ] openmp.atomic_operations_unsigned (4 ms) 1: [ RUN ] openmp.atomic_operations_unsignedlong 1: [ OK ] openmp.atomic_operations_unsignedlong (4 ms) 1: [ RUN ] openmp.atomics 1: [ OK ] openmp.atomics (13 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 (457 ms) 1: [ RUN ] openmp.atomic_views_nonintegral [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.cpp.o 1: [ OK ] openmp.atomic_views_nonintegral (325 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (0 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.complex_structured_bindings 1: [ OK ] openmp.complex_structured_bindings (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (3 ms) 1: [ RUN ] openmp.crs_copy_constructor 1: [ OK ] openmp.crs_copy_constructor (12 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_0 1: [ OK ] openmp.deep_copy_assignable_types_rank_0 (9 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_1 1: [ OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_2 1: [ OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_3 1: [ OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_4 1: [ OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_5 1: [ OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_6 1: [ OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_7 1: [ OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_8 1: [ OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_1_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_2_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_3_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_0 1: [ OK ] openmp.deep_copy_narrowing_rank_0 (2 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_1 1: [ OK ] openmp.deep_copy_narrowing_rank_1 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_2 1: [ OK ] openmp.deep_copy_narrowing_rank_2 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_3 1: [ OK ] openmp.deep_copy_narrowing_rank_3 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_4 1: [ OK ] openmp.deep_copy_narrowing_rank_4 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_5 1: [ OK ] openmp.deep_copy_narrowing_rank_5 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_6 1: [ OK ] openmp.deep_copy_narrowing_rank_6 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_7 1: [ OK ] openmp.deep_copy_narrowing_rank_7 (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_8 1: [ OK ] openmp.deep_copy_narrowing_rank_8 (0 ms) 1: [ RUN ] openmp.deep_copy_alignment 1: [ OK ] openmp.deep_copy_alignment (9 ms) 1: [ RUN ] openmp.deep_copy_conversion 1: [ OK ] openmp.deep_copy_conversion (90 ms) 1: [ RUN ] openmp.partitioning_by_args 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.partitioning_by_args (0 ms) 1: [ RUN ] openmp.partitioning_by_args_with_structured_bindings 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.partitioning_by_args_with_structured_bindings (0 ms) 1: [ RUN ] openmp.partitioning_by_vector 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.partitioning_by_vector (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.exec_space_thread_safety_range (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_reduce 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.exec_space_thread_safety_range_reduce (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce (0 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_scan 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 1: The OpenMP configuration doesn't allow nested parallelism 1: [ SKIPPED ] openmp.exec_space_thread_safety_range_scan (0 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.when_all_type 1: [ OK ] openmp.when_all_type (0 ms) 1: [ RUN ] openmp.graph_capture 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 1: The graph backend for OpenMP does not support capture. 1: [ SKIPPED ] openmp.graph_capture (0 ms) 1: [ RUN ] openmp.graph_then 1: [ OK ] openmp.graph_then (0 ms) 1: [ RUN ] openmp.then_host 1: [ OK ] openmp.then_host (0 ms) 1: [ RUN ] openmp.mixed_then_host_device_nodes 1: [ OK ] openmp.mixed_then_host_device_nodes (0 ms) 1: [ RUN ] openmp.graph_then_tag 1: [ OK ] openmp.graph_then_tag (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.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_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (4365 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (4657 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpaceThreadSafety.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (3259 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (3302 ms) 1: [ RUN ] openmp.deep_copy_scratch 1: [ OK ] openmp.deep_copy_scratch (0 ms) 1: [ RUN ] openmp.mathematical_constants_e 1: [ OK ] openmp.mathematical_constants_e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log2e 1: [ OK ] openmp.mathematical_constants_log2e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log10e 1: [ OK ] openmp.mathematical_constants_log10e (0 ms) 1: [ RUN ] openmp.mathematical_constants_pi 1: [ OK ] openmp.mathematical_constants_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_pi 1: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 1: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln2 1: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln10 1: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt2 1: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt3 1: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrt3 1: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_egamma 1: [ OK ] openmp.mathematical_constants_egamma (0 ms) 1: [ RUN ] openmp.mathematical_constants_phi 1: [ OK ] openmp.mathematical_constants_phi (0 ms) 1: [ RUN ] openmp.mathematical_functions_trigonometric_functions 1: [ OK ] openmp.mathematical_functions_trigonometric_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 1: [ OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_non_standard 1: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 1: [ RUN ] openmp.mathematical_functions_power_functions 1: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_fma 1: [ OK ] openmp.mathematical_functions_fma (0 ms) 1: [ RUN ] openmp.mathematical_functions_fmax_fmin 1: [ OK ] openmp.mathematical_functions_fmax_fmin (0 ms) 1: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 1: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_absolute_value 1: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 1: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_remainder_function 1: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] openmp.mathematical_functions_isfinite 1: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 1: [ RUN ] openmp.mathematical_functions_isinf 1: [ OK ] openmp.mathematical_functions_isinf (0 ms) 1: [ RUN ] openmp.mathematical_functions_isnan 1: [ OK ] openmp.mathematical_functions_isnan (0 ms) 1: [ RUN ] openmp.mathematical_functions_impl_half_fallback 1: [ OK ] openmp.mathematical_functions_impl_half_fallback (0 ms) 1: [ RUN ] openmp.mathematical_functions_nextafter_fp16 1: [ OK ] openmp.mathematical_functions_nextafter_fp16 (0 ms) 1: [ RUN ] openmp.mathematical_functions_exponential_functions 1: [ OK ] openmp.mathematical_functions_exponential_functions (1 ms) 1: [ RUN ] openmp.mathspecialfunc_expint1 1: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_errorfunc 1: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 1: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (8 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 1: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (8 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 1: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 1: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 1: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 1: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] openmp.mdrange_5d [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.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_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o 1: [ OK ] openmp.mdrange_5d (1745 ms) 1: [ RUN ] openmp.mdrange_6d [ 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_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o 1: [ OK ] openmp.mdrange_6d (2426 ms) 1: [ RUN ] openmp.mdrange_2d 1: [ OK ] openmp.mdrange_2d (5 ms) 1: [ RUN ] openmp.mdrange_array_reduce 1: [ OK ] openmp.mdrange_array_reduce (0 ms) 1: [ RUN ] openmp.mdrange_3d 1: [ OK ] openmp.mdrange_3d (48 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (166 ms) 1: [ RUN ] openmp.mdrange_4d [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o 1: [ OK ] openmp.mdrange_4d (1207 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 1: [ OK ] openmp.mdrange_large_deep_copy (4121 ms) 1: [ RUN ] openmp.md_range_policy_construction_from_arrays 1: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] openmp.policy_get_tile_size 1: [ OK ] openmp.policy_get_tile_size (0 ms) 1: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 46%] 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 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanAtomicAccessor.cpp.o 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (5003 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMDSpan.hpp:63: Skipped 1: mdspan not enabled 1: [ SKIPPED ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (0 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (0 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] openmp.numeric_traits_digits 1: [ OK ] openmp.numeric_traits_digits (0 ms) 1: [ RUN ] openmp.numeric_traits_digits10 1: [ OK ] openmp.numeric_traits_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_max_digits10 1: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_radix 1: [ OK ] openmp.numeric_traits_radix (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent 1: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent10 1: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 1: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] openmp.numeric_traits_sfinae_friendly 1: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] openmp.occupancy_control 1: [ OK ] openmp.occupancy_control (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (44 ms) 1: [ RUN ] openmp.cxx11 1: [ OK ] openmp.cxx11 (0 ms) 1: [ RUN ] openmp.viewctorprop_embedded_dim 1: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] openmp.parallel_scan_range_policy 1: [ OK ] openmp.parallel_scan_range_policy (53 ms) 1: [ RUN ] openmp.kokkos_printf 1: [ OK ] openmp.kokkos_printf (2 ms) 1: [ RUN ] openmp.range_for 1: [ OK ] openmp.range_for (1 ms) 1: [ RUN ] openmp.range_reduce 1: [ OK ] openmp.range_reduce (0 ms) 1: [ RUN ] openmp.range_dynamic_policy 1: [ OK ] openmp.range_dynamic_policy (0 ms) 1: [ RUN ] openmp.large_parallel_for_reduce 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestRange.hpp:379: Skipped 1: Disabling for host backends 1: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 1: [ RUN ] openmp.range_policy_runtime_parameters 1: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.range_policy_one_way_convertible_bounds 1: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 1: [ RUN ] openmp.range_for_require 1: [ OK ] openmp.range_for_require (0 ms) 1: [ RUN ] openmp.range_reduce_require 1: [ OK ] openmp.range_reduce_require (0 ms) 1: [ RUN ] openmp.range_dynamic_policy_require 1: [ OK ] openmp.range_dynamic_policy_require (0 ms) 1: [ RUN ] openmp.reducers_int 1: [ OK ] openmp.reducers_int (6 ms) 1: [ RUN ] openmp.reducers_double 1: [ OK ] openmp.reducers_double (6 ms) 1: [ RUN ] openmp.reducers_complex_double 1: [ OK ] openmp.reducers_complex_double (1 ms) 1: [ RUN ] openmp.reducers_struct 1: [ OK ] openmp.reducers_struct (3 ms) 1: [ RUN ] openmp.reducers_half_t 1: [ OK ] openmp.reducers_half_t (2 ms) 1: [ RUN ] openmp.reducers_bhalf_t 1: [ OK ] openmp.reducers_bhalf_t (2 ms) 1: [ RUN ] openmp.reducers_int8_t 1: [ OK ] openmp.reducers_int8_t (1 ms) 1: [ RUN ] openmp.reducers_int16_t 1: [ OK ] openmp.reducers_int16_t (1 ms) 1: [ RUN ] openmp.reducers_point_t 1: [ OK ] openmp.reducers_point_t (1 ms) 1: [ RUN ] openmp.reducers_bool 1: [ OK ] openmp.reducers_bool (0 ms) 1: [ RUN ] openmp.int64_t_reduce 1: [ OK ] openmp.int64_t_reduce (74 ms) 1: [ RUN ] openmp.double_reduce 1: [ OK ] openmp.double_reduce (76 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic 1: [ OK ] openmp.int64_t_reduce_dynamic (163 ms) 1: [ RUN ] openmp.double_reduce_dynamic 1: [ OK ] openmp.double_reduce_dynamic (170 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (34 ms) 1: [ RUN ] openmp.int_combined_reduce 1: [ OK ] openmp.int_combined_reduce (0 ms) 1: [ RUN ] openmp.mdrange_combined_reduce 1: [ OK ] openmp.mdrange_combined_reduce (0 ms) 1: [ RUN ] openmp.int_combined_reduce_mixed 1: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 1: [ RUN ] openmp.reduction_identity_min_max_floating_point_types 1: [ OK ] openmp.reduction_identity_min_max_floating_point_types (2 ms) 1: [ RUN ] openmp.reduction_deduction 1: [ OK ] openmp.reduction_deduction (0 ms) 1: [ RUN ] openmp.reduce_device_view_range_policy [ 32%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A 1: [ OK ] openmp.reduce_device_view_range_policy (745 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorProp.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanConversion.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o 1: [ OK ] openmp.reduce_device_view_mdrange_policy (6074 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o 1: [ OK ] openmp.reduce_device_view_team_policy (810 ms) 1: [ RUN ] openmp.impl_shared_alloc 1: [ OK ] openmp.impl_shared_alloc (23 ms) 1: [ RUN ] openmp.kokkos_swap 1: [ OK ] openmp.kokkos_swap (0 ms) 1: [ RUN ] openmp.team_for 1: [ OK ] openmp.team_for (22 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (24 ms) 1: [ RUN ] openmp.team_reduce_large [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test10_HierarchicalBasics_OPENMPTARGET.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o 1: [ OK ] openmp.team_reduce_large (1377 ms) 1: [ RUN ] openmp.team_parallel_single [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o 1: [ OK ] openmp.team_parallel_single (1711 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 (236 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o 1: [ OK ] openmp.team_broadcast_long_wrapper (229 ms) 1: [ RUN ] openmp.team_broadcast_char [ 60%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 60%] Built target Kokkos_PerformanceTest_Mempool [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o 1: [ OK ] openmp.team_broadcast_char (225 ms) 1: [ RUN ] openmp.team_broadcast_float [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.cpp.o 1: [ OK ] openmp.team_broadcast_float (221 ms) 1: [ RUN ] openmp.team_broadcast_double 1: [ OK ] openmp.team_broadcast_double (223 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 (550 ms) 1: [ RUN ] openmp.triple_nested_parallelism [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o 1: [ OK ] openmp.triple_nested_parallelism (487 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o 1: [ OK ] openmp.parallel_scan_with_reducers (849 ms) 1: [ RUN ] openmp.team_thread_range_combined_reducers 1: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 1: [ RUN ] openmp.thread_vector_range_combined_reducers 1: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.team_vector_range_combined_reducers 1: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelFor 1: [ OK ] openmp.TeamThreadMDRangeParallelFor (69 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (62 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (72 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (21 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (21 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 1: [ OK ] openmp.TeamVectorMDRangeParallelReduce (22 ms) 1: [ RUN ] openmp.team_policy_runtime_parameters 1: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.team_reduction_scan [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Graph.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.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_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 85%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 85%] Built target Kokkos_CoreUnitTest_OpenMP [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o 1: [ OK ] openmp.team_reduction_scan (19615 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (60 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (61 ms) 1: [ RUN ] openmp.team_long_array_reduce 1: [ OK ] openmp.team_long_array_reduce (54 ms) 1: [ RUN ] openmp.team_double_array_reduce 1: [ OK ] openmp.team_double_array_reduce (54 ms) 1: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 1: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 1: [ RUN ] openmp.repeated_team_reduce 1: [ OK ] openmp.repeated_team_reduce (296 ms) 1: [ RUN ] openmp.nested_team_reduce_functor_as_reducer 1: [ OK ] openmp.nested_team_reduce_functor_as_reducer (0 ms) 1: [ RUN ] openmp.team_scan 1: [ OK ] openmp.team_scan (738 ms) 1: [ RUN ] openmp.team_scan_ret_val 1: [ OK ] openmp.team_scan_ret_val (736 ms) 1: [ RUN ] openmp.team_shared_request 1: [ OK ] openmp.team_shared_request (87 ms) 1: [ RUN ] openmp.team_scratch_request 1: [ OK ] openmp.team_scratch_request (79 ms) 1: [ RUN ] openmp.team_lambda_shared_request 1: [ OK ] openmp.team_lambda_shared_request (51 ms) 1: [ RUN ] openmp.scratch_align 1: [ OK ] openmp.scratch_align (0 ms) 1: [ RUN ] openmp.shmem_size 1: [ OK ] openmp.shmem_size (0 ms) 1: [ RUN ] openmp.multi_level_scratch 1: [ OK ] openmp.multi_level_scratch (52 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 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 49%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 63%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 63%] Built target Kokkos_PerformanceTest_Atomic [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o 1: [ OK ] openmp.team_policy_max_recommended (5121 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 (176 ms) 1: [ RUN ] openmp.timer 1: [ OK ] openmp.timer (20 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (211 ms) 1: [ RUN ] openmp.unique_token_instance [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o 1: [ OK ] openmp.unique_token_instance (257 ms) 1: [ RUN ] openmp.unique_token_team_acquire 1: [ OK ] openmp.unique_token_team_acquire (25 ms) 1: [ RUN ] openmp.view_api_a 1: [ OK ] openmp.view_api_a (61 ms) 1: [ RUN ] openmp.view_layout_left_with_stride 1: [ OK ] openmp.view_layout_left_with_stride (0 ms) 1: [ RUN ] openmp.view_layout_right_with_stride 1: [ OK ] openmp.view_layout_right_with_stride (0 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (1 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (14 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (2 ms) 1: [ RUN ] openmp.view_remap 1: [ OK ] openmp.view_remap (0 ms) 1: [ RUN ] openmp.view_mirror_nonconst 1: [ OK ] openmp.view_mirror_nonconst (0 ms) 1: [ RUN ] openmp.view_stride_method 1: [ OK ] openmp.view_stride_method (0 ms) 1: [ RUN ] openmp.anonymous_space 1: [ OK ] openmp.anonymous_space (0 ms) 1: [ RUN ] openmp.view_overload_resolution 1: [ OK ] openmp.view_overload_resolution (0 ms) 1: [ RUN ] openmp.view_allocation_large_rank 1: [ OK ] openmp.view_allocation_large_rank (404 ms) 1: [ RUN ] openmp.view_shmem_size_on_device 1: [ OK ] openmp.view_shmem_size_on_device (0 ms) 1: [ RUN ] openmp.view_is_assignable 1: [ OK ] openmp.view_is_assignable (0 ms) 1: [ RUN ] openmp.view_bad_alloc 1: [ OK ] openmp.view_bad_alloc (0 ms) 1: [ RUN ] openmp.view_copy_tests 1: [ OK ] openmp.view_copy_tests (10 ms) 1: [ RUN ] openmp.view_copy_tests_rank_0 1: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 1: [ RUN ] openmp.view_copy_degenerated 1: [ OK ] openmp.view_copy_degenerated (0 ms) 1: [ RUN ] openmp.view_fill_tests_layout_right [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_right (5624 ms) 1: [ RUN ] openmp.view_fill_tests_layout_left [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o [ 87%] Linking CXX executable Kokkos_UnitTest_Sort [ 87%] Built target Kokkos_UnitTest_Sort [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_left (4684 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 (170 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (171 ms) 1: [ RUN ] openmp.view_irregular_layout 1: [ OK ] openmp.view_irregular_layout (0 ms) 1: [ RUN ] openmp.view_mapping 1: [ OK ] openmp.view_mapping (376 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (13 ms) 1: [ RUN ] openmp.static_extent 1: [ OK ] openmp.static_extent (0 ms) 1: [ RUN ] openmp.view_mapping_atomic 1: [ OK ] openmp.view_mapping_atomic (4 ms) 1: [ RUN ] openmp.view_mapping_class_value 1: [ OK ] openmp.view_mapping_class_value (0 ms) 1: [ RUN ] openmp.view_mapping_assignable 1: [ OK ] openmp.view_mapping_assignable (0 ms) 1: [ RUN ] openmp.view_mapping_trivially_copyable 1: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 1: [ RUN ] openmp.view_mapping_subview 1: [ OK ] openmp.view_mapping_subview (0 ms) 1: [ RUN ] openmp.view_nested_view 1: [ OK ] openmp.view_nested_view (0 ms) 1: [ RUN ] openmp.view_of_views_default 1: [ OK ] openmp.view_of_views_default (0 ms) 1: [ RUN ] openmp.view_of_views_without_initializing 1: [ OK ] openmp.view_of_views_without_initializing (0 ms) 1: [ RUN ] openmp.test_view_of_views_sequential_host_init 1: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 1: [ RUN ] openmp.append_formatted_multidimensional_index 1: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 1: [ RUN ] openmp.view_resize 1: [ OK ] openmp.view_resize (96 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o 1: [ OK ] openmp.workgraph_fib (710 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-8324/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-8324/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 (24 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (23 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 1: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (23 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_left (456 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (455 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (456 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_right (665 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o 1: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (653 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (654 ms) 1: [ RUN ] openmp.view_test_unmanaged_subview_reset 1: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 1: [ RUN ] openmp.view_subview_memory_traits_construction 1: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 1: [----------] 354 tests from openmp (89547 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-8324/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-8324/core/unit_test/TestGraph.hpp:444: Skipped 1: This execution space does not support global launch. 1: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 1: [ RUN ] openmp_graph.sized_functor_launch 1: [ OK ] openmp_graph.sized_functor_launch (0 ms) 1: [ RUN ] openmp_graph.empty_graph_default_host_exec 1: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 1: [ RUN ] openmp_graph.node_lifetime 1: [ OK ] openmp_graph.node_lifetime (0 ms) 1: [ RUN ] openmp_graph.diamond 1: [ OK ] openmp_graph.diamond (0 ms) 1: [ RUN ] openmp_graph.end_of_submit_control_flow 1: [ OK ] openmp_graph.end_of_submit_control_flow (1 ms) 1: [----------] 17 tests from openmp_graph (2 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 392 tests from 4 test suites ran. (465138 ms total) 1: [ PASSED ] 373 tests. 1: [ SKIPPED ] 19 tests, listed below: 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 1: [ SKIPPED ] openmp.partitioning_by_args 1: [ SKIPPED ] openmp.partitioning_by_args_with_structured_bindings 1: [ SKIPPED ] openmp.partitioning_by_vector 1: [ SKIPPED ] openmp.exec_space_thread_safety_range 1: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange 1: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy 1: [ SKIPPED ] openmp.exec_space_thread_safety_range_reduce 1: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce 1: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce 1: [ SKIPPED ] openmp.exec_space_thread_safety_range_scan 1: [ SKIPPED ] openmp.graph_capture 1: [ SKIPPED ] openmp.mdspan_minimal_functional 1: [ SKIPPED ] openmp.large_parallel_for_reduce 1: [ SKIPPED ] openmp.deep_copy_zero_memset 1: [ SKIPPED ] openmp.view_allocation_int 1: [ SKIPPED ] openmp_graph.create_graph_no_arg 1: [ SKIPPED ] openmp_graph.force_global_launch 1/56 Test #1: Kokkos_CoreUnitTest_OpenMP ................................. Passed 465.69 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 2: Test timeout computed to be: 1500 2: [==========] Running 1 test from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 1 test from openmp 2: [ RUN ] openmp.raw_openmp_interop 2: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 2: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 2: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 2: For unit testing set OMP_PROC_BIND=false 2: 2: [ OK ] openmp.raw_openmp_interop (202 ms) 2: [----------] 1 test from openmp (202 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (202 ms total) 2: [ PASSED ] 1 test. 2/56 Test #2: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.36 sec test 3 Start 3: Kokkos_CoreUnitTest_Cuda1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 3: Test timeout computed to be: 1500 3: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 3: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 3: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 3: For unit testing set OMP_PROC_BIND=false 3: 3: [==========] Running 244 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 9 tests from cuda_DeathTest 3: [ RUN ] cuda_DeathTest.abort_from_host [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o 3: [ OK ] cuda_DeathTest.abort_from_host (950 ms) 3: [ RUN ] cuda_DeathTest.abort_from_device [ 46%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET 3: [ OK ] cuda_DeathTest.abort_from_device (927 ms) 3: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o 3: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (779 ms) 3: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 46%] Built target Kokkos_IncrementalTest_OPENMPTARGET [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o 3: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (764 ms) 3: [ RUN ] cuda_DeathTest.policy_invalid_bounds [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o 3: [ OK ] cuda_DeathTest.policy_invalid_bounds (794 ms) 3: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 3: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (1570 ms) 3: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (923 ms) 3: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o 3: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (1811 ms) 3: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 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_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp 3: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (3189 ms) 3: [----------] 9 tests from cuda_DeathTest (11712 ms total) 3: 3: [----------] 1 test from cuda_graph_DeathTest 3: [ RUN ] cuda_graph_DeathTest.can_instantiate_only_once [ 46%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 3: [ OK ] cuda_graph_DeathTest.can_instantiate_only_once (1855 ms) 3: [----------] 1 test from cuda_graph_DeathTest (1855 ms total) 3: 3: [----------] 217 tests from cuda 3: [ RUN ] cuda.array_capacity 3: [ OK ] cuda.array_capacity (0 ms) 3: [ RUN ] cuda.array_element_access 3: [ OK ] cuda.array_element_access (0 ms) 3: [ RUN ] cuda.array_operator_equal 3: [ OK ] cuda.array_operator_equal (0 ms) 3: [ RUN ] cuda.array_zero_capacity 3: [ OK ] cuda.array_zero_capacity (0 ms) 3: [ RUN ] cuda.array_zero_data_nullptr 3: [ OK ] cuda.array_zero_data_nullptr (0 ms) 3: [ RUN ] cuda.atomic_operations_complexdouble 3: [ OK ] cuda.atomic_operations_complexdouble (10 ms) 3: [ RUN ] cuda.atomic_operations_complexfloat 3: [ OK ] cuda.atomic_operations_complexfloat (6 ms) 3: [ RUN ] cuda.atomic_operations_double 3: [ OK ] cuda.atomic_operations_double (9 ms) 3: [ RUN ] cuda.atomic_operations_float 3: [ OK ] cuda.atomic_operations_float (6 ms) 3: [ RUN ] cuda.atomic_operations_int8 3: [ OK ] cuda.atomic_operations_int8 (17 ms) 3: [ RUN ] cuda.atomic_operations_int16 3: [ OK ] cuda.atomic_operations_int16 (19 ms) 3: [ RUN ] cuda.atomic_operations_int 3: [ OK ] cuda.atomic_operations_int (16 ms) 3: [ RUN ] cuda.atomic_operations_long 3: [ OK ] cuda.atomic_operations_long (16 ms) 3: [ RUN ] cuda.atomic_operations_longlong 3: [ OK ] cuda.atomic_operations_longlong (17 ms) 3: [ RUN ] cuda.atomic_shared 3: [ OK ] cuda.atomic_shared (0 ms) 3: [ RUN ] cuda.atomic_operations_unsigned 3: [ OK ] cuda.atomic_operations_unsigned (15 ms) 3: [ RUN ] cuda.atomic_operations_unsignedlong 3: [ OK ] cuda.atomic_operations_unsignedlong (15 ms) 3: [ RUN ] cuda.atomics 3: [ OK ] cuda.atomics (145 ms) 3: [ RUN ] cuda.atomics_tpetra_max_abs 3: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] cuda.atomic_views_integral 3: [ OK ] cuda.atomic_views_integral (35 ms) 3: [ RUN ] cuda.atomic_views_nonintegral 3: [ OK ] cuda.atomic_views_nonintegral (59 ms) 3: [ RUN ] cuda.atomic_view_api 3: [ OK ] cuda.atomic_view_api (0 ms) 3: [ RUN ] cuda.bit_manip_countl_zero 3: [ OK ] cuda.bit_manip_countl_zero (2 ms) 3: [ RUN ] cuda.bit_manip_countl_one 3: [ OK ] cuda.bit_manip_countl_one (0 ms) 3: [ RUN ] cuda.bit_manip_countr_zero 3: [ OK ] cuda.bit_manip_countr_zero (0 ms) 3: [ RUN ] cuda.bit_manip_countr_one 3: [ OK ] cuda.bit_manip_countr_one (0 ms) 3: [ RUN ] cuda.bit_manip_popcount 3: [ OK ] cuda.bit_manip_popcount (0 ms) 3: [ RUN ] cuda.bit_manip_has_single_bit 3: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 3: [ RUN ] cuda.bit_manip_bit_floor 3: [ OK ] cuda.bit_manip_bit_floor (0 ms) 3: [ RUN ] cuda.bit_manip_bit_ceil 3: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 3: [ RUN ] cuda.bit_manip_bit_width 3: [ OK ] cuda.bit_manip_bit_width (0 ms) 3: [ RUN ] cuda.bit_manip_rotl 3: [ OK ] cuda.bit_manip_rotl (0 ms) 3: [ RUN ] cuda.bit_manip_rotr 3: [ OK ] cuda.bit_manip_rotr (0 ms) 3: [ RUN ] cuda.bit_manip_byeswap 3: [ OK ] cuda.bit_manip_byeswap (0 ms) 3: [ RUN ] cuda.bit_manip_bit_cast 3: [ OK ] cuda.bit_manip_bit_cast (0 ms) 3: [ RUN ] cuda.test_block_deduction_bug_pr_3103 3: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] cuda.checked_integer_operations_multiply_overflow 3: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] cuda.execution_policy_occupancy_and_hint 3: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] cuda.complex_construction 3: [ OK ] cuda.complex_construction (2 ms) 3: [ RUN ] cuda.complex_basic_math 3: [ OK ] cuda.complex_basic_math (0 ms) 3: [ RUN ] cuda.complex_special_funtions 3: [ OK ] cuda.complex_special_funtions (0 ms) 3: [ RUN ] cuda.complex_io 3: [ OK ] cuda.complex_io (0 ms) 3: [ RUN ] cuda.complex_trivially_copyable 3: [ OK ] cuda.complex_trivially_copyable (0 ms) 3: [ RUN ] cuda.complex_issue_3865 3: [ OK ] cuda.complex_issue_3865 (0 ms) 3: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 3: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] cuda.complex_structured_bindings 3: [ OK ] cuda.complex_structured_bindings (0 ms) 3: [ RUN ] cuda.crs_count_fill 3: [ OK ] cuda.crs_count_fill (5 ms) 3: [ RUN ] cuda.crs_copy_constructor 3: [ OK ] cuda.crs_copy_constructor (15 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_0 3: [ OK ] cuda.deep_copy_assignable_types_rank_0 (20 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_1 3: [ OK ] cuda.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_2 3: [ OK ] cuda.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_3 3: [ OK ] cuda.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_4 3: [ OK ] cuda.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_5 3: [ OK ] cuda.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_6 3: [ OK ] cuda.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_7 3: [ OK ] cuda.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_8 3: [ OK ] cuda.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_1_half 3: [ OK ] cuda.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_2_half 3: [ OK ] cuda.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] cuda.deep_copy_assignable_types_rank_3_half 3: [ OK ] cuda.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_0 3: [ OK ] cuda.deep_copy_narrowing_rank_0 (18 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_1 3: [ OK ] cuda.deep_copy_narrowing_rank_1 (1 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_2 3: [ OK ] cuda.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_3 3: [ OK ] cuda.deep_copy_narrowing_rank_3 (1 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_4 3: [ OK ] cuda.deep_copy_narrowing_rank_4 (2 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_5 3: [ OK ] cuda.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_6 3: [ OK ] cuda.deep_copy_narrowing_rank_6 (2 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_7 3: [ OK ] cuda.deep_copy_narrowing_rank_7 (1 ms) 3: [ RUN ] cuda.deep_copy_narrowing_rank_8 3: [ OK ] cuda.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] cuda.deep_copy_alignment 3: [ OK ] cuda.deep_copy_alignment (16 ms) 3: [ RUN ] cuda.deep_copy_conversion 3: [ OK ] cuda.deep_copy_conversion (5 ms) 3: [ RUN ] cuda.partitioning_by_args 3: [ OK ] cuda.partitioning_by_args (0 ms) 3: [ RUN ] cuda.partitioning_by_args_with_structured_bindings 3: [ OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] cuda.partitioning_by_vector 3: [ OK ] cuda.partitioning_by_vector (0 ms) 3: [ RUN ] cuda.exec_space_thread_safety_range [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o 3: [ OK ] cuda.exec_space_thread_safety_range (1065 ms) 3: [ RUN ] cuda.exec_space_thread_safety_mdrange [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o 3: [ OK ] cuda.exec_space_thread_safety_mdrange (107 ms) 3: [ RUN ] cuda.exec_space_thread_safety_team_policy 3: [ OK ] cuda.exec_space_thread_safety_team_policy (107 ms) 3: [ RUN ] cuda.exec_space_thread_safety_range_reduce 3: [ OK ] cuda.exec_space_thread_safety_range_reduce (107 ms) 3: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 3: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (107 ms) 3: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 3: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (107 ms) 3: [ RUN ] cuda.exec_space_thread_safety_range_scan 3: [ OK ] cuda.exec_space_thread_safety_range_scan (107 ms) 3: [ RUN ] cuda.execution_space_as_class_data_member 3: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 3: [ RUN ] cuda.functor_analysis 3: [ OK ] cuda.functor_analysis (0 ms) 3: [ RUN ] cuda.when_all_type 3: [ OK ] cuda.when_all_type (0 ms) 3: [ RUN ] cuda.graph_capture 3: [ OK ] cuda.graph_capture (1 ms) 3: [ RUN ] cuda.graph_then 3: [ OK ] cuda.graph_then (0 ms) 3: [ RUN ] cuda.then_host 3: [ OK ] cuda.then_host (0 ms) 3: [ RUN ] cuda.mixed_then_host_device_nodes 3: [ OK ] cuda.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] cuda.graph_then_tag 3: [ OK ] cuda.graph_then_tag (0 ms) 3: [ RUN ] cuda.host_shared_ptr_use_count 3: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 3: [ RUN ] cuda.host_shared_ptr_get 3: [ OK ] cuda.host_shared_ptr_get (0 ms) 3: [ RUN ] cuda.host_shared_ptr_dereference_on_device 3: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] cuda.host_shared_ptr_special_members_on_device 3: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] cuda.host_shared_ptr_tracking 3: [ OK ] cuda.host_shared_ptr_tracking (0 ms) 3: [ RUN ] cuda.join_backward_compatibility 3: [ OK ] cuda.join_backward_compatibility (0 ms) 3: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o 3: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (2859 ms) 3: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ 66%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 66%] Built target Kokkos_PerformanceTest_Reduction [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.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_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o 3: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (4427 ms) 3: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o 3: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (3277 ms) 3: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o 3: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (3637 ms) 3: [ RUN ] cuda.deep_copy_scratch 3: [ OK ] cuda.deep_copy_scratch (0 ms) 3: [ RUN ] cuda.mathematical_constants_e 3: [ OK ] cuda.mathematical_constants_e (1 ms) 3: [ RUN ] cuda.mathematical_constants_log2e 3: [ OK ] cuda.mathematical_constants_log2e (0 ms) 3: [ RUN ] cuda.mathematical_constants_log10e 3: [ OK ] cuda.mathematical_constants_log10e (0 ms) 3: [ RUN ] cuda.mathematical_constants_pi 3: [ OK ] cuda.mathematical_constants_pi (0 ms) 3: [ RUN ] cuda.mathematical_constants_inv_pi 3: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 3: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] cuda.mathematical_constants_ln2 3: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 3: [ RUN ] cuda.mathematical_constants_ln10 3: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 3: [ RUN ] cuda.mathematical_constants_sqrt2 3: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] cuda.mathematical_constants_sqrt3 3: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] cuda.mathematical_constants_inv_sqrt3 3: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] cuda.mathematical_constants_egamma 3: [ OK ] cuda.mathematical_constants_egamma (0 ms) 3: [ RUN ] cuda.mathematical_constants_phi 3: [ OK ] cuda.mathematical_constants_phi (0 ms) 3: [ RUN ] cuda.mathematical_functions_trigonometric_functions 3: [ OK ] cuda.mathematical_functions_trigonometric_functions (14 ms) 3: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 3: [ OK ] cuda.mathematical_functions_hyperbolic_functions (4 ms) 3: [ RUN ] cuda.mathematical_functions_non_standard 3: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 3: [ RUN ] cuda.mathematical_functions_power_functions 3: [ OK ] cuda.mathematical_functions_power_functions (12 ms) 3: [ RUN ] cuda.mathematical_functions_fma 3: [ OK ] cuda.mathematical_functions_fma (0 ms) 3: [ RUN ] cuda.mathematical_functions_fmax_fmin 3: [ OK ] cuda.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 3: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (2 ms) 3: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (3 ms) 3: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (1 ms) 3: [ RUN ] cuda.mathematical_functions_absolute_value 3: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 3: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] cuda.mathematical_functions_remainder_function 3: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] cuda.mathematical_functions_isfinite 3: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 3: [ RUN ] cuda.mathematical_functions_isinf 3: [ OK ] cuda.mathematical_functions_isinf (0 ms) 3: [ RUN ] cuda.mathematical_functions_isnan 3: [ OK ] cuda.mathematical_functions_isnan (0 ms) 3: [ RUN ] cuda.mathematical_functions_impl_half_fallback 3: [ OK ] cuda.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] cuda.mathematical_functions_nextafter_fp16 3: [ OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] cuda.mathematical_functions_exponential_functions 3: [ OK ] cuda.mathematical_functions_exponential_functions (14 ms) 3: [ RUN ] cuda.mathspecialfunc_expint1 3: [ OK ] cuda.mathspecialfunc_expint1 (17 ms) 3: [ RUN ] cuda.mathspecialfunc_errorfunc 3: [ OK ] cuda.mathspecialfunc_errorfunc (1 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 3: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (27 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 3: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (27 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 3: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 3: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 3: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 3: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 3: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 3: [ RUN ] cuda.mdrange_5d 3: [ OK ] cuda.mdrange_5d (291 ms) 3: [ RUN ] cuda.mdrange_6d 3: [ OK ] cuda.mdrange_6d (422 ms) 3: [ RUN ] cuda.mdrange_2d 3: [ OK ] cuda.mdrange_2d (6 ms) 3: [ RUN ] cuda.mdrange_array_reduce 3: [ OK ] cuda.mdrange_array_reduce (0 ms) 3: [ RUN ] cuda.mdrange_3d 3: [ OK ] cuda.mdrange_3d (29 ms) 3: [ RUN ] cuda.mdrange_neg_idx 3: [ OK ] cuda.mdrange_neg_idx (1 ms) 3: [ RUN ] cuda.mdrange_4d 3: [ OK ] cuda.mdrange_4d (73 ms) 3: [ RUN ] cuda.mdrange_scalar 3: [ OK ] cuda.mdrange_scalar (0 ms) 3: [ RUN ] cuda.mdrange_large_deep_copy 3: [ OK ] cuda.mdrange_large_deep_copy (122 ms) 3: [ RUN ] cuda.md_range_policy_construction_from_arrays 3: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] cuda.policy_get_tile_size 3: [ OK ] cuda.policy_get_tile_size (0 ms) 3: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 3: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1822 ms) 3: [ RUN ] cuda.mdspan_minimal_functional 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMDSpan.hpp:63: Skipped 3: mdspan not enabled 3: [ SKIPPED ] cuda.mdspan_minimal_functional (0 ms) 3: [ RUN ] cuda.max 3: [ OK ] cuda.max (0 ms) 3: [ RUN ] cuda.max_within_parfor 3: [ OK ] cuda.max_within_parfor (0 ms) 3: [ RUN ] cuda.min 3: [ OK ] cuda.min (0 ms) 3: [ RUN ] cuda.min_within_parfor 3: [ OK ] cuda.min_within_parfor (0 ms) 3: [ RUN ] cuda.minmax 3: [ OK ] cuda.minmax (0 ms) 3: [ RUN ] cuda.minmax_within_parfor 3: [ OK ] cuda.minmax_within_parfor (0 ms) 3: [ RUN ] cuda.clamp 3: [ OK ] cuda.clamp (0 ms) 3: [ RUN ] cuda.clamp_within_parfor 3: [ OK ] cuda.clamp_within_parfor (0 ms) 3: [ RUN ] cuda.numeric_traits_infinity 3: [ OK ] cuda.numeric_traits_infinity (5 ms) 3: [ RUN ] cuda.numeric_traits_epsilon 3: [ OK ] cuda.numeric_traits_epsilon (0 ms) 3: [ RUN ] cuda.numeric_traits_round_error 3: [ OK ] cuda.numeric_traits_round_error (0 ms) 3: [ RUN ] cuda.numeric_traits_norm_min 3: [ OK ] cuda.numeric_traits_norm_min (0 ms) 3: [ RUN ] cuda.numeric_traits_denorm_min 3: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 3: [ RUN ] cuda.numeric_traits_finite_min_max 3: [ OK ] cuda.numeric_traits_finite_min_max (1 ms) 3: [ RUN ] cuda.numeric_traits_digits 3: [ OK ] cuda.numeric_traits_digits (1 ms) 3: [ RUN ] cuda.numeric_traits_digits10 3: [ OK ] cuda.numeric_traits_digits10 (1 ms) 3: [ RUN ] cuda.numeric_traits_max_digits10 3: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] cuda.numeric_traits_radix 3: [ OK ] cuda.numeric_traits_radix (1 ms) 3: [ RUN ] cuda.numeric_traits_min_max_exponent 3: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] cuda.numeric_traits_min_max_exponent10 3: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 3: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] cuda.numeric_traits_sfinae_friendly 3: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] cuda.occupancy_control 3: [ OK ] cuda.occupancy_control (0 ms) 3: [ RUN ] cuda.memory_pool 3: [ OK ] cuda.memory_pool (30 ms) 3: [ RUN ] cuda.cxx11 3: [ OK ] cuda.cxx11 (1 ms) 3: [ RUN ] cuda.viewctorprop_embedded_dim 3: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] cuda.parallel_scan_range_policy [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o 3: [ OK ] cuda.parallel_scan_range_policy (101 ms) 3: [ RUN ] cuda.kokkos_printf 3: [ OK ] cuda.kokkos_printf (2 ms) 3: [ RUN ] cuda.range_for 3: [ OK ] cuda.range_for (2 ms) 3: [ RUN ] cuda.range_reduce 3: [ OK ] cuda.range_reduce (0 ms) 3: [ RUN ] cuda.range_dynamic_policy 3: [ OK ] cuda.range_dynamic_policy (0 ms) 3: [ RUN ] cuda.large_parallel_for_reduce 3: [ OK ] cuda.large_parallel_for_reduce (47 ms) 3: [ RUN ] cuda.range_policy_runtime_parameters 3: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 3: [ RUN ] cuda.range_policy_one_way_convertible_bounds 3: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] cuda.range_for_require 3: [ OK ] cuda.range_for_require (4 ms) 3: [ RUN ] cuda.range_reduce_require 3: [ OK ] cuda.range_reduce_require (0 ms) 3: [ RUN ] cuda.range_dynamic_policy_require 3: [ OK ] cuda.range_dynamic_policy_require (0 ms) 3: [ RUN ] cuda.reducers_int 3: [ OK ] cuda.reducers_int (10 ms) 3: [ RUN ] cuda.reducers_double 3: [ OK ] cuda.reducers_double (15 ms) 3: [ RUN ] cuda.reducers_complex_double 3: [ OK ] cuda.reducers_complex_double (10 ms) 3: [ RUN ] cuda.reducers_struct 3: [ OK ] cuda.reducers_struct (4 ms) 3: [ RUN ] cuda.reducers_half_t 3: [ OK ] cuda.reducers_half_t (3 ms) 3: [ RUN ] cuda.reducers_bhalf_t 3: [ OK ] cuda.reducers_bhalf_t (3 ms) 3: [ RUN ] cuda.reducers_int8_t 3: [ OK ] cuda.reducers_int8_t (2 ms) 3: [ RUN ] cuda.reducers_int16_t 3: [ OK ] cuda.reducers_int16_t (3 ms) 3: [ RUN ] cuda.reducers_point_t 3: [ OK ] cuda.reducers_point_t (2 ms) 3: [ RUN ] cuda.reducers_bool 3: [ OK ] cuda.reducers_bool (1 ms) 3: [ RUN ] cuda.int64_t_reduce 3: [ OK ] cuda.int64_t_reduce (15 ms) 3: [ RUN ] cuda.double_reduce 3: [ OK ] cuda.double_reduce (12 ms) 3: [ RUN ] cuda.int64_t_reduce_dynamic 3: [ OK ] cuda.int64_t_reduce_dynamic (16 ms) 3: [ RUN ] cuda.double_reduce_dynamic 3: [ OK ] cuda.double_reduce_dynamic (16 ms) 3: [ RUN ] cuda.int64_t_reduce_dynamic_view 3: [ OK ] cuda.int64_t_reduce_dynamic_view (8 ms) 3: [ RUN ] cuda.int_combined_reduce 3: [ OK ] cuda.int_combined_reduce (0 ms) 3: [ RUN ] cuda.mdrange_combined_reduce 3: [ OK ] cuda.mdrange_combined_reduce (0 ms) 3: [ RUN ] cuda.int_combined_reduce_mixed 3: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 3: [ RUN ] cuda.reduction_identity_min_max_floating_point_types 3: [ OK ] cuda.reduction_identity_min_max_floating_point_types (0 ms) 3: [ RUN ] cuda.reduction_deduction 3: [ OK ] cuda.reduction_deduction (0 ms) 3: [ RUN ] cuda.reduce_device_view_range_policy 3: [ OK ] cuda.reduce_device_view_range_policy (6 ms) 3: [ RUN ] cuda.reduce_device_view_mdrange_policy 3: [ OK ] cuda.reduce_device_view_mdrange_policy (146 ms) 3: [ RUN ] cuda.reduce_device_view_team_policy 3: [ OK ] cuda.reduce_device_view_team_policy (7 ms) 3: [ RUN ] cuda.impl_shared_alloc 3: [ OK ] cuda.impl_shared_alloc (163 ms) 3: [ RUN ] cuda.kokkos_swap 3: [ OK ] cuda.kokkos_swap (0 ms) 3: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 3: [ OK ] cuda.reduceRangePolicyViewSizeLimit (29 ms) 3: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 3: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (81 ms) 3: [----------] 217 tests from cuda (20102 ms total) 3: 3: [----------] 17 tests from cuda_graph 3: [ RUN ] cuda_graph.submit_once 3: [ OK ] cuda_graph.submit_once (0 ms) 3: [ RUN ] cuda_graph.submit_once_rvalue 3: [ OK ] cuda_graph.submit_once_rvalue (0 ms) 3: [ RUN ] cuda_graph.instantiate_and_submit_once 3: [ OK ] cuda_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] cuda_graph.submit_onto_another_execution_space_instance 3: [ OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms) 3: [ RUN ] cuda_graph.create_graph_no_closure_with_exec 3: [ OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] cuda_graph.create_graph_no_arg 3: [ OK ] cuda_graph.create_graph_no_arg (0 ms) 3: [ RUN ] cuda_graph.submit_six 3: [ OK ] cuda_graph.submit_six (0 ms) 3: [ RUN ] cuda_graph.when_all_cycle 3: [ OK ] cuda_graph.when_all_cycle (0 ms) 3: [ RUN ] cuda_graph.repeat_chain 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:338: Skipped 3: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 3: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 3: [ RUN ] cuda_graph.zero_work_reduce 3: [ OK ] cuda_graph.zero_work_reduce (0 ms) 3: [ RUN ] cuda_graph.empty_graph 3: [ OK ] cuda_graph.empty_graph (0 ms) 3: [ RUN ] cuda_graph.force_global_launch 3: [ OK ] cuda_graph.force_global_launch (0 ms) 3: [ RUN ] cuda_graph.sized_functor_launch 3: [ OK ] cuda_graph.sized_functor_launch (0 ms) 3: [ RUN ] cuda_graph.empty_graph_default_host_exec 3: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] cuda_graph.node_lifetime 3: [ OK ] cuda_graph.node_lifetime (0 ms) 3: [ RUN ] cuda_graph.diamond 3: [ OK ] cuda_graph.diamond (0 ms) 3: [ RUN ] cuda_graph.end_of_submit_control_flow 3: [ OK ] cuda_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from cuda_graph (4 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 244 tests from 4 test suites ran. (33675 ms total) 3: [ PASSED ] 242 tests. 3: [ SKIPPED ] 2 tests, listed below: 3: [ SKIPPED ] cuda.mdspan_minimal_functional 3: [ SKIPPED ] cuda_graph.repeat_chain 3/56 Test #3: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 34.05 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 4: Test timeout computed to be: 1500 4: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 4: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 4: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 4: For unit testing set OMP_PROC_BIND=false 4: 4: [==========] Running 150 tests from 4 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn [ 89%] 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_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_SYCL2B [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 91%] 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_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessorAccessViolation.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessor.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Swap.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_P.dir/UnitTestMain.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 68%] 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_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.cpp.o [ 91%] 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_MathematicalFunctions1.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 68%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 68%] Built target Kokkos_CoreUnitTest_Serial2 [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 53%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 53%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 93%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_Serial2 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_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 [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o [ 54%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 93%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 54%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o [ 93%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o [ 93%] Linking CXX executable Kokkos_atomic [ 93%] Built target Kokkos_atomic [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Timer.cpp.o [ 93%] Linking CXX executable Kokkos_gups [ 93%] Built target Kokkos_gups [ 93%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ 94%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 94%] Built target Kokkos_PerformanceTest_InclusiveScan [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 94%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 94%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 94%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 94%] Linking CXX executable Kokkos_gather [ 94%] Built target Kokkos_gather [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 94%] Linking CXX executable Kokkos_launch_latency [ 94%] Built target Kokkos_launch_latency [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_a.cpp.o [ 94%] Linking CXX executable Kokkos_view_copy_constructor [ 94%] Built target Kokkos_view_copy_constructor [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 94%] Linking CXX executable Kokkos_stream [ 94%] Built target Kokkos_stream [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 71%] 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_c14.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_Core_fwd_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_b.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_c.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 57%] 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_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_SYCL1B [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 54%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 97%] Linking CXX executable Kokkos_policy_performance [ 97%] Built target Kokkos_policy_performance [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 54%] Built target Kokkos_CoreUnitTest_Serial1 [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_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_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewBadAlloc.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 72%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o [ 72%] Built target Kokkos_ContainersPerformanceTest_HIP [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 72%] Built target Kokkos_ContainersTestCompileOnly [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_b.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 [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.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/TestHIPManaged_ViewAPI_c.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_c.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorDimMatch.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorProp.cpp.o [ 59%] Linking CXX executable Kokkos_IncrementalTest_OPENACC [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessorAccessViolation.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 59%] Built target Kokkos_IncrementalTest_OPENACC [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewEmptyRuntimeUnmanaged.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o [ 35%] 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_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.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 core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessor.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 73%] Linking CXX executable Kokkos_UnitTest_Sort [ 73%] Built target Kokkos_UnitTest_Sort [ 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_C.dir/UnitTestMain.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o 4: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (115381 ms) 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 58%] 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_MinMax_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.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/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.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_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [ 74%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 74%] Built target Kokkos_CoreUnitTest_Serial1 [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 37%] Built target Kokkos_CoreUnitTest_SYCL2A [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 61%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_CoreUnitTest_Serial2 [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_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_Timer_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfViews.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOutOfBoundsAccess.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_WithoutInitializing.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Timer.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_a.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_b.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c04.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c05.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [100%] Linking CXX executable Kokkos_CoreUnitTest_HIP [100%] Built target Kokkos_CoreUnitTest_HIP + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: 0a0817706af3 Build name: Linux-hipcc Create new tag: 20250923-1540 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 1: [==========] Running 391 tests from 4 test suites. 1: [----------] Global test environment set-up. 1: [----------] 19 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host 1: [ OK ] openmp_DeathTest.abort_from_host (1685 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device 1: [ OK ] openmp_DeathTest.abort_from_device (1746 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1672 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1655 ms) 1: [ RUN ] openmp_DeathTest.policy_invalid_bounds [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 1: [ OK ] openmp_DeathTest.policy_invalid_bounds (1652 ms) 1: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 75%] Linking CXX executable Kokkos_UnitTest_Random [ 75%] Built target Kokkos_UnitTest_Random [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (3318 ms) 1: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires [ 75%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 75%] Built target Kokkos_PerformanceTest_Benchmark [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (1663 ms) 1: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp 1: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (3362 ms) 1: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o 1: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (6660 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o [ 65%] 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/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (12036 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/sycl/TestSYCL_InterOp_StreamsMultiGPU.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_c.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_Ctors.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/UnitTestMainInit.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (12080 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [ RUN ] openmp_DeathTest.view_subview_wrong_extents 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 1: only enforced when debug bound checks is enabled 1: [ SKIPPED ] openmp_DeathTest.view_subview_wrong_extents (0 ms) 1: [ RUN ] openmp_DeathTest.view_subview_constructor_layout_compatibility [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o 1: [ OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (3335 ms) 1: [----------] 19 tests from openmp_DeathTest (50871 ms total) 1: 1: [----------] 1 test from openmp_graph_DeathTest 1: [ RUN ] openmp_graph_DeathTest.can_instantiate_only_once [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o 1: [ OK ] openmp_graph_DeathTest.can_instantiate_only_once (3462 ms) 1: [----------] 1 test from openmp_graph_DeathTest (3462 ms total) 1: 1: [----------] 354 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_operator_equal 1: [ OK ] openmp.array_operator_equal (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (5 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 (7 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 (240 ms) 1: [ RUN ] openmp.atomic_views_nonintegral 1: [ OK ] openmp.atomic_views_nonintegral (68 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (3 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.complex_structured_bindings 1: [ OK ] openmp.complex_structured_bindings (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (0 ms) 1: [ RUN ] openmp.crs_copy_constructor 1: [ OK ] openmp.crs_copy_constructor (2 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_0 1: 1: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 1: does not support page migration between device and host. 1: HIPManagedSpace might not work as expected. 1: Please refer to the ROCm documentation on unified/managed memory. 1: [ OK ] openmp.deep_copy_assignable_types_rank_0 (8 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_1 1: [ OK ] openmp.deep_copy_assignable_types_rank_1 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_2 1: [ OK ] openmp.deep_copy_assignable_types_rank_2 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_3 1: [ OK ] openmp.deep_copy_assignable_types_rank_3 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_4 1: [ OK ] openmp.deep_copy_assignable_types_rank_4 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_5 1: [ OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_6 1: [ OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_7 1: [ OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_8 1: [ OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_1_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_2_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_2_half (0 ms) 1: [ RUN ] openmp.deep_copy_assignable_types_rank_3_half 1: [ OK ] openmp.deep_copy_assignable_types_rank_3_half (0 ms) 1: [ RUN ] openmp.deep_copy_narrowing_rank_0 1: [ OK ] openmp.deep_copy_narrowing_rank_0 (5 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 (32 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 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o 1: [ OK ] openmp.exec_space_thread_safety_range (1075 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange 1: [ OK ] openmp.exec_space_thread_safety_mdrange (108 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy 1: [ OK ] openmp.exec_space_thread_safety_team_policy (108 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_reduce 1: [ OK ] openmp.exec_space_thread_safety_range_reduce (108 ms) 1: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 1: [ OK ] openmp.exec_space_thread_safety_mdrange_reduce (108 ms) 1: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 1: [ OK ] openmp.exec_space_thread_safety_team_policy_reduce (108 ms) 1: [ RUN ] openmp.exec_space_thread_safety_range_scan 1: [ OK ] openmp.exec_space_thread_safety_range_scan (108 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.when_all_type 1: [ OK ] openmp.when_all_type (0 ms) 1: [ RUN ] openmp.graph_capture 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 1: The graph backend for OpenMP does not support capture. 1: [ SKIPPED ] openmp.graph_capture (0 ms) 1: [ RUN ] openmp.graph_then 1: [ OK ] openmp.graph_then (0 ms) 1: [ RUN ] openmp.then_host 1: [ OK ] openmp.then_host (0 ms) 1: [ RUN ] openmp.mixed_then_host_device_nodes 1: [ OK ] openmp.mixed_then_host_device_nodes (0 ms) 1: [ RUN ] openmp.graph_then_tag 1: [ OK ] openmp.graph_then_tag (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (694 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpGraph.dir/sycl/TestSYCL_InterOp_Graph.cpp.o 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1969 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (541 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (528 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 (416 ms) 1: [ RUN ] openmp.mdrange_6d [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_LayoutMember.cpp.o 1: [ OK ] openmp.mdrange_6d (558 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 (10 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (25 ms) 1: [ RUN ] openmp.mdrange_4d 1: [ OK ] openmp.mdrange_4d (271 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy 1: [ OK ] openmp.mdrange_large_deep_copy (243 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 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (847 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMDSpan.hpp:63: Skipped 1: mdspan not enabled 1: [ SKIPPED ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (4 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (0 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] openmp.numeric_traits_digits 1: [ OK ] openmp.numeric_traits_digits (0 ms) 1: [ RUN ] openmp.numeric_traits_digits10 1: [ OK ] openmp.numeric_traits_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_max_digits10 1: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_radix 1: [ OK ] openmp.numeric_traits_radix (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent 1: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent10 1: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 1: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] openmp.numeric_traits_sfinae_friendly 1: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] openmp.occupancy_control 1: [ OK ] openmp.occupancy_control (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (55 ms) 1: [ RUN ] openmp.cxx11 1: [ OK ] openmp.cxx11 (0 ms) 1: [ RUN ] openmp.viewctorprop_embedded_dim 1: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] openmp.parallel_scan_range_policy 1: [ OK ] openmp.parallel_scan_range_policy (8 ms) 1: [ RUN ] openmp.kokkos_printf 1: [ OK ] openmp.kokkos_printf (1 ms) 1: [ RUN ] openmp.range_for 1: [ OK ] openmp.range_for (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-8324/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 (1 ms) 1: [ RUN ] openmp.reducers_bhalf_t 1: [ OK ] openmp.reducers_bhalf_t (0 ms) 1: [ RUN ] openmp.reducers_int8_t 1: [ OK ] openmp.reducers_int8_t (0 ms) 1: [ RUN ] openmp.reducers_int16_t 1: [ OK ] openmp.reducers_int16_t (0 ms) 1: [ RUN ] openmp.reducers_bool 1: [ OK ] openmp.reducers_bool (0 ms) 1: [ RUN ] openmp.int64_t_reduce 1: [ OK ] openmp.int64_t_reduce (39 ms) 1: [ RUN ] openmp.double_reduce 1: [ OK ] openmp.double_reduce (48 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic 1: [ OK ] openmp.int64_t_reduce_dynamic (126 ms) 1: [ RUN ] openmp.double_reduce_dynamic 1: [ OK ] openmp.double_reduce_dynamic (134 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (31 ms) 1: [ RUN ] openmp.int_combined_reduce 1: [ OK ] openmp.int_combined_reduce (0 ms) 1: [ RUN ] openmp.mdrange_combined_reduce 1: [ OK ] openmp.mdrange_combined_reduce (0 ms) 1: [ RUN ] openmp.int_combined_reduce_mixed 1: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 1: [ RUN ] openmp.reduction_with_large_iteration_count 1: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestReduce.hpp:655: Skipped 1: Disabling for host backends 1: [ SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms) 1: [ RUN ] openmp.reduction_identity_min_max_floating_point_types 1: [ OK ] openmp.reduction_identity_min_max_floating_point_types (6 ms) 1: [ RUN ] openmp.reduction_deduction 1: [ OK ] openmp.reduction_deduction (0 ms) 1: [ RUN ] openmp.reduce_device_view_range_policy 1: [ OK ] openmp.reduce_device_view_range_policy (14 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy 1: [ OK ] openmp.reduce_device_view_mdrange_policy (226 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy 1: [ OK ] openmp.reduce_device_view_team_policy (35 ms) 1: [ RUN ] openmp.impl_shared_alloc 1: [ OK ] openmp.impl_shared_alloc (21 ms) 1: [ RUN ] openmp.kokkos_swap 1: [ OK ] openmp.kokkos_swap (0 ms) 1: [ RUN ] openmp.team_for 1: [ OK ] openmp.team_for (11 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (11 ms) 1: [ RUN ] openmp.team_reduce_large 1: [ OK ] openmp.team_reduce_large (125 ms) 1: [ RUN ] openmp.team_parallel_single [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o 1: [ OK ] openmp.team_parallel_single (1764 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 (50 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper 1: [ OK ] openmp.team_broadcast_long_wrapper (50 ms) 1: [ RUN ] openmp.team_broadcast_char 1: [ OK ] openmp.team_broadcast_char (49 ms) 1: [ RUN ] openmp.team_broadcast_float 1: [ OK ] openmp.team_broadcast_float (50 ms) 1: [ RUN ] openmp.team_broadcast_double 1: [ OK ] openmp.team_broadcast_double (50 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 [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_TeamScratch.cpp.o 1: [ OK ] openmp.team_vector (190 ms) 1: [ RUN ] openmp.triple_nested_parallelism 1: [ OK ] openmp.triple_nested_parallelism (135 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers 1: [ OK ] openmp.parallel_scan_with_reducers (46 ms) 1: [ RUN ] openmp.team_thread_range_combined_reducers 1: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 1: [ RUN ] openmp.thread_vector_range_combined_reducers 1: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.team_vector_range_combined_reducers 1: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelFor 1: [ OK ] openmp.TeamThreadMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (5 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (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 4: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (103536 ms) 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o 1: [ OK ] openmp.team_reduction_scan (6086 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (16 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (16 ms) 1: [ RUN ] openmp.team_long_array_reduce 1: [ OK ] openmp.team_long_array_reduce (16 ms) 1: [ RUN ] openmp.team_double_array_reduce 1: [ OK ] openmp.team_double_array_reduce (16 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 (675 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 (107 ms) 1: [ RUN ] openmp.team_scan_ret_val [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o 1: [ OK ] openmp.team_scan_ret_val (92 ms) 1: [ RUN ] openmp.team_shared_request 1: [ OK ] openmp.team_shared_request (276 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 (3 ms) 1: [ RUN ] openmp.team_scratch_memory_index_parallel_for 1: [ OK ] openmp.team_scratch_memory_index_parallel_for (0 ms) 1: [ RUN ] openmp.team_policy_max_recommended [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o 1: [ OK ] openmp.team_policy_max_recommended (1952 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 (55 ms) 1: [ RUN ] openmp.timer 1: [ OK ] openmp.timer (20 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (9 ms) 1: [ RUN ] openmp.unique_token_instance 1: [ OK ] openmp.unique_token_instance (55 ms) 1: [ RUN ] openmp.unique_token_team_acquire 1: [ OK ] openmp.unique_token_team_acquire (0 ms) 1: [ RUN ] openmp.view_api_a 1: [ OK ] openmp.view_api_a (4 ms) 1: [ RUN ] openmp.view_layout_left_with_stride 1: [ OK ] openmp.view_layout_left_with_stride (0 ms) 1: [ RUN ] openmp.view_layout_right_with_stride 1: [ OK ] openmp.view_layout_right_with_stride (0 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (1 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (2 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (0 ms) 1: [ RUN ] openmp.view_remap 1: [ OK ] openmp.view_remap (0 ms) 1: [ RUN ] openmp.view_mirror_nonconst 1: [ OK ] openmp.view_mirror_nonconst (0 ms) 1: [ RUN ] openmp.view_stride_method 1: [ OK ] openmp.view_stride_method (0 ms) 1: [ RUN ] openmp.anonymous_space 1: [ OK ] openmp.anonymous_space (0 ms) 1: [ RUN ] openmp.view_overload_resolution 1: [ OK ] openmp.view_overload_resolution (0 ms) 1: [ RUN ] openmp.view_allocation_large_rank 1: [ OK ] openmp.view_allocation_large_rank (96 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 (3 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 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o 1: [ OK ] openmp.view_fill_tests_layout_right (596 ms) 1: [ RUN ] openmp.view_fill_tests_layout_left [ 41%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpGraph 1: [ OK ] openmp.view_fill_tests_layout_left (690 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 (47 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (46 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 (60 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (1 ms) 1: [ RUN ] openmp.static_extent 1: [ OK ] openmp.static_extent (0 ms) 1: [ RUN ] openmp.view_mapping_atomic 1: [ OK ] openmp.view_mapping_atomic (1 ms) 1: [ RUN ] openmp.view_mapping_class_value 1: [ OK ] openmp.view_mapping_class_value (0 ms) 1: [ RUN ] openmp.view_mapping_assignable 1: [ OK ] openmp.view_mapping_assignable (0 ms) 1: [ RUN ] openmp.view_mapping_trivially_copyable 1: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 1: [ RUN ] openmp.view_mapping_subview 1: [ OK ] openmp.view_mapping_subview (0 ms) 1: [ RUN ] openmp.view_nested_view 1: [ OK ] openmp.view_nested_view (0 ms) 1: [ RUN ] openmp.view_of_views_default 1: [ OK ] openmp.view_of_views_default (0 ms) 1: [ RUN ] openmp.view_of_views_without_initializing 1: [ OK ] openmp.view_of_views_without_initializing (0 ms) 1: [ RUN ] openmp.test_view_of_views_sequential_host_init 1: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 1: [ RUN ] openmp.append_formatted_multidimensional_index 1: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 1: [ RUN ] openmp.view_resize 1: [ OK ] openmp.view_resize (4 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib 1: [ OK ] openmp.workgraph_fib (729 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-8324/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-8324/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 (17 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (18 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 1: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (17 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left 1: [ OK ] openmp.view_subview_3d_from_5d_left (157 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (156 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (156 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right 1: [ OK ] openmp.view_subview_3d_from_5d_right (130 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (117 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (106 ms) 1: [ RUN ] openmp.view_test_unmanaged_subview_reset 1: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 1: [ RUN ] openmp.view_subview_memory_traits_construction 1: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 1: [----------] 354 tests from openmp (24207 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-8324/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-8324/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 (1 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 391 tests from 4 test suites ran. (78542 ms total) 1: [ PASSED ] 376 tests. 1: [ SKIPPED ] 15 tests, listed below: 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 1: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 1: [ SKIPPED ] openmp_DeathTest.view_subview_wrong_extents 1: [ SKIPPED ] openmp.graph_capture 1: [ SKIPPED ] openmp.mdspan_minimal_functional 1: [ SKIPPED ] openmp.large_parallel_for_reduce 1: [ SKIPPED ] openmp.reduction_with_large_iteration_count 1: [ SKIPPED ] openmp.deep_copy_zero_memset 1: [ SKIPPED ] openmp.view_allocation_int 1: [ SKIPPED ] openmp_graph.create_graph_no_arg 1: [ SKIPPED ] openmp_graph.force_global_launch 1/58 Test #1: Kokkos_CoreUnitTest_OpenMP ................................. Passed 79.03 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 2: Test timeout computed to be: 1500 2: [==========] Running 1 test from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 1 test from openmp 2: [ RUN ] openmp.raw_openmp_interop 2: [ OK ] openmp.raw_openmp_interop (397 ms) 2: [----------] 1 test from openmp (397 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (397 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-8324/build/core/unit_test/Kokkos_CoreUnitTest_HIP 3: Test timeout computed to be: 1500 [ 41%] Built target Kokkos_CoreUnitTest_SYCLInterOpGraph [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o 3: [==========] Running 457 tests from 8 test suites. 3: [----------] Global test environment set-up. 3: [----------] 17 tests from hip_DeathTest 3: [ RUN ] hip_DeathTest.abort_from_host [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o 3: [ OK ] hip_DeathTest.abort_from_host (1696 ms) 3: [ RUN ] hip_DeathTest.abort_from_device [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynRankView_ViewCustomization.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o 3: [ OK ] hip_DeathTest.abort_from_device (3275 ms) 3: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o 3: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1695 ms) 3: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o 3: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1754 ms) 3: [ RUN ] hip_DeathTest.policy_invalid_bounds [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c15.cpp.o 3: [ OK ] hip_DeathTest.policy_invalid_bounds (1694 ms) 3: [ RUN ] hip_DeathTest.range_policy_invalid_bounds [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip_DeathTest.range_policy_invalid_bounds (3371 ms) 3: [ RUN ] hip_DeathTest.range_policy_round_trip_conversion_fires [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o 3: [ OK ] hip_DeathTest.range_policy_round_trip_conversion_fires (1684 ms) 3: [ RUN ] hip_DeathTest.range_policy_check_sign_changes [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o 3: [ OK ] hip_DeathTest.range_policy_check_sign_changes (3365 ms) 3: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o 3: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (6775 ms) 3: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewBadAlloc.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c15.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o 3: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11888 ms) 3: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o 3: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (11976 ms) 3: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 43%] Built target Kokkos_CoreUnitTest_Serial1 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 69%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 69%] Built target Kokkos_CoreUnitTest_Serial2 [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C [ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_c.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 43%] Built target Kokkos_CoreUnitTest_Develop [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o [ 44%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D [ 73%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 73%] Built target Kokkos_PerformanceTest_Mempool [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 73%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_c.cpp.o [ 73%] Built target Kokkos_PerformanceTest_Atomic [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o 3: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (32740 ms) 3: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorProp.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 73%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 73%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 73%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 73%] Built target Kokkos_Benchmark_Atomic_MinMax [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o 4: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (102824 ms) 4: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o 4: [ OK ] cuda_DeathTest.view_construction_with_wrong_static_extents (13136 ms) 4: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 73%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 73%] Built target Kokkos_PerformanceTest_Reduction [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp 4: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5668 ms) 4: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortByKey.cpp.o 4: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5968 ms) 4: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 73%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 75%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 86%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o 4: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (15023 ms) 4: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 45%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o [ 76%] Built target Kokkos_CoreUnitTest_OpenMPTarget [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 87%] 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_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 45%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 45%] 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/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 74%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 75%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 75%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 45%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 76%] Built target Kokkos_ContainersTestCompileOnly [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 75%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 76%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 76%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 76%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 77%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 45%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 77%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 77%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 77%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 78%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o 4: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (15139 ms) 4: [ RUN ] cuda_DeathTest.view_out_of_bounds_access [ 78%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 78%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 78%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 78%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 78%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 78%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 78%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 45%] Linking CXX executable Kokkos_ProfilingAllCalls [ 79%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 79%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 79%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 79%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 79%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 79%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o [ 79%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 45%] Built target Kokkos_ProfilingAllCalls [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 79%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 79%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 79%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o [ 81%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 81%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.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_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 81%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 82%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 82%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 82%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 82%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 83%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 83%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 83%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 83%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o [ 83%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOfViews.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o 3: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (71700 ms) 3: [----------] 17 tests from hip_DeathTest (153620 ms total) 3: 3: [----------] 1 test from hip_graph_DeathTest 3: [ RUN ] hip_graph_DeathTest.can_instantiate_only_once 4: [ OK ] cuda_DeathTest.view_out_of_bounds_access (13088 ms) 4: [----------] 9 tests from cuda_DeathTest (389768 ms total) 4: 4: [----------] 2 tests from cuda_uvm_DeathTest 4: [ RUN ] cuda_uvm_DeathTest.view_subview_wrong_extents [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o 3: [ OK ] hip_graph_DeathTest.can_instantiate_only_once (3768 ms) 3: [----------] 1 test from hip_graph_DeathTest (3768 ms total) 3: 3: [----------] 2 tests from hip_managed_DeathTest 3: [ RUN ] hip_managed_DeathTest.view_subview_wrong_extents 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents (0 ms) 3: [ RUN ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o 3: [ OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (3402 ms) 3: [----------] 2 tests from hip_managed_DeathTest (3403 ms total) 3: 3: [----------] 334 tests from hip 3: [ RUN ] hip.array_capacity 3: [ OK ] hip.array_capacity (0 ms) 3: [ RUN ] hip.array_element_access 3: [ OK ] hip.array_element_access (0 ms) 3: [ RUN ] hip.array_operator_equal 3: [ OK ] hip.array_operator_equal (0 ms) 3: [ RUN ] hip.array_zero_capacity 3: [ OK ] hip.array_zero_capacity (0 ms) 3: [ RUN ] hip.array_zero_data_nullptr 3: [ OK ] hip.array_zero_data_nullptr (0 ms) 3: [ RUN ] hip.atomic_operations_complexdouble 3: [ OK ] hip.atomic_operations_complexdouble (15 ms) 3: [ RUN ] hip.atomic_operations_complexfloat 3: [ OK ] hip.atomic_operations_complexfloat (11 ms) 3: [ RUN ] hip.atomic_operations_double 3: [ OK ] hip.atomic_operations_double (15 ms) 3: [ RUN ] hip.atomic_operations_float 3: [ OK ] hip.atomic_operations_float (12 ms) 3: [ RUN ] hip.atomic_operations_int8 3: [ OK ] hip.atomic_operations_int8 (32 ms) 3: [ RUN ] hip.atomic_operations_int16 3: [ OK ] hip.atomic_operations_int16 (33 ms) 3: [ RUN ] hip.atomic_operations_int 3: [ OK ] hip.atomic_operations_int (32 ms) 3: [ RUN ] hip.atomic_operations_long 3: [ OK ] hip.atomic_operations_long (33 ms) 3: [ RUN ] hip.atomic_operations_longlong 3: [ OK ] hip.atomic_operations_longlong (32 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 (29 ms) 3: [ RUN ] hip.atomic_operations_unsignedlong 3: [ OK ] hip.atomic_operations_unsignedlong (29 ms) 3: [ RUN ] hip.atomics [ 45%] Linking CXX executable Kokkos_ToolsInitialization 3: [ OK ] hip.atomics (203 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 (24 ms) 3: [ RUN ] hip.atomic_views_nonintegral [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 45%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 45%] Built target Kokkos_ToolsInitialization [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 83%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 84%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 84%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 84%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o [ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 45%] Built target Kokkos_CoreUnitTest_KokkosP [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 4: [ OK ] cuda_uvm_DeathTest.view_subview_wrong_extents (19695 ms) 4: [ RUN ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility [ 45%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3 [ 84%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 84%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o 4: [ OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (1666 ms) 4: [----------] 2 tests from cuda_uvm_DeathTest (21362 ms total) 4: 4: [----------] 111 tests from cuda 4: [ RUN ] cuda.team_for 4: [ OK ] cuda.team_for (37 ms) 4: [ RUN ] cuda.team_reduce 4: [ OK ] cuda.team_reduce (0 ms) 4: [ RUN ] cuda.team_reduce_large [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 85%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 86%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o 4: [ OK ] cuda.team_reduce_large (2161 ms) 4: [ RUN ] cuda.team_parallel_single 4: [ OK ] cuda.team_parallel_single (4 ms) 4: [ RUN ] cuda.large_team_scratch_size 4: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 4: [ OK ] cuda.large_team_scratch_size (5 ms) 4: [ RUN ] cuda.team_broadcast_long 4: [ OK ] cuda.team_broadcast_long (0 ms) 4: [ RUN ] cuda.team_broadcast_long_wrapper 4: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] cuda.team_broadcast_char 4: [ OK ] cuda.team_broadcast_char (0 ms) 4: [ RUN ] cuda.team_broadcast_float 4: [ OK ] cuda.team_broadcast_float (0 ms) 4: [ RUN ] cuda.team_broadcast_double 4: [ OK ] cuda.team_broadcast_double (0 ms) 4: [ RUN ] cuda.team_broadcast_int_ptr 4: [ OK ] cuda.team_broadcast_int_ptr (0 ms) 4: [ RUN ] cuda.team_single_thread_int_ptr 4: [ OK ] cuda.team_single_thread_int_ptr (0 ms) 4: [ RUN ] cuda.team_single_team_int_ptr 4: [ OK ] cuda.team_single_team_int_ptr (0 ms) 4: [ RUN ] cuda.team_handle_by_value 4: [ OK ] cuda.team_handle_by_value (0 ms) 4: [ RUN ] cuda.team_vector 4: [ OK ] cuda.team_vector (10 ms) 4: [ RUN ] cuda.triple_nested_parallelism 4: [ OK ] cuda.triple_nested_parallelism (15 ms) 4: [ RUN ] cuda.parallel_scan_with_reducers 4: [ OK ] cuda.parallel_scan_with_reducers (794 ms) 4: [ RUN ] cuda.team_thread_range_combined_reducers 4: [ OK ] cuda.team_thread_range_combined_reducers (1 ms) 4: [ RUN ] cuda.thread_vector_range_combined_reducers 4: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] cuda.team_vector_range_combined_reducers 4: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] cuda.TeamThreadMDRangeParallelFor 4: [ OK ] cuda.TeamThreadMDRangeParallelFor (80 ms) 4: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 4: [ OK ] cuda.ThreadVectorMDRangeParallelFor (54 ms) 4: [ RUN ] cuda.TeamVectorMDRangeParallelFor 4: [ OK ] cuda.TeamVectorMDRangeParallelFor (55 ms) 4: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 4: [ OK ] cuda.TeamThreadMDRangeParallelReduce (21 ms) 4: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 4: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (10 ms) 4: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 4: [ OK ] cuda.TeamVectorMDRangeParallelReduce (9 ms) 4: [ RUN ] cuda.team_policy_runtime_parameters 4: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.team_reduction_scan [ 86%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp 3: [ OK ] hip.atomic_views_nonintegral (15872 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 (17 ms) 3: [ RUN ] hip.bit_manip_countl_one 3: [ OK ] hip.bit_manip_countl_one (0 ms) 3: [ RUN ] hip.bit_manip_countr_zero 3: [ OK ] hip.bit_manip_countr_zero (0 ms) 3: [ RUN ] hip.bit_manip_countr_one 3: [ OK ] hip.bit_manip_countr_one (0 ms) 3: [ RUN ] hip.bit_manip_popcount 3: [ OK ] hip.bit_manip_popcount (0 ms) 3: [ RUN ] hip.bit_manip_has_single_bit 3: [ OK ] hip.bit_manip_has_single_bit (0 ms) 3: [ RUN ] hip.bit_manip_bit_floor 3: [ OK ] hip.bit_manip_bit_floor (0 ms) 3: [ RUN ] hip.bit_manip_bit_ceil 3: [ OK ] hip.bit_manip_bit_ceil (0 ms) 3: [ RUN ] hip.bit_manip_bit_width 3: [ OK ] hip.bit_manip_bit_width (0 ms) 3: [ RUN ] hip.bit_manip_rotl 3: [ OK ] hip.bit_manip_rotl (0 ms) 3: [ RUN ] hip.bit_manip_rotr 3: [ OK ] hip.bit_manip_rotr (0 ms) 3: [ RUN ] hip.bit_manip_byeswap 3: [ OK ] hip.bit_manip_byeswap (0 ms) 3: [ RUN ] hip.bit_manip_bit_cast 3: [ OK ] hip.bit_manip_bit_cast (0 ms) 3: [ RUN ] hip.test_block_deduction_bug_pr_3103 3: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] hip.checked_integer_operations_multiply_overflow 3: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] hip.execution_policy_occupancy_and_hint 3: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] hip.complex_construction 3: [ OK ] hip.complex_construction (2 ms) 3: [ RUN ] hip.complex_basic_math 3: [ OK ] hip.complex_basic_math (0 ms) 3: [ RUN ] hip.complex_special_funtions 3: [ OK ] hip.complex_special_funtions (0 ms) 3: [ RUN ] hip.complex_io 3: [ OK ] hip.complex_io (0 ms) 3: [ RUN ] hip.complex_trivially_copyable 3: [ OK ] hip.complex_trivially_copyable (0 ms) 3: [ RUN ] hip.complex_issue_3865 3: [ OK ] hip.complex_issue_3865 (0 ms) 3: [ RUN ] hip.complex_operations_arithmetic_types_overloads 3: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] hip.complex_structured_bindings 3: [ OK ] hip.complex_structured_bindings (0 ms) 3: [ RUN ] hip.crs_count_fill 3: [ OK ] hip.crs_count_fill (6 ms) 3: [ RUN ] hip.crs_copy_constructor 3: [ OK ] hip.crs_copy_constructor (12 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 (24 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 (19 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 (23 ms) 3: [ RUN ] hip.deep_copy_conversion 3: [ OK ] hip.deep_copy_conversion (10 ms) 3: [ RUN ] hip.partitioning_by_args 3: [ OK ] hip.partitioning_by_args (16 ms) 3: [ RUN ] hip.partitioning_by_args_with_structured_bindings 3: [ OK ] hip.partitioning_by_args_with_structured_bindings (2 ms) 3: [ RUN ] hip.partitioning_by_vector 3: [ OK ] hip.partitioning_by_vector (1 ms) 3: [ RUN ] hip.exec_space_thread_safety_range [ 86%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 86%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o 4: [ OK ] cuda.team_reduction_scan (1287 ms) 4: [ RUN ] cuda.team_long_reduce 4: [ OK ] cuda.team_long_reduce (10 ms) 4: [ RUN ] cuda.team_double_reduce 4: [ OK ] cuda.team_double_reduce (10 ms) 4: [ RUN ] cuda.team_long_array_reduce 4: [ OK ] cuda.team_long_array_reduce (10 ms) 4: [ RUN ] cuda.team_double_array_reduce 4: [ OK ] cuda.team_double_array_reduce (10 ms) 4: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] cuda.repeated_team_reduce 4: [ OK ] cuda.repeated_team_reduce (16 ms) 4: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 4: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 4: [ RUN ] cuda.team_scan [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 86%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp 4: [ OK ] cuda.team_scan (680 ms) 4: [ RUN ] cuda.team_scan_ret_val [ 86%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o 4: [ OK ] cuda.team_scan_ret_val (657 ms) 4: [ RUN ] cuda.team_shared_request 4: [ OK ] cuda.team_shared_request (2 ms) 4: [ RUN ] cuda.team_scratch_request 4: [ OK ] cuda.team_scratch_request (1 ms) 4: [ RUN ] cuda.team_lambda_shared_request 4: [ OK ] cuda.team_lambda_shared_request (0 ms) 4: [ RUN ] cuda.scratch_align 4: [ OK ] cuda.scratch_align (0 ms) 4: [ RUN ] cuda.shmem_size 4: [ OK ] cuda.shmem_size (0 ms) 4: [ RUN ] cuda.multi_level_scratch 4: [ OK ] cuda.multi_level_scratch (6 ms) 4: [ RUN ] cuda.team_scratch_memory_index_parallel_for 4: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] cuda.team_policy_max_recommended 4: [ OK ] cuda.team_policy_max_recommended (223 ms) 4: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] cuda.team_teamvector_range 4: [ OK ] cuda.team_teamvector_range (2 ms) 4: [ RUN ] cuda.timer 4: [ OK ] cuda.timer (20 ms) 4: [ RUN ] cuda.unique_token_global 4: [ OK ] cuda.unique_token_global (6 ms) 4: [ RUN ] cuda.unique_token_instance 4: [ OK ] cuda.unique_token_instance (3 ms) 4: [ RUN ] cuda.unique_token_team_acquire 4: [ OK ] cuda.unique_token_team_acquire (14 ms) 4: [ RUN ] cuda.view_api_a 4: [ OK ] cuda.view_api_a (61 ms) 4: [ RUN ] cuda.view_layout_left_with_stride 4: [ OK ] cuda.view_layout_left_with_stride (0 ms) 4: [ RUN ] cuda.view_layout_right_with_stride 4: [ OK ] cuda.view_layout_right_with_stride (0 ms) 4: [ RUN ] cuda.view_api_b 4: [ OK ] cuda.view_api_b (4 ms) 4: [ RUN ] cuda.view_api_c 4: [ OK ] cuda.view_api_c (1 ms) 4: [ RUN ] cuda.view_api_d 4: [ OK ] cuda.view_api_d (0 ms) 4: [ RUN ] cuda.view_remap 4: [ OK ] cuda.view_remap (0 ms) 4: [ RUN ] cuda.view_mirror_nonconst 4: [ OK ] cuda.view_mirror_nonconst (0 ms) 4: [ RUN ] cuda.view_stride_method 4: [ OK ] cuda.view_stride_method (0 ms) 4: [ RUN ] cuda.anonymous_space 4: [ OK ] cuda.anonymous_space (1 ms) 4: [ RUN ] cuda.view_overload_resolution 4: [ OK ] cuda.view_overload_resolution (0 ms) 4: [ RUN ] cuda.view_allocation_large_rank 4: [ OK ] cuda.view_allocation_large_rank (17 ms) 4: [ RUN ] cuda.view_shmem_size_on_device 4: [ OK ] cuda.view_shmem_size_on_device (0 ms) 4: [ RUN ] cuda.view_is_assignable 4: [ OK ] cuda.view_is_assignable (0 ms) 4: [ RUN ] cuda.view_bad_alloc 4: [ OK ] cuda.view_bad_alloc (0 ms) 4: [ RUN ] cuda.view_copy_tests 4: [ OK ] cuda.view_copy_tests (13 ms) 4: [ RUN ] cuda.view_copy_tests_rank_0 4: [ OK ] cuda.view_copy_tests_rank_0 (1 ms) 4: [ RUN ] cuda.view_copy_degenerated 4: [ OK ] cuda.view_copy_degenerated (0 ms) 4: [ RUN ] cuda.view_fill_tests_layout_right 4: [ OK ] cuda.view_fill_tests_layout_right (113 ms) 4: [ RUN ] cuda.view_fill_tests_layout_left 4: [ OK ] cuda.view_fill_tests_layout_left (67 ms) 4: [ RUN ] cuda.vcp_empty_traits 4: [ OK ] cuda.vcp_empty_traits (0 ms) 4: [ RUN ] cuda.is_view_label 4: [ OK ] cuda.is_view_label (0 ms) 4: [ RUN ] cuda.vcp_label_base_traits 4: [ OK ] cuda.vcp_label_base_traits (0 ms) 4: [ RUN ] cuda.vcp_label_traits 4: [ OK ] cuda.vcp_label_traits (0 ms) 4: [ RUN ] cuda.view_alloc_can_perfect_forward_label 4: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] cuda.vcp_label_copy_constructor 4: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 4: [ RUN ] cuda.vcp_pointer_add_property 4: [ OK ] cuda.vcp_pointer_add_property (0 ms) 4: [ RUN ] cuda.view_empty_runtime_unmanaged 4: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] cuda.view_hooks 4: [ OK ] cuda.view_hooks (0 ms) 4: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (173 ms) 4: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (173 ms) 4: [ RUN ] cuda.view_irregular_layout 4: [ OK ] cuda.view_irregular_layout (17 ms) 4: [ RUN ] cuda.view_mapping [ 86%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp 4: [ OK ] cuda.view_mapping (410 ms) 4: [ RUN ] cuda.view_mapping_operator 4: [ OK ] cuda.view_mapping_operator (17 ms) 4: [ RUN ] cuda.static_extent 4: [ OK ] cuda.static_extent (0 ms) 4: [ RUN ] cuda.view_mapping_atomic 4: [ OK ] cuda.view_mapping_atomic (1 ms) 4: [ RUN ] cuda.view_mapping_class_value 4: [ OK ] cuda.view_mapping_class_value (0 ms) 4: [ RUN ] cuda.view_mapping_assignable 4: [ OK ] cuda.view_mapping_assignable (0 ms) 4: [ RUN ] cuda.view_mapping_trivially_copyable 4: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] cuda.view_mapping_subview 4: [ OK ] cuda.view_mapping_subview (1 ms) 4: [ RUN ] cuda.view_nested_view 4: [ OK ] cuda.view_nested_view (0 ms) 4: [ RUN ] cuda.view_of_views_default 4: [ OK ] cuda.view_of_views_default (0 ms) 4: [ RUN ] cuda.view_of_views_without_initializing 4: [ OK ] cuda.view_of_views_without_initializing (0 ms) 4: [ RUN ] cuda.test_view_of_views_sequential_host_init 4: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] cuda.append_formatted_multidimensional_index 4: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] cuda.view_resize 4: [ OK ] cuda.view_resize (111 ms) 4: [ RUN ] cuda.view_realloc 4: [ OK ] cuda.view_realloc (0 ms) 4: [ RUN ] cuda.workgraph_fib [ 86%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 86%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o 4: [ OK ] cuda.workgraph_fib (1291 ms) 4: [ RUN ] cuda.resize_realloc_no_init 4: [ OK ] cuda.resize_realloc_no_init (0 ms) 4: [ RUN ] cuda.resize_realloc_no_alloc 4: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 4: [ RUN ] cuda.realloc_exec_space 4: [ OK ] cuda.realloc_exec_space (0 ms) 4: [ RUN ] cuda.view_alloc 4: [ OK ] cuda.view_alloc (2 ms) 4: [ RUN ] cuda.view_alloc_exec_space 4: [ OK ] cuda.view_alloc_exec_space (0 ms) 4: [ RUN ] cuda.view_alloc_int 4: [ OK ] cuda.view_alloc_int (0 ms) 4: [ RUN ] cuda.view_alloc_exec_space_int 4: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 4: [ RUN ] cuda.deep_copy_zero_memset 4: [ OK ] cuda.deep_copy_zero_memset (0 ms) 4: [ RUN ] cuda.resize_exec_space 4: [ OK ] cuda.resize_exec_space (0 ms) 4: [ RUN ] cuda.view_allocation_int 4: [ OK ] cuda.view_allocation_int (0 ms) 4: [ RUN ] cuda.view_allocation_exec_space_int 4: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 4: [ RUN ] cuda.view_not_default_constructible 4: [ OK ] cuda.view_not_default_constructible (0 ms) 4: [----------] 111 tests from cuda (8727 ms total) 4: 4: [----------] 28 tests from cuda_uvm 4: [ RUN ] cuda_uvm.view_subview_auto_1d_left 4: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 4: [ RUN ] cuda_uvm.view_subview_auto_1d_right 4: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 4: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 4: [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) 4: [ RUN ] cuda_uvm.view_subview_assign_strided 4: [ OK ] cuda_uvm.view_subview_assign_strided (3 ms) 4: [ RUN ] cuda_uvm.view_subview_left_0 4: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_left_1 4: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_left_2 4: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_left_3 4: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_right_0 4: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_right_1 4: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 4: [ RUN ] cuda_uvm.view_subview_right_3 4: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 4: [ RUN ] cuda_uvm.view_static_tests 4: [ OK ] cuda_uvm.view_static_tests (0 ms) 4: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 4: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 4: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 4: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 ms) 4: [ RUN ] cuda_uvm.view_subview_1d_assign 4: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 4: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 4: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms) 4: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 4: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 4: [ RUN ] cuda_uvm.view_subview_2d_from_3d 4: [ OK ] cuda_uvm.view_subview_2d_from_3d (58 ms) 4: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 4: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (57 ms) 4: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 4: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (64 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (135 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (138 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (138 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (134 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (137 ms) 4: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (136 ms) 4: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 4: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 4: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 4: [----------] 28 tests from cuda_uvm (1041 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 150 tests from 4 test suites ran. (420900 ms total) 4: [ PASSED ] 150 tests. 4/56 Test #4: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 421.31 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda3 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 5: Test timeout computed to be: 1500 5: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 5: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 5: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 5: For unit testing set OMP_PROC_BIND=false 5: 5: [==========] Running 62 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 6 tests from cuda 5: [ RUN ] cuda.team_scratch_1_streams [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 86%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 3: [ OK ] hip.exec_space_thread_safety_range (9705 ms) 3: [ RUN ] hip.exec_space_thread_safety_mdrange [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o 3: [ OK ] hip.exec_space_thread_safety_mdrange (970 ms) 3: [ RUN ] hip.exec_space_thread_safety_team_policy [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o 3: [ OK ] hip.exec_space_thread_safety_team_policy (962 ms) 3: [ RUN ] hip.exec_space_thread_safety_range_reduce [ 87%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp 3: [ OK ] hip.exec_space_thread_safety_range_reduce (967 ms) 3: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce [ 87%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 87%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 87%] Built target Kokkos_CoreUnitTest_Serial1 3: [ OK ] hip.exec_space_thread_safety_mdrange_reduce (968 ms) 3: [ RUN ] hip.exec_space_thread_safety_team_policy_reduce [ 88%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip.exec_space_thread_safety_team_policy_reduce (963 ms) 3: [ RUN ] hip.exec_space_thread_safety_range_scan 3: [ OK ] hip.exec_space_thread_safety_range_scan (969 ms) 3: [ RUN ] hip.execution_space_as_class_data_member 3: [ OK ] hip.execution_space_as_class_data_member (1 ms) 3: [ RUN ] hip.functor_analysis 3: [ OK ] hip.functor_analysis (0 ms) 3: [ RUN ] hip.when_all_type 3: [ OK ] hip.when_all_type (0 ms) 3: [ RUN ] hip.graph_capture 3: [ OK ] hip.graph_capture (4 ms) 3: [ RUN ] hip.graph_then 3: [ OK ] hip.graph_then (1 ms) 3: [ RUN ] hip.then_host 3: [ OK ] hip.then_host (0 ms) 3: [ RUN ] hip.mixed_then_host_device_nodes 3: [ OK ] hip.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] hip.graph_then_tag 3: [ OK ] hip.graph_then_tag (0 ms) 3: [ RUN ] hip.host_shared_ptr_use_count 3: [ OK ] hip.host_shared_ptr_use_count (0 ms) 3: [ RUN ] hip.host_shared_ptr_get 3: [ OK ] hip.host_shared_ptr_get (0 ms) 3: [ RUN ] hip.host_shared_ptr_dereference_on_device 3: [ OK ] hip.host_shared_ptr_dereference_on_device (1 ms) 3: [ RUN ] hip.host_shared_ptr_special_members_on_device 3: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] hip.host_shared_ptr_tracking 3: [ OK ] hip.host_shared_ptr_tracking (8 ms) 3: [ RUN ] hip.join_backward_compatibility 3: [ OK ] hip.join_backward_compatibility (0 ms) 3: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft [ 88%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp 3: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (669 ms) 3: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 88%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 88%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 88%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 88%] Built target Kokkos_ContainersUnitTest_Serial [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 88%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o 3: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2027 ms) 3: [ RUN ] hip.local_deepcopy_teampolicy_layoutright [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 88%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 89%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 89%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 89%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o 3: [ OK ] hip.local_deepcopy_teampolicy_layoutright (622 ms) 3: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright [ 89%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 89%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o 3: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1454 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 (5 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 (46 ms) 3: [ RUN ] hip.mathematical_functions_hyperbolic_functions 3: [ OK ] hip.mathematical_functions_hyperbolic_functions (4 ms) 3: [ RUN ] hip.mathematical_functions_non_standard 3: [ OK ] hip.mathematical_functions_non_standard (0 ms) 3: [ RUN ] hip.mathematical_functions_power_functions 3: [ OK ] hip.mathematical_functions_power_functions (49 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 (3 ms) 3: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (3 ms) 3: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 3: [ RUN ] hip.mathematical_functions_absolute_value 3: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 3: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] hip.mathematical_functions_remainder_function 3: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] hip.mathematical_functions_isfinite 3: [ OK ] hip.mathematical_functions_isfinite (0 ms) 3: [ RUN ] hip.mathematical_functions_isinf 3: [ OK ] hip.mathematical_functions_isinf (0 ms) 3: [ RUN ] hip.mathematical_functions_isnan 3: [ OK ] hip.mathematical_functions_isnan (0 ms) 3: [ RUN ] hip.mathematical_functions_impl_half_fallback 3: [ OK ] hip.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] hip.mathematical_functions_nextafter_fp16 3: [ OK ] hip.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] hip.mathematical_functions_exponential_functions 3: [ OK ] hip.mathematical_functions_exponential_functions (21 ms) 3: [ RUN ] hip.mathspecialfunc_expint1 3: [ OK ] hip.mathspecialfunc_expint1 (5 ms) 3: [ RUN ] hip.mathspecialfunc_errorfunc 3: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselj0y0 3: [ OK ] hip.mathspecialfunc_cbesselj0y0 (27 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselj1y1 3: [ OK ] hip.mathspecialfunc_cbesselj1y1 (26 ms) 3: [ RUN ] hip.mathspecialfunc_cbesseli0k0 3: [ OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms) 3: [ RUN ] hip.mathspecialfunc_cbesseli1k1 3: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMathematicalSpecialFunctions.hpp:1975: Skipped 3: skipping since test is known to fail on MI100 and for some versions of ROCm 3: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 3: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms) 3: [ RUN ] hip.mdrange_5d 3: [ OK ] hip.mdrange_5d (133 ms) 3: [ RUN ] hip.mdrange_6d [ 89%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp 3: [ OK ] hip.mdrange_6d (210 ms) 3: [ RUN ] hip.mdrange_2d 3: [ OK ] hip.mdrange_2d (7 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 (12 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 (65 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 (62 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 [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o [ 89%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 89%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 89%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o [ 90%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 91%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o 3: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3893 ms) 3: [ RUN ] hip.mdspan_minimal_functional 3: /var/jenkins/workspace/Kokkos_PR-8324/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 (2 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 (28 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 (3 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 (1 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 (28 ms) 3: [ RUN ] hip.cxx11 3: [ OK ] hip.cxx11 (1 ms) 3: [ RUN ] hip.viewctorprop_embedded_dim 3: [ OK ] hip.viewctorprop_embedded_dim (0 ms) 3: [ RUN ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility 3: [ OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 3: [ RUN ] hip.parallel_scan_range_policy 3: [ OK ] hip.parallel_scan_range_policy (87 ms) 3: [ RUN ] hip.kokkos_printf 3: [ OK ] hip.kokkos_printf (1 ms) 3: [ RUN ] hip.range_for 3: [ OK ] hip.range_for (6 ms) 3: [ RUN ] hip.range_reduce 3: [ OK ] hip.range_reduce (1 ms) 3: [ RUN ] hip.range_dynamic_policy 3: [ OK ] hip.range_dynamic_policy (0 ms) 3: [ RUN ] hip.large_parallel_for_reduce 3: [ OK ] hip.large_parallel_for_reduce (31 ms) 3: [ RUN ] hip.range_policy_runtime_parameters 3: [ OK ] hip.range_policy_runtime_parameters (0 ms) 3: [ RUN ] hip.range_policy_one_way_convertible_bounds 3: [ OK ] hip.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] hip.range_for_require 3: [ OK ] hip.range_for_require (5 ms) 3: [ RUN ] hip.range_reduce_require 3: [ OK ] hip.range_reduce_require (1 ms) 3: [ RUN ] hip.range_dynamic_policy_require 3: [ OK ] hip.range_dynamic_policy_require (0 ms) 3: [ RUN ] hip.reducers_int 3: [ OK ] hip.reducers_int (20 ms) 3: [ RUN ] hip.reducers_double 3: [ OK ] hip.reducers_double (16 ms) 3: [ RUN ] hip.reducers_complex_double 3: [ OK ] hip.reducers_complex_double (31 ms) 3: [ RUN ] hip.reducers_struct 3: [ OK ] hip.reducers_struct (7 ms) 3: [ RUN ] hip.reducers_half_t 3: [ OK ] hip.reducers_half_t (9 ms) 3: [ RUN ] hip.reducers_bhalf_t 3: [ OK ] hip.reducers_bhalf_t (9 ms) 3: [ RUN ] hip.reducers_int8_t 3: [ OK ] hip.reducers_int8_t (7 ms) 3: [ RUN ] hip.reducers_int16_t 3: [ OK ] hip.reducers_int16_t (8 ms) 3: [ RUN ] hip.reducers_bool 3: [ OK ] hip.reducers_bool (2 ms) 3: [ RUN ] hip.int64_t_reduce 3: [ OK ] hip.int64_t_reduce (33 ms) 3: [ RUN ] hip.double_reduce 3: [ OK ] hip.double_reduce (24 ms) 3: [ RUN ] hip.int64_t_reduce_dynamic 3: [ OK ] hip.int64_t_reduce_dynamic (30 ms) 3: [ RUN ] hip.double_reduce_dynamic 3: [ OK ] hip.double_reduce_dynamic (30 ms) 3: [ RUN ] hip.int64_t_reduce_dynamic_view 3: [ OK ] hip.int64_t_reduce_dynamic_view (10 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 (309 ms) 3: [ RUN ] hip.reduction_identity_min_max_floating_point_types 3: [ OK ] hip.reduction_identity_min_max_floating_point_types (0 ms) 3: [ RUN ] hip.reduction_deduction 3: [ OK ] hip.reduction_deduction (0 ms) 3: [ RUN ] hip.reduce_device_view_range_policy 3: [ OK ] hip.reduce_device_view_range_policy (14 ms) 3: [ RUN ] hip.reduce_device_view_mdrange_policy 3: [ OK ] hip.reduce_device_view_mdrange_policy (73 ms) 3: [ RUN ] hip.reduce_device_view_team_policy 3: [ OK ] hip.reduce_device_view_team_policy (14 ms) 3: [ RUN ] hip.impl_shared_alloc 3: [ OK ] hip.impl_shared_alloc (216 ms) 3: [ RUN ] hip.kokkos_swap 3: [ OK ] hip.kokkos_swap (0 ms) 3: [ RUN ] hip.team_for 3: [ OK ] hip.team_for (55 ms) 3: [ RUN ] hip.team_reduce 3: [ OK ] hip.team_reduce (1 ms) 3: [ RUN ] hip.team_reduce_large 3: [ OK ] hip.team_reduce_large (46 ms) 3: [ RUN ] hip.team_parallel_single 3: [ OK ] hip.team_parallel_single (10 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 (1 ms) 3: [ RUN ] hip.team_broadcast_long_wrapper 3: [ OK ] hip.team_broadcast_long_wrapper (1 ms) 3: [ RUN ] hip.team_broadcast_char 3: [ OK ] hip.team_broadcast_char (1 ms) 3: [ RUN ] hip.team_broadcast_float 3: [ OK ] hip.team_broadcast_float (0 ms) 3: [ RUN ] hip.team_broadcast_double 3: [ OK ] hip.team_broadcast_double (0 ms) 3: [ RUN ] hip.team_broadcast_int_ptr 3: [ OK ] hip.team_broadcast_int_ptr (0 ms) 3: [ RUN ] hip.team_single_thread_int_ptr 3: [ OK ] hip.team_single_thread_int_ptr (0 ms) 3: [ RUN ] hip.team_single_team_int_ptr 3: [ OK ] hip.team_single_team_int_ptr (0 ms) 3: [ RUN ] hip.team_handle_by_value 3: [ OK ] hip.team_handle_by_value (0 ms) 3: [ RUN ] hip.team_vector 3: [ OK ] hip.team_vector (14 ms) 3: [ RUN ] hip.triple_nested_parallelism 3: [ OK ] hip.triple_nested_parallelism (8 ms) 3: [ RUN ] hip.parallel_scan_with_reducers 3: [ OK ] hip.parallel_scan_with_reducers (84 ms) 3: [ RUN ] hip.team_thread_range_combined_reducers 3: [ OK ] hip.team_thread_range_combined_reducers (3 ms) 3: [ RUN ] hip.thread_vector_range_combined_reducers 3: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 3: [ RUN ] hip.team_vector_range_combined_reducers 3: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 3: [ RUN ] hip.TeamThreadMDRangeParallelFor 3: [ OK ] hip.TeamThreadMDRangeParallelFor (54 ms) 3: [ RUN ] hip.ThreadVectorMDRangeParallelFor 3: [ OK ] hip.ThreadVectorMDRangeParallelFor (11 ms) 3: [ RUN ] hip.TeamVectorMDRangeParallelFor 3: [ OK ] hip.TeamVectorMDRangeParallelFor (12 ms) 3: [ RUN ] hip.TeamThreadMDRangeParallelReduce 3: [ OK ] hip.TeamThreadMDRangeParallelReduce (23 ms) 3: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 3: [ OK ] hip.ThreadVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] hip.TeamVectorMDRangeParallelReduce 3: [ OK ] hip.TeamVectorMDRangeParallelReduce (7 ms) 3: [ RUN ] hip.team_policy_runtime_parameters 3: [ OK ] hip.team_policy_runtime_parameters (1 ms) 3: [ RUN ] hip.team_reduction_scan [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o 3: [ OK ] hip.team_reduction_scan (2483 ms) 3: [ RUN ] hip.team_long_reduce 3: [ OK ] hip.team_long_reduce (25 ms) 3: [ RUN ] hip.team_double_reduce 3: [ OK ] hip.team_double_reduce (24 ms) 3: [ RUN ] hip.team_long_array_reduce 3: [ OK ] hip.team_long_array_reduce (26 ms) 3: [ RUN ] hip.team_double_array_reduce 3: [ OK ] hip.team_double_array_reduce (26 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 (149 ms) 3: [ RUN ] hip.team_scan_ret_val 3: [ OK ] hip.team_scan_ret_val (139 ms) 3: [ RUN ] hip.team_shared_request 3: [ OK ] hip.team_shared_request (14 ms) 3: [ RUN ] hip.team_scratch_request 3: [ OK ] hip.team_scratch_request (1 ms) 3: [ RUN ] hip.team_lambda_shared_request 3: [ OK ] hip.team_lambda_shared_request (4 ms) 3: [ RUN ] hip.scratch_align 3: [ OK ] hip.scratch_align (0 ms) 3: [ RUN ] hip.shmem_size 3: [ OK ] hip.shmem_size (0 ms) 3: [ RUN ] hip.multi_level_scratch 3: [ OK ] hip.multi_level_scratch (11 ms) 3: [ RUN ] hip.team_scratch_memory_index_parallel_for 3: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 3: [ RUN ] hip.team_policy_max_recommended 3: [ OK ] hip.team_policy_max_recommended (25 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 (7 ms) 3: [ RUN ] hip.timer 3: [ OK ] hip.timer (20 ms) 3: [ RUN ] hip.unique_token_global 3: [ OK ] hip.unique_token_global (28 ms) 3: [ RUN ] hip.unique_token_instance 3: [ OK ] hip.unique_token_instance (22 ms) 3: [ RUN ] hip.unique_token_team_acquire 3: [ OK ] hip.unique_token_team_acquire (17 ms) 3: [ RUN ] hip.view_api_a 3: [ OK ] hip.view_api_a (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 (10 ms) 3: [ RUN ] hip.view_api_c 3: [ OK ] hip.view_api_c (6 ms) 3: [ RUN ] hip.view_api_d 3: [ OK ] hip.view_api_d (3 ms) 3: [ RUN ] hip.view_remap 3: [ OK ] hip.view_remap (0 ms) 3: [ RUN ] hip.view_mirror_nonconst 3: [ OK ] hip.view_mirror_nonconst (0 ms) 3: [ RUN ] hip.view_stride_method 3: [ OK ] hip.view_stride_method (0 ms) 3: [ RUN ] hip.anonymous_space 3: [ OK ] hip.anonymous_space (2 ms) 3: [ RUN ] hip.view_overload_resolution 3: [ OK ] hip.view_overload_resolution (0 ms) 3: [ RUN ] hip.view_allocation_large_rank 3: [ OK ] hip.view_allocation_large_rank (5 ms) 3: [ RUN ] hip.view_shmem_size_on_device 3: [ OK ] hip.view_shmem_size_on_device (0 ms) 3: [ RUN ] hip.view_is_assignable 3: [ OK ] hip.view_is_assignable (3 ms) 3: [ RUN ] hip.view_bad_alloc 3: [ OK ] hip.view_bad_alloc (0 ms) 3: [ RUN ] hip.view_copy_tests 3: [ OK ] hip.view_copy_tests (12 ms) 3: [ RUN ] hip.view_copy_tests_rank_0 3: [ OK ] hip.view_copy_tests_rank_0 (5 ms) 3: [ RUN ] hip.view_copy_degenerated 3: [ OK ] hip.view_copy_degenerated (0 ms) 3: [ RUN ] hip.view_fill_tests_layout_right [ 91%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o 3: [ OK ] hip.view_fill_tests_layout_right (76 ms) 3: [ RUN ] hip.view_fill_tests_layout_left 3: [ OK ] hip.view_fill_tests_layout_left (42 ms) 3: [ RUN ] hip.vcp_empty_traits 3: [ OK ] hip.vcp_empty_traits (0 ms) 3: [ RUN ] hip.is_view_label 3: [ OK ] hip.is_view_label (0 ms) 3: [ RUN ] hip.vcp_label_base_traits 3: [ OK ] hip.vcp_label_base_traits (0 ms) 3: [ RUN ] hip.vcp_label_traits 3: [ OK ] hip.vcp_label_traits (0 ms) 3: [ RUN ] hip.view_alloc_can_perfect_forward_label 3: [ OK ] hip.view_alloc_can_perfect_forward_label (0 ms) 3: [ RUN ] hip.vcp_label_copy_constructor 3: [ OK ] hip.vcp_label_copy_constructor (0 ms) 3: [ RUN ] hip.vcp_pointer_add_property 3: [ OK ] hip.vcp_pointer_add_property (0 ms) 3: [ RUN ] hip.view_empty_runtime_unmanaged 3: [ OK ] hip.view_empty_runtime_unmanaged (1 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 (58 ms) 3: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (53 ms) 3: [ RUN ] hip.view_irregular_layout 3: [ OK ] hip.view_irregular_layout (8 ms) 3: [ RUN ] hip.view_mapping [ 91%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp 3: [ OK ] hip.view_mapping (59 ms) 3: [ RUN ] hip.view_mapping_operator 3: [ OK ] hip.view_mapping_operator (21 ms) 3: [ RUN ] hip.static_extent 3: [ OK ] hip.static_extent (0 ms) 3: [ RUN ] hip.view_mapping_atomic 3: [ OK ] hip.view_mapping_atomic (2 ms) 3: [ RUN ] hip.view_mapping_class_value 3: [ OK ] hip.view_mapping_class_value (0 ms) 3: [ RUN ] hip.view_mapping_assignable 3: [ OK ] hip.view_mapping_assignable (0 ms) 3: [ RUN ] hip.view_mapping_trivially_copyable 3: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip.view_mapping_subview 3: [ OK ] hip.view_mapping_subview (1 ms) 3: [ RUN ] hip.view_nested_view 3: [ OK ] hip.view_nested_view (1 ms) 3: [ RUN ] hip.view_of_views_default 3: [ OK ] hip.view_of_views_default (0 ms) 3: [ RUN ] hip.view_of_views_without_initializing 3: [ OK ] hip.view_of_views_without_initializing (0 ms) 3: [ RUN ] hip.test_view_of_views_sequential_host_init 3: [ OK ] hip.test_view_of_views_sequential_host_init (0 ms) 3: [ RUN ] hip.append_formatted_multidimensional_index 3: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 3: [ RUN ] hip.view_resize 3: [ OK ] hip.view_resize (23 ms) 3: [ RUN ] hip.view_realloc 3: [ OK ] hip.view_realloc (1 ms) 3: [ RUN ] hip.workgraph_fib [ 91%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 91%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 91%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 91%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o 3: [ OK ] hip.workgraph_fib (3192 ms) 3: [ RUN ] hip.resize_realloc_no_init 3: [ OK ] hip.resize_realloc_no_init (0 ms) 3: [ RUN ] hip.resize_realloc_no_alloc 3: [ OK ] hip.resize_realloc_no_alloc (0 ms) 3: [ RUN ] hip.realloc_exec_space 3: [ OK ] hip.realloc_exec_space (0 ms) 3: [ RUN ] hip.view_alloc 3: [ OK ] hip.view_alloc (2 ms) 3: [ RUN ] hip.view_alloc_exec_space 3: [ OK ] hip.view_alloc_exec_space (0 ms) 3: [ RUN ] hip.view_alloc_int 3: [ OK ] hip.view_alloc_int (0 ms) 3: [ RUN ] hip.view_alloc_exec_space_int 3: [ OK ] hip.view_alloc_exec_space_int (0 ms) 3: [ RUN ] hip.deep_copy_zero_memset 3: [ OK ] hip.deep_copy_zero_memset (0 ms) 3: [ RUN ] hip.resize_exec_space 3: [ OK ] hip.resize_exec_space (0 ms) 3: [ RUN ] hip.view_allocation_int 3: [ OK ] hip.view_allocation_int (0 ms) 3: [ RUN ] hip.view_allocation_exec_space_int 3: [ OK ] hip.view_allocation_exec_space_int (0 ms) 3: [ RUN ] hip.view_not_default_constructible 3: [ OK ] hip.view_not_default_constructible (0 ms) 3: [ RUN ] hip.scan_unit 3: [ OK ] hip.scan_unit (5 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 [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 79%] Linking CXX executable Kokkos_UnitTest_Random [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 79%] Built target Kokkos_UnitTest_Random [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o [ 92%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 92%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 90%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 46%] Linking CXX executable Kokkos_StackTraceTestExec [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o 5: [ OK ] cuda.team_scratch_1_streams (36866 ms) 5: [ RUN ] cuda.space_access 5: [ OK ] cuda.space_access (0 ms) 5: [ RUN ] cuda.uvm 5: [ OK ] cuda.uvm (1 ms) 5: [ RUN ] cuda.impl_view_accessible 5: [ OK ] cuda.impl_view_accessible (16 ms) 5: [ RUN ] cuda.impl_view_texture 5: [ OK ] cuda.impl_view_texture (1 ms) 5: [ RUN ] cuda.view_subview_const_randomaccess 5: [ OK ] cuda.view_subview_const_randomaccess (2 ms) 5: [----------] 6 tests from cuda (36889 ms total) 5: 5: [----------] 28 tests from cuda_hostpinned 5: [ RUN ] cuda_hostpinned.impl_shared_alloc 5: [ OK ] cuda_hostpinned.impl_shared_alloc (74 ms) 5: [ RUN ] cuda_hostpinned.view_api_a 5: [ OK ] cuda_hostpinned.view_api_a (62 ms) 5: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 5: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 5: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 5: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 5: [ RUN ] cuda_hostpinned.view_api_b 5: [ OK ] cuda_hostpinned.view_api_b (9 ms) 5: [ RUN ] cuda_hostpinned.view_api_c 5: [ OK ] cuda_hostpinned.view_api_c (0 ms) 5: [ RUN ] cuda_hostpinned.view_api_d 5: [ OK ] cuda_hostpinned.view_api_d (3 ms) 5: [ RUN ] cuda_hostpinned.view_remap 5: [ OK ] cuda_hostpinned.view_remap (0 ms) 5: [ RUN ] cuda_hostpinned.view_mirror_nonconst 5: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda_hostpinned.view_stride_method 5: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 5: [ RUN ] cuda_hostpinned.anonymous_space 5: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 5: [ RUN ] cuda_hostpinned.view_overload_resolution 5: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 5: [ RUN ] cuda_hostpinned.view_allocation_large_rank [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o [ 46%] Built target Kokkos_StackTraceTestExec [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 5: [ OK ] cuda_hostpinned.view_allocation_large_rank (3481 ms) 5: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 5: [ OK ] cuda_hostpinned.view_shmem_size_on_device (14 ms) 5: [ RUN ] cuda_hostpinned.view_is_assignable 5: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 5: [ RUN ] cuda_hostpinned.view_copy_tests 5: [ OK ] cuda_hostpinned.view_copy_tests (142 ms) 5: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 5: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 5: [ RUN ] cuda_hostpinned.view_copy_degenerated 5: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 5: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.cpp.o 5: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (6099 ms) 5: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o 5: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (5194 ms) 5: [ RUN ] cuda_hostpinned.view_mapping 5: [ OK ] cuda_hostpinned.view_mapping (404 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_operator 5: [ OK ] cuda_hostpinned.view_mapping_operator (10 ms) 5: [ RUN ] cuda_hostpinned.static_extent 5: [ OK ] cuda_hostpinned.static_extent (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_atomic 5: [ OK ] cuda_hostpinned.view_mapping_atomic (4 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_class_value 5: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_assignable 5: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 5: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda_hostpinned.view_mapping_subview 5: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 5: [----------] 28 tests from cuda_hostpinned (15506 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.impl_shared_alloc 5: [ OK ] cuda_uvm.impl_shared_alloc (105 ms) 5: [ RUN ] cuda_uvm.view_api_a 5: [ OK ] cuda_uvm.view_api_a (76 ms) 5: [ RUN ] cuda_uvm.view_layout_left_with_stride 5: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 5: [ RUN ] cuda_uvm.view_layout_right_with_stride 5: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 5: [ RUN ] cuda_uvm.view_api_b 5: [ OK ] cuda_uvm.view_api_b (17 ms) 5: [ RUN ] cuda_uvm.view_api_c 5: [ OK ] cuda_uvm.view_api_c (2 ms) 5: [ RUN ] cuda_uvm.view_api_d 5: [ OK ] cuda_uvm.view_api_d (4 ms) 5: [ RUN ] cuda_uvm.view_remap 5: [ OK ] cuda_uvm.view_remap (1 ms) 5: [ RUN ] cuda_uvm.view_mirror_nonconst 5: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda_uvm.view_stride_method 5: [ OK ] cuda_uvm.view_stride_method (1 ms) 5: [ RUN ] cuda_uvm.anonymous_space 5: [ OK ] cuda_uvm.anonymous_space (0 ms) 5: [ RUN ] cuda_uvm.view_overload_resolution 5: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 5: [ RUN ] cuda_uvm.view_allocation_large_rank 5: [ OK ] cuda_uvm.view_allocation_large_rank (769 ms) 5: [ RUN ] cuda_uvm.view_shmem_size_on_device 5: [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda_uvm.view_is_assignable 5: [ OK ] cuda_uvm.view_is_assignable (5 ms) 5: [ RUN ] cuda_uvm.view_copy_tests 5: [ OK ] cuda_uvm.view_copy_tests (73 ms) 5: [ RUN ] cuda_uvm.view_copy_tests_rank_0 5: [ OK ] cuda_uvm.view_copy_tests_rank_0 (5 ms) 5: [ RUN ] cuda_uvm.view_copy_degenerated 5: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 5: [ RUN ] cuda_uvm.view_fill_tests_layout_right [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 5: [ OK ] cuda_uvm.view_fill_tests_layout_right (238 ms) 5: [ RUN ] cuda_uvm.view_fill_tests_layout_left [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o 5: [ OK ] cuda_uvm.view_fill_tests_layout_left (205 ms) 5: [ RUN ] cuda_uvm.view_mapping [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 5: [ OK ] cuda_uvm.view_mapping (418 ms) 5: [ RUN ] cuda_uvm.view_mapping_operator [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o 5: [ OK ] cuda_uvm.view_mapping_operator (18 ms) 5: [ RUN ] cuda_uvm.static_extent 5: [ OK ] cuda_uvm.static_extent (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_atomic 5: [ OK ] cuda_uvm.view_mapping_atomic (1 ms) 5: [ RUN ] cuda_uvm.view_mapping_class_value 5: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_assignable 5: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 5: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda_uvm.view_mapping_subview 5: [ OK ] cuda_uvm.view_mapping_subview (1 ms) 5: [----------] 28 tests from cuda_uvm (1947 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 62 tests from 3 test suites ran. (54343 ms total) 5: [ PASSED ] 62 tests. 5/56 Test #5: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 54.68 sec test 6 Start 6: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 6: Test timeout computed to be: 1500 6: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 6: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 6: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 6: For unit testing set OMP_PROC_BIND=false 6: 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from cuda 6: [ RUN ] cuda.graph_lock_based_atomic_op 6: [ OK ] cuda.graph_lock_based_atomic_op (0 ms) 6: [----------] 1 test from cuda (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (0 ms total) 6: [ PASSED ] 1 test. 6/56 Test #6: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.29 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 7: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 7: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 7: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 7: For unit testing set OMP_PROC_BIND=false 7: 7: [==========] Running 2 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from cuda 7: [ RUN ] cuda.debug_serial_execution 7: [ OK ] cuda.debug_serial_execution (18 ms) 7: [ RUN ] cuda.debug_pin_um_to_host [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o 7: [ OK ] cuda.debug_pin_um_to_host (336 ms) 7: [----------] 2 tests from cuda (355 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (355 ms total) 7: [ PASSED ] 2 tests. 7/56 Test #7: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.62 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.raw_cuda_interop 8: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 8: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 8: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 8: For unit testing set OMP_PROC_BIND=false 8: [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o 8: [ OK ] cuda.raw_cuda_interop (159 ms) 8: [----------] 1 test from cuda (159 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (159 ms total) 8: [ PASSED ] 1 test. 8/56 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.26 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from cuda 9: [ RUN ] cuda.raw_cuda_streams 9: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 9: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 9: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 9: For unit testing set OMP_PROC_BIND=false 9: 9: [ OK ] cuda.raw_cuda_streams (154 ms) 9: [----------] 1 test from cuda (154 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (154 ms total) 9: [ PASSED ] 1 test. 9/56 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.26 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 10: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 10: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 10: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 10: For unit testing set OMP_PROC_BIND=false 10: 10: [==========] Running 4 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 4 tests from cuda_multi_gpu 10: [ RUN ] cuda_multi_gpu.managed_views 10: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.managed_views (0 ms) 10: [ RUN ] cuda_multi_gpu.unmanaged_views 10: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.unmanaged_views (0 ms) 10: [ RUN ] cuda_multi_gpu.scratch_space 10: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.scratch_space (0 ms) 10: [ RUN ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 10: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 10: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 10: [----------] 4 tests from cuda_multi_gpu (0 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 4 tests from 1 test suite ran. (0 ms total) 10: [ PASSED ] 0 tests. 10: [ SKIPPED ] 4 tests, listed below: 10: [ SKIPPED ] cuda_multi_gpu.managed_views 10: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 10: [ SKIPPED ] cuda_multi_gpu.scratch_space 10: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.25 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpGraph 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 11: Test timeout computed to be: 1500 11: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 11: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 11: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 11: For unit testing set OMP_PROC_BIND=false 11: [ 80%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 47%] Built target Kokkos_CoreUnitTest_SYCL2D 11: [==========] Running 5 tests from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 5 tests from cuda_GraphInterOp 11: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 11: [ OK ] cuda_GraphInterOp.promises_on_native_objects (0 ms) 11: [ RUN ] cuda_GraphInterOp.count_nodes 11: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 11: [ RUN ] cuda_GraphInterOp.debug_dot_print 11: [ OK ] cuda_GraphInterOp.debug_dot_print (8 ms) 11: [ RUN ] cuda_GraphInterOp.instantiation_flags 11: [ OK ] cuda_GraphInterOp.instantiation_flags (0 ms) 11: [ RUN ] cuda_GraphInterOp.construct_from_native 11: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 11: [----------] 5 tests from cuda_GraphInterOp (10 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 5 tests from 1 test suite ran. (10 ms total) 11: [ PASSED ] 5 tests. 11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.26 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 12: Test timeout computed to be: 1500 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o 12: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 12: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 12: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 12: For unit testing set OMP_PROC_BIND=false 12: 12: [==========] Running 1 test from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 1 test from cuda_multi_gpu 12: [ RUN ] cuda_multi_gpu.then 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped 12: Skipping multi-gpu testing since current machine only has 1 GPU. 12: [ SKIPPED ] cuda_multi_gpu.then (0 ms) 12: [----------] 1 test from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 1 test, listed below: 12: [ SKIPPED ] cuda_multi_gpu.then 12/56 Test #12: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ............... Passed 0.25 sec test 13 Start 13: Kokkos_CoreUnitTest_Default 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 13: Test timeout computed to be: 1500 [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A 13: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 13: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 13: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 13: For unit testing set OMP_PROC_BIND=false 13: 13: [==========] Running 59 tests from 41 test suites. 13: [----------] Global test environment set-up. 13: [----------] 19 tests from defaultdevicetype 13: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 13: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 13: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 13: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 13: [ RUN ] defaultdevicetype.shared_space 13: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSharedSpace.cpp:119: Skipped 13: skipping due to spurious failures when compiling in Debug mode 13: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 13: [ RUN ] defaultdevicetype.shared_host_pinned_space 13: [ OK ] defaultdevicetype.shared_host_pinned_space (5 ms) 13: [ RUN ] defaultdevicetype.compiler_macros 13: [ OK ] defaultdevicetype.compiler_macros (0 ms) 13: [ RUN ] defaultdevicetype.half_conversion 13: [ OK ] defaultdevicetype.half_conversion (21 ms) 13: [ RUN ] defaultdevicetype.bhalf_conversion 13: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 13: [ RUN ] defaultdevicetype.half_operators 13: [ OK ] defaultdevicetype.half_operators (7 ms) 13: [ RUN ] defaultdevicetype.bhalf_operators 13: [ OK ] defaultdevicetype.bhalf_operators (6 ms) 13: [ RUN ] defaultdevicetype.host_space_access 13: [ OK ] defaultdevicetype.host_space_access (0 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_a1 13: [ OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_b1 13: [ OK ] defaultdevicetype.reduce_instantiation_b1 (11 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_c1 13: [ OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_a2 13: [ OK ] defaultdevicetype.reduce_instantiation_a2 (18 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_b2 13: [ OK ] defaultdevicetype.reduce_instantiation_b2 (15 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_c2 13: [ OK ] defaultdevicetype.reduce_instantiation_c2 (7 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_a3 13: [ OK ] defaultdevicetype.reduce_instantiation_a3 (10 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_b3 13: [ OK ] defaultdevicetype.reduce_instantiation_b3 (20 ms) 13: [ RUN ] defaultdevicetype.reduce_instantiation_c3 13: [ OK ] defaultdevicetype.reduce_instantiation_c3 (9 ms) 13: [----------] 19 tests from defaultdevicetype (144 ms total) 13: 13: [----------] 1 test from kokkosresize 13: [ RUN ] kokkosresize.host_space_access 13: [ OK ] kokkosresize.host_space_access (114 ms) 13: [----------] 1 test from kokkosresize (114 ms total) 13: 13: [----------] 1 test from TestViewAPI/0, where TypeParam = 13: [ RUN ] TestViewAPI/0.sizes 13: [ OK ] TestViewAPI/0.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/0 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/1, where TypeParam = 13: [ RUN ] TestViewAPI/1.sizes 13: [ OK ] TestViewAPI/1.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/1 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/2, where TypeParam = 13: [ RUN ] TestViewAPI/2.sizes 13: [ OK ] TestViewAPI/2.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/2 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/3, where TypeParam = 13: [ RUN ] TestViewAPI/3.sizes 13: [ OK ] TestViewAPI/3.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/3 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/4, where TypeParam = 13: [ RUN ] TestViewAPI/4.sizes 13: [ OK ] TestViewAPI/4.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/4 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/5, where TypeParam = 13: [ RUN ] TestViewAPI/5.sizes 13: [ OK ] TestViewAPI/5.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/5 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/6, where TypeParam = 13: [ RUN ] TestViewAPI/6.sizes 13: [ OK ] TestViewAPI/6.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/6 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/7, where TypeParam = 13: [ RUN ] TestViewAPI/7.sizes 13: [ OK ] TestViewAPI/7.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/7 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/8, where TypeParam = 13: [ RUN ] TestViewAPI/8.sizes 13: [ OK ] TestViewAPI/8.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/8 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/9, where TypeParam = 13: [ RUN ] TestViewAPI/9.sizes 13: [ OK ] TestViewAPI/9.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/9 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/10, where TypeParam = 13: [ RUN ] TestViewAPI/10.sizes 13: [ OK ] TestViewAPI/10.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/10 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/11, where TypeParam = 13: [ RUN ] TestViewAPI/11.sizes 13: [ OK ] TestViewAPI/11.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/11 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/12, where TypeParam = 13: [ RUN ] TestViewAPI/12.sizes 13: [ OK ] TestViewAPI/12.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/12 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/13, where TypeParam = 13: [ RUN ] TestViewAPI/13.sizes 13: [ OK ] TestViewAPI/13.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/13 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/14, where TypeParam = 13: [ RUN ] TestViewAPI/14.sizes 13: [ OK ] TestViewAPI/14.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/14 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/15, where TypeParam = 13: [ RUN ] TestViewAPI/15.sizes 13: [ OK ] TestViewAPI/15.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/15 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/16, where TypeParam = 13: [ RUN ] TestViewAPI/16.sizes 13: [ OK ] TestViewAPI/16.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/16 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/17, where TypeParam = 13: [ RUN ] TestViewAPI/17.sizes 13: [ OK ] TestViewAPI/17.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/17 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/18, where TypeParam = 13: [ RUN ] TestViewAPI/18.sizes 13: [ OK ] TestViewAPI/18.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/18 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/19, where TypeParam = 13: [ RUN ] TestViewAPI/19.sizes 13: [ OK ] TestViewAPI/19.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/19 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/20, where TypeParam = 13: [ RUN ] TestViewAPI/20.sizes 13: [ OK ] TestViewAPI/20.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/20 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/21, where TypeParam = 13: [ RUN ] TestViewAPI/21.sizes 13: [ OK ] TestViewAPI/21.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/21 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/22, where TypeParam = 13: [ RUN ] TestViewAPI/22.sizes 13: [ OK ] TestViewAPI/22.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/22 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/23, where TypeParam = 13: [ RUN ] TestViewAPI/23.sizes 13: [ OK ] TestViewAPI/23.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/23 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/24, where TypeParam = 13: [ RUN ] TestViewAPI/24.sizes 13: [ OK ] TestViewAPI/24.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/24 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/25, where TypeParam = 13: [ RUN ] TestViewAPI/25.sizes 13: [ OK ] TestViewAPI/25.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/25 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/26, where TypeParam = 13: [ RUN ] TestViewAPI/26.sizes 13: [ OK ] TestViewAPI/26.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/26 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/27, where TypeParam = 13: [ RUN ] TestViewAPI/27.sizes 13: [ OK ] TestViewAPI/27.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/27 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/28, where TypeParam = 13: [ RUN ] TestViewAPI/28.sizes 13: [ OK ] TestViewAPI/28.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/28 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/29, where TypeParam = 13: [ RUN ] TestViewAPI/29.sizes 13: [ OK ] TestViewAPI/29.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/29 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/30, where TypeParam = 13: [ RUN ] TestViewAPI/30.sizes 13: [ OK ] TestViewAPI/30.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/30 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/31, where TypeParam = 13: [ RUN ] TestViewAPI/31.sizes 13: [ OK ] TestViewAPI/31.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/31 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/32, where TypeParam = 13: [ RUN ] TestViewAPI/32.sizes 13: [ OK ] TestViewAPI/32.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/32 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/33, where TypeParam = 13: [ RUN ] TestViewAPI/33.sizes 13: [ OK ] TestViewAPI/33.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/33 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/34, where TypeParam = 13: [ RUN ] TestViewAPI/34.sizes 13: [ OK ] TestViewAPI/34.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/34 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/35, where TypeParam = 13: [ RUN ] TestViewAPI/35.sizes 13: [ OK ] TestViewAPI/35.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/35 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/36, where TypeParam = 13: [ RUN ] TestViewAPI/36.sizes 13: [ OK ] TestViewAPI/36.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/36 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/37, where TypeParam = 13: [ RUN ] TestViewAPI/37.sizes 13: [ OK ] TestViewAPI/37.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/37 (0 ms total) 13: 13: [----------] 1 test from TestViewAPI/38, where TypeParam = 13: [ RUN ] TestViewAPI/38.sizes 13: [ OK ] TestViewAPI/38.sizes (0 ms) 13: [----------] 1 test from TestViewAPI/38 (0 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 59 tests from 41 test suites ran. (260 ms total) 13: [ PASSED ] 58 tests. 13: [ SKIPPED ] 1 test, listed below: 13: [ SKIPPED ] defaultdevicetype.shared_space 13/56 Test #13: Kokkos_CoreUnitTest_Default ................................ Passed 0.54 sec test 14 Start 14: Kokkos_CoreUnitTest_InitializeFinalize 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 14: Test timeout computed to be: 1500 14: [==========] Running 30 tests from 7 test suites. 14: [----------] Global test environment set-up. 14: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 14: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o 14: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (522 ms) 14: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 80%] Built target Kokkos_ContainersUnitTest_Serial [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o 14: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (2363 ms) 14: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.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_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o 14: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (3510 ms) 14: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (6397 ms total) 14: 14: [----------] 4 tests from InitializeFinalize_DeathTest 14: [ RUN ] InitializeFinalize_DeathTest.initialize [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 90%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 90%] Built target Kokkos_ContainersUnitTest_HIP [ 90%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o 14: [ OK ] InitializeFinalize_DeathTest.initialize (2024 ms) 14: [ RUN ] InitializeFinalize_DeathTest.finalize [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 47%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o 14: [ OK ] InitializeFinalize_DeathTest.finalize (1289 ms) 14: [ RUN ] InitializeFinalize_DeathTest.is_initialized [ 47%] Built target Kokkos_CoreUnitTest_CTestDevice [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o 14: [ OK ] InitializeFinalize_DeathTest.is_initialized (286 ms) 14: [ RUN ] InitializeFinalize_DeathTest.is_finalized 14: [ OK ] InitializeFinalize_DeathTest.is_finalized (258 ms) 14: [----------] 4 tests from InitializeFinalize_DeathTest (3859 ms total) 14: 14: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 14: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 14: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (17 ms) 14: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (17 ms total) 14: 14: [----------] 1 test from Legion_DeathTest 14: [ RUN ] Legion_DeathTest.individual_backend_initialization 14: [ OK ] Legion_DeathTest.individual_backend_initialization (248 ms) 14: [----------] 1 test from Legion_DeathTest (248 ms total) 14: 14: [----------] 2 tests from PushFinalizeHook_DeathTest 14: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 14: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (239 ms) 14: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 14: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (710 ms) 14: [----------] 2 tests from PushFinalizeHook_DeathTest (950 ms total) 14: 14: [----------] 6 tests from ScopeGuard_DeathTest 14: [ RUN ] ScopeGuard_DeathTest.create 14: [ OK ] ScopeGuard_DeathTest.create (248 ms) 14: [ RUN ] ScopeGuard_DeathTest.create_argument [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 47%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs 14: [ OK ] ScopeGuard_DeathTest.create_argument (249 ms) 14: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 14: [ OK ] ScopeGuard_DeathTest.create_while_initialize (847 ms) 14: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 47%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs 14: [ OK ] ScopeGuard_DeathTest.create_after_initialize (718 ms) 14: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o 14: [ OK ] ScopeGuard_DeathTest.create_after_finalize (761 ms) 14: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 14: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (836 ms) 14: [----------] 6 tests from ScopeGuard_DeathTest (3662 ms total) 14: 14: [----------] 13 tests from defaultdevicetype 14: [ RUN ] defaultdevicetype.initialization_settings 14: [ OK ] defaultdevicetype.initialization_settings (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 14: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_device_id 14: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 14: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 14: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_help 14: [ OK ] defaultdevicetype.cmd_line_args_help (7 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 14: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 14: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 14: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (10 ms) 14: [ RUN ] defaultdevicetype.env_vars_num_threads 14: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 14: [ RUN ] defaultdevicetype.env_vars_device_id 14: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 14: [ RUN ] defaultdevicetype.env_vars_disable_warnings 14: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 14: [ RUN ] defaultdevicetype.env_vars_tune_internals 14: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 14: [ RUN ] defaultdevicetype.visible_devices 14: [ OK ] defaultdevicetype.visible_devices (0 ms) 14: [----------] 13 tests from defaultdevicetype (21 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 30 tests from 7 test suites ran. (15157 ms total) 14: [ PASSED ] 30 tests. 14/56 Test #14: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 15.18 sec test 15 Start 15: Kokkos_CoreUnitTest_Develop 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 15: Test timeout computed to be: 1500 15: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 15: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 15: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 15: For unit testing set OMP_PROC_BIND=false 15: 15: [==========] Running 1 test from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetype 15: [ RUN ] defaultdevicetype.development_test 15: [ OK ] defaultdevicetype.development_test (0 ms) 15: [----------] 1 test from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 1 test from 1 test suite ran. (0 ms total) 15: [ PASSED ] 1 test. 15/56 Test #15: Kokkos_CoreUnitTest_Develop ................................ Passed 0.31 sec test 16 Start 16: Kokkos_CoreUnitTest_KokkosP 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 16: Test timeout computed to be: 1500 16: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 16: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 16: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 16: For unit testing set OMP_PROC_BIND=false 16: [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 16: [==========] Running 32 tests from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 32 tests from kokkosp 16: [ RUN ] kokkosp.test_named_instance_fence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: [ OK ] kokkosp.test_named_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_instance_fence 16: Ref: 33554433 16: Ref: Unnamed Instance Fence 16: 33554433 16: Kokkos::Cuda::fence(): Unnamed Instance Fence 16: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_named_global_fence 16: Ref: 33554432 16: Ref: test global fence 16: 16777216 16: test global fence 16: Miss on id 16: 33554432 16: test global fence 16: [ OK ] kokkosp.test_named_global_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_global_fence 16: Ref: 33554432 16: Ref: Unnamed Global Fence 16: 16777216 16: Kokkos::fence: Unnamed Global Fence 16: Miss on id 16: 33554432 16: Kokkos::fence: Unnamed Global Fence 16: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 16: [ RUN ] kokkosp.test_multiple_default_instances 16: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 16: [ RUN ] kokkosp.test_id_gen 16: [ OK ] kokkosp.test_id_gen (0 ms) 16: [ RUN ] kokkosp.test_kernel_sequence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: Ref: 33554433 16: Ref: test_kernel 16: 33554433 16: named_instance 16: Miss on name 16: 33554433 16: test_kernel 16: [ OK ] kokkosp.test_kernel_sequence (3 ms) 16: [ RUN ] kokkosp.test_streams 16: [ OK ] kokkosp.test_streams (0 ms) 16: [ RUN ] kokkosp.async_deep_copy 16: [ OK ] kokkosp.async_deep_copy (0 ms) 16: [ RUN ] kokkosp.parallel_for 16: [ OK ] kokkosp.parallel_for (0 ms) 16: [ RUN ] kokkosp.parallel_reduce 16: [ OK ] kokkosp.parallel_reduce (0 ms) 16: [ RUN ] kokkosp.parallel_scan 16: [ OK ] kokkosp.parallel_scan (2 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence 16: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence_view 16: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 16: [ RUN ] kokkosp.regions 16: [ OK ] kokkosp.regions (0 ms) 16: [ RUN ] kokkosp.fences 16: [ OK ] kokkosp.fences (0 ms) 16: [ RUN ] kokkosp.raw_allocation 16: [ OK ] kokkosp.raw_allocation (0 ms) 16: [ RUN ] kokkosp.view 16: [ OK ] kokkosp.view (0 ms) 16: [ RUN ] kokkosp.sections 16: [ OK ] kokkosp.sections (0 ms) 16: [ RUN ] kokkosp.metadata 16: [ OK ] kokkosp.metadata (0 ms) 16: [ RUN ] kokkosp.profile_events 16: [ OK ] kokkosp.profile_events (0 ms) 16: [ RUN ] kokkosp.no_init_kernel 16: [ OK ] kokkosp.no_init_kernel (0 ms) 16: [ RUN ] kokkosp.get_events 16: [ OK ] kokkosp.get_events (0 ms) 16: [ RUN ] kokkosp.kernel_name_parallel_for 16: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 16: [ RUN ] kokkosp.kernel_name_parallel_reduce 16: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 16: [ RUN ] kokkosp.kernel_name_parallel_scan 16: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 16: [ RUN ] kokkosp.kernel_name_internal 16: [ OK ] kokkosp.kernel_name_internal (0 ms) 16: [ RUN ] kokkosp.profiling_section 16: [ OK ] kokkosp.profiling_section (0 ms) 16: [ RUN ] kokkosp.scoped_profile_region 16: [ OK ] kokkosp.scoped_profile_region (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init 16: [ OK ] kokkosp.create_mirror_no_init (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 16: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 16: [ RUN ] kokkosp.create_mirror_view_and_copy 16: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 16: [----------] 32 tests from kokkosp (7 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 32 tests from 1 test suite ran. (7 ms total) 16: [ PASSED ] 32 tests. 16/56 Test #16: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.29 sec test 17 Start 17: Kokkos_CoreUnitTest_StackTraceTest 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 17: Test timeout computed to be: 1500 17: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 17: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 17: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 17: For unit testing set OMP_PROC_BIND=false 17: [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7fa07f0b17c9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x56493bd43b9e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3e) [0x56493bd3982d] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x15c) [0x56493bd3ace6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x56493bd863a1] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x56493bd7c261] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x104) [0x56493bd4dff6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x146) [0x56493bd4ea90] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13d) [0x56493bd4f393] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3ee) [0x56493bd5e9ba] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x56493bd878be] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x56493bd7d79f] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc7) [0x56493bd5cfb9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x56493bd3d08e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x56493bd3b3d3] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fa07e82a1ca] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fa07e82a28b] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x56493bd395a5] 17: 17: demangled test_f1: 17: [0x7fa07f0b17c9] Kokkos::Impl::save_stacktrace() 17: [0x56493bd43b9e] Test::stacktrace_test_f1(std::ostream&) 17: [0x56493bd3982d] Test::test_stacktrace(bool, bool) 17: [0x56493bd3ace6] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x56493bd863a1] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x56493bd7c261] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x56493bd4dff6] testing::Test::Run() 17: [0x56493bd4ea90] testing::TestInfo::Run() 17: [0x56493bd4f393] testing::TestSuite::Run() 17: [0x56493bd5e9ba] testing::internal::UnitTestImpl::RunAllTests() 17: [0x56493bd878be] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x56493bd7d79f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x56493bd5cfb9] testing::UnitTest::Run() 17: [0x56493bd3d08e] RUN_ALL_TESTS() 17: [0x56493bd3b3d3] main 17: [0x7fa07e82a1ca] 17: [0x7fa07e82a28b] __libc_start_main 17: [0x56493bd395a5] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7fa07f0b17c9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x56493bd43b9e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x56493bd44828] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x56493bd4483e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x56493bd4483e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x56493bd4483e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x56493bd4483e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x8c8) [0x56493bd3a0b7] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x15c) [0x56493bd3ace6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x56493bd863a1] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x56493bd7c261] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x104) [0x56493bd4dff6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x146) [0x56493bd4ea90] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13d) [0x56493bd4f393] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3ee) [0x56493bd5e9ba] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x56493bd878be] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x56493bd7d79f] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc7) [0x56493bd5cfb9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x56493bd3d08e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x56493bd3b3d3] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fa07e82a1ca] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fa07e82a28b] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x56493bd395a5] 17: 17: demangled test_f3: 17: [0x7fa07f0b17c9] Kokkos::Impl::save_stacktrace() 17: [0x56493bd43b9e] Test::stacktrace_test_f1(std::ostream&) 17: [0x56493bd44828] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x56493bd4483e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x56493bd4483e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x56493bd4483e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x56493bd4483e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x56493bd3a0b7] Test::test_stacktrace(bool, bool) 17: [0x56493bd3ace6] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x56493bd863a1] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x56493bd7c261] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x56493bd4dff6] testing::Test::Run() 17: [0x56493bd4ea90] testing::TestInfo::Run() 17: [0x56493bd4f393] testing::TestSuite::Run() 17: [0x56493bd5e9ba] testing::internal::UnitTestImpl::RunAllTests() 17: [0x56493bd878be] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x56493bd7d79f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x56493bd5cfb9] testing::UnitTest::Run() 17: [0x56493bd3d08e] RUN_ALL_TESTS() 17: [0x56493bd3b3d3] main 17: [0x7fa07e82a1ca] 17: [0x7fa07e82a28b] __libc_start_main 17: [0x56493bd395a5] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace [ 47%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (771 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ff79dab17c9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x558547a2eb9e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3e) [0x558547a2482d] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x15c) [0x558547a260ec] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x558547a713a1] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x558547a67261] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x104) [0x558547a38ff6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x146) [0x558547a39a90] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13d) [0x558547a3a393] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3ee) [0x558547a499ba] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x558547a728be] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x558547a6879f] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc7) [0x558547a47fb9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x558547a2808e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x558547a263d3] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ff79d22a1ca] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ff79d22a28b] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x558547a245a5] 17: 17: demangled test_f1: 17: [0x7ff79dab17c9] Kokkos::Impl::save_stacktrace() 17: [0x558547a2eb9e] Test::stacktrace_test_f1(std::ostream&) 17: [0x558547a2482d] Test::test_stacktrace(bool, bool) 17: [0x558547a260ec] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x558547a713a1] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x558547a67261] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x558547a38ff6] testing::Test::Run() 17: [0x558547a39a90] testing::TestInfo::Run() 17: [0x558547a3a393] testing::TestSuite::Run() 17: [0x558547a499ba] testing::internal::UnitTestImpl::RunAllTests() 17: [0x558547a728be] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x558547a6879f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x558547a47fb9] testing::UnitTest::Run() 17: [0x558547a2808e] RUN_ALL_TESTS() 17: [0x558547a263d3] main 17: [0x7ff79d22a1ca] 17: [0x7ff79d22a28b] __libc_start_main 17: [0x558547a245a5] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ff79dab17c9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x558547a2eb9e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x558547a2f828] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x558547a2f83e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x558547a2f83e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x558547a2f83e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x558547a2f83e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x8c8) [0x558547a250b7] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x15c) [0x558547a260ec] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x558547a713a1] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x558547a67261] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x104) [0x558547a38ff6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x146) [0x558547a39a90] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13d) [0x558547a3a393] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3ee) [0x558547a499ba] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x558547a728be] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x558547a6879f] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc7) [0x558547a47fb9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x558547a2808e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x558547a263d3] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7ff79d22a1ca] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7ff79d22a28b] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x558547a245a5] 17: 17: demangled test_f3: 17: [0x7ff79dab17c9] Kokkos::Impl::save_stacktrace() 17: [0x558547a2eb9e] Test::stacktrace_test_f1(std::ostream&) 17: [0x558547a2f828] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x558547a2f83e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x558547a2f83e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x558547a2f83e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x558547a2f83e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x558547a250b7] Test::test_stacktrace(bool, bool) 17: [0x558547a260ec] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x558547a713a1] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x558547a67261] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x558547a38ff6] testing::Test::Run() 17: [0x558547a39a90] testing::TestInfo::Run() 17: [0x558547a3a393] testing::TestSuite::Run() 17: [0x558547a499ba] testing::internal::UnitTestImpl::RunAllTests() 17: [0x558547a728be] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x558547a6879f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x558547a47fb9] testing::UnitTest::Run() 17: [0x558547a2808e] RUN_ALL_TESTS() 17: [0x558547a263d3] main 17: [0x7ff79d22a1ca] 17: [0x7ff79d22a28b] __libc_start_main 17: [0x558547a245a5] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (849 ms) 17: [----------] 2 tests from defaultdevicetype_DeathTest (1621 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7f58300b17c9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55af10b6fb9e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3e) [0x55af10b6582d] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55af10b66b87] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x55af10bb23a1] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x55af10ba8261] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x104) [0x55af10b79ff6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x146) [0x55af10b7aa90] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13d) [0x55af10b7b393] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3ee) [0x55af10b8a9ba] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x55af10bb38be] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x55af10ba979f] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc7) [0x55af10b88fb9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55af10b6908e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55af10b673d3] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f582f82a1ca] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f582f82a28b] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55af10b655a5] 17: 17: demangled test_f1: 17: [0x7f58300b17c9] Kokkos::Impl::save_stacktrace() 17: [0x55af10b6fb9e] Test::stacktrace_test_f1(std::ostream&) 17: [0x55af10b6582d] Test::test_stacktrace(bool, bool) 17: [0x55af10b66b87] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 17: [0x55af10bb23a1] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55af10ba8261] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55af10b79ff6] testing::Test::Run() 17: [0x55af10b7aa90] testing::TestInfo::Run() 17: [0x55af10b7b393] testing::TestSuite::Run() 17: [0x55af10b8a9ba] testing::internal::UnitTestImpl::RunAllTests() 17: [0x55af10bb38be] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55af10ba979f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55af10b88fb9] testing::UnitTest::Run() 17: [0x55af10b6908e] RUN_ALL_TESTS() 17: [0x55af10b673d3] main 17: [0x7f582f82a1ca] 17: [0x7f582f82a28b] __libc_start_main 17: [0x55af10b655a5] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7f58300b17c9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55af10b6fb9e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x55af10b70828] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55af10b7083e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55af10b7083e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55af10b7083e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55af10b7083e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x8c8) [0x55af10b660b7] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55af10b66b87] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x55af10bb23a1] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x55af10ba8261] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x104) [0x55af10b79ff6] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x146) [0x55af10b7aa90] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13d) [0x55af10b7b393] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3ee) [0x55af10b8a9ba] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x55af10bb38be] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x55af10ba979f] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc7) [0x55af10b88fb9] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x55af10b6908e] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55af10b673d3] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f582f82a1ca] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f582f82a28b] 17: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55af10b655a5] 17: 17: demangled test_f3: 17: [0x7f58300b17c9] Kokkos::Impl::save_stacktrace() 17: [0x55af10b6fb9e] Test::stacktrace_test_f1(std::ostream&) 17: [0x55af10b70828] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55af10b7083e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55af10b7083e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55af10b7083e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55af10b7083e] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55af10b660b7] Test::test_stacktrace(bool, bool) 17: [0x55af10b66b87] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 17: [0x55af10bb23a1] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55af10ba8261] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55af10b79ff6] testing::Test::Run() 17: [0x55af10b7aa90] testing::TestInfo::Run() 17: [0x55af10b7b393] testing::TestSuite::Run() 17: [0x55af10b8a9ba] testing::internal::UnitTestImpl::RunAllTests() 17: [0x55af10bb38be] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55af10ba979f] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55af10b88fb9] testing::UnitTest::Run() 17: [0x55af10b6908e] RUN_ALL_TESTS() 17: [0x55af10b673d3] main 17: [0x7f582f82a1ca] 17: [0x7f582f82a28b] __libc_start_main 17: [0x55af10b655a5] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype.stacktrace_normal (2 ms) 17: [----------] 1 test from defaultdevicetype (2 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 3 tests from 2 test suites ran. (1623 ms total) 17: [ PASSED ] 3 tests. 17/56 Test #17: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.92 sec test 18 Start 18: Kokkos_IncrementalTest_OPENMP 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 18: Test timeout computed to be: 1500 18: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 18: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 18: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 18: For unit testing set OMP_PROC_BIND=false 18: 18: [==========] Running 28 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 28 tests from OPENMP 18: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 18: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 18: [ RUN ] OPENMP.IncrTest_01_execspace 18: Host Parallel Execution Space: 18: KOKKOS_ENABLE_OPENMP: yes 18: 18: OpenMP Runtime Configuration: 18: Kokkos::OpenMP thread_pool_topology[ 1 x 15 x 1 ] 18: OpenMP 18: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 18: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 18: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 18: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 18: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 18: [ RUN ] OPENMP.IncrTest_02_AtomicSub 18: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 18: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 18: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 18: [ RUN ] OPENMP.IncrTest_03b_memspace_free 18: [ OK ] OPENMP.IncrTest_03b_memspace_free (173 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 (5 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 (2 ms) 18: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 18: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (2 ms) 18: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop [ 47%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o 18: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (826 ms) 18: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 18: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms) 18: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 18: [ OK ] OPENMP.IncrTest_12b_TeamScratch (11 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 (1031 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 28 tests from 1 test suite ran. (1031 ms total) 18: [ PASSED ] 28 tests. 18/56 Test #18: Kokkos_IncrementalTest_OPENMP .............................. Passed 1.33 sec test 19 Start 19: Kokkos_IncrementalTest_CUDA 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_CUDA 19: Test timeout computed to be: 1500 19: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 19: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 19: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 19: For unit testing set OMP_PROC_BIND=false 19: 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from CUDA 19: [ RUN ] CUDA.IncrTest_01_execspace_typedef 19: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] CUDA.IncrTest_01_execspace 19: Device Execution Space: 19: KOKKOS_ENABLE_CUDA: yes 19: Cuda Options: 19: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 19: KOKKOS_ENABLE_CUDA_UVM: no 19: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 19: 19: Cuda Runtime Configuration: 19: macro KOKKOS_ENABLE_CUDA : defined 19: macro CUDA_VERSION : 13000 = version 13.0 19: Kokkos::Cuda[ 0 ] NVIDIA A30 : Selected 19: Capability: 8.0 19: Total Global Memory: 23.6 GiB 19: Shared Memory per Block: 48 KiB 19: Can access system allocated memory: 0 19: via Address Translation Service: 0 19: Cuda 19: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 19: [ RUN ] CUDA.IncrTest_02_AtomicExchange 19: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] CUDA.IncrTest_02_AtomicAdd 19: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] CUDA.IncrTest_02_AtomicSub 19: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 19: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] CUDA.IncrTest_03b_memspace_free [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 19: [ OK ] CUDA.IncrTest_03b_memspace_free (2305 ms) 19: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 19: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 19: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] CUDA.IncrTest_05_reduction 19: [ OK ] CUDA.IncrTest_05_reduction (4 ms) 19: [ RUN ] CUDA.IncrTest_06_mdrange2D 19: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] CUDA.IncrTest_06_mdrange3D 19: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] CUDA.IncrTest_06_mdrange4D 19: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 19: [ OK ] CUDA.IncrTest_08_deep_copy_2D (8 ms) 19: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 19: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 19: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 19: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 19: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (2 ms) 19: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (3 ms) 19: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 19: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (764 ms) 19: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 19: [ OK ] CUDA.IncrTest_12a_ThreadScratch (4 ms) 19: [ RUN ] CUDA.IncrTest_12b_TeamScratch 19: [ OK ] CUDA.IncrTest_12b_TeamScratch (1 ms) 19: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 19: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 19: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 19: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 19: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 19: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 19: [ RUN ] CUDA.incr_14_MDrangeReduce 19: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 19: [ RUN ] CUDA.IncrTest_16_parallelscan 19: [ OK ] CUDA.IncrTest_16_parallelscan (2 ms) 19: [ RUN ] CUDA.incr_17_atomicView 19: [ OK ] CUDA.incr_17_atomicView (0 ms) 19: [----------] 28 tests from CUDA (3106 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (3106 ms total) 19: [ PASSED ] 28 tests. 19/56 Test #19: Kokkos_IncrementalTest_CUDA ................................ Passed 3.43 sec test 20 Start 20: Kokkos_CoreUnitTest_CTestDevice 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 20: Test timeout computed to be: 1500 20: [==========] Running 8 tests from 2 test suites. 20: [----------] Global test environment set-up. 20: [----------] 5 tests from ctest_environment_DeathTest 20: [ RUN ] ctest_environment_DeathTest.invalid_rank 20: [ OK ] ctest_environment_DeathTest.invalid_rank (111 ms) 20: [ RUN ] ctest_environment_DeathTest.no_type_str 20: [ OK ] ctest_environment_DeathTest.no_type_str (99 ms) 20: [ RUN ] ctest_environment_DeathTest.missing_type 20: [ OK ] ctest_environment_DeathTest.missing_type (220 ms) 20: [ RUN ] ctest_environment_DeathTest.no_id_str 20: [ OK ] ctest_environment_DeathTest.no_id_str (116 ms) 20: [ RUN ] ctest_environment_DeathTest.invalid_id_str [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o 20: [ OK ] ctest_environment_DeathTest.invalid_id_str (239 ms) 20: [----------] 5 tests from ctest_environment_DeathTest (786 ms total) 20: 20: [----------] 3 tests from ctest_environment 20: [ RUN ] ctest_environment.no_device_type 20: [ OK ] ctest_environment.no_device_type (0 ms) 20: [ RUN ] ctest_environment.no_process_count 20: [ OK ] ctest_environment.no_process_count (0 ms) 20: [ RUN ] ctest_environment.good 20: [ OK ] ctest_environment.good (0 ms) 20: [----------] 3 tests from ctest_environment (0 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 8 tests from 2 test suites ran. (786 ms total) 20: [ PASSED ] 8 tests. 20/56 Test #20: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.81 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 21: Test timeout computed to be: 1500 21/56 Test #21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 22: Test timeout computed to be: 1500 22: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 22/56 Test #22: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.00 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 23: Test timeout computed to be: 1500 23/56 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 24: Environment variables: 24: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 24: Test timeout computed to be: 1500 24/56 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 25 Start 25: Kokkos_PerformanceTest_Benchmark 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T15-26-59.json" 25: Test timeout computed to be: 1500 25: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 25: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 25: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 25: For unit testing set OMP_PROC_BIND=false 25: 25: 2025-09-23T15:46:28+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 25: Run on (15 X 3250 MHz CPU s) 25: CPU Caches: 25: L1 Data 64 KiB (x15) 25: L1 Instruction 64 KiB (x15) 25: L2 Unified 512 KiB (x15) 25: L3 Unified 16384 KiB (x15) 25: Load Average: 7.66, 10.66, 7.92 25: CPU architecture: none 25: Can access system allocated memory: 0 25: Capability: 8.0 25: Default Device: Cuda 25: GPU architecture: AMPERE80 25: KOKKOS_COMPILER_GNU: 1330 25: KOKKOS_COMPILER_NVCC: 1300 25: KOKKOS_ENABLE_ASM: yes 25: KOKKOS_ENABLE_CUDA: yes 25: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 25: KOKKOS_ENABLE_CUDA_UVM: no 25: KOKKOS_ENABLE_CXX20: yes 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 25: KOKKOS_ENABLE_LIBDL: no 25: KOKKOS_ENABLE_OPENMP: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 25: Kokkos Version: 4.7.99 25: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected 25: Shared Memory per Block: 48 KiB 25: Total Global Memory: 23.6 GiB 25: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 25: macro CUDA_VERSION: 13000 = version 13.0 25: macro KOKKOS_ENABLE_CUDA: defined 25: mdspan: disabled 25: mdspan version: not applicable 25: platform: 64bit 25: via Address Translation Service: 0 25: ***WARNING*** Library was built as DEBUG. Timings may be affected. 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: GramSchmidt/Count:1024/iterations:5/manual_time 0.019 s 0.021 s 5 1024 18.0824u [ 81%] Linking CXX executable Kokkos_UnitTest_Sort 3: [ OK ] hip.team_scratch_1_streams (51512 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-8324/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped 3: this test should only be run with HIP unified memory enabled 3: [ SKIPPED ] hip.unified_memory_zero_memset (0 ms) 3: [----------] 334 tests from hip (101059 ms total) 3: 3: [----------] 17 tests from hip_graph 3: [ RUN ] hip_graph.submit_once 3: [ OK ] hip_graph.submit_once (1 ms) 3: [ RUN ] hip_graph.submit_once_rvalue 3: [ OK ] hip_graph.submit_once_rvalue (0 ms) 3: [ RUN ] hip_graph.instantiate_and_submit_once 3: [ OK ] hip_graph.instantiate_and_submit_once (0 ms) 3: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 3: [ OK ] hip_graph.submit_onto_another_execution_space_instance (2 ms) 3: [ RUN ] hip_graph.create_graph_no_closure_with_exec 3: [ OK ] hip_graph.create_graph_no_closure_with_exec (0 ms) 3: [ RUN ] hip_graph.create_graph_no_arg 3: [ OK ] hip_graph.create_graph_no_arg (0 ms) 3: [ RUN ] hip_graph.submit_six 3: [ OK ] hip_graph.submit_six (2 ms) 3: [ RUN ] hip_graph.when_all_cycle 3: [ OK ] hip_graph.when_all_cycle (0 ms) 3: [ RUN ] hip_graph.repeat_chain 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:338: Skipped 3: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 3: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 3: [ RUN ] hip_graph.zero_work_reduce 3: [ OK ] hip_graph.zero_work_reduce (0 ms) 3: [ RUN ] hip_graph.empty_graph 3: [ OK ] hip_graph.empty_graph (0 ms) 3: [ RUN ] hip_graph.force_global_launch 3: [ OK ] hip_graph.force_global_launch (1 ms) 3: [ RUN ] hip_graph.sized_functor_launch 3: [ OK ] hip_graph.sized_functor_launch (2 ms) 3: [ RUN ] hip_graph.empty_graph_default_host_exec 3: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] hip_graph.node_lifetime 3: [ OK ] hip_graph.node_lifetime (0 ms) 3: [ RUN ] hip_graph.diamond 3: [ OK ] hip_graph.diamond (3 ms) 3: [ RUN ] hip_graph.end_of_submit_control_flow 3: [ OK ] hip_graph.end_of_submit_control_flow (4 ms) 3: [----------] 17 tests from hip_graph (24 ms total) 3: 3: [----------] 56 tests from hip_managed 3: [ RUN ] hip_managed.view_subview_auto_1d_left 3: [ OK ] hip_managed.view_subview_auto_1d_left (1 ms) 3: [ RUN ] hip_managed.view_subview_auto_1d_right 3: [ OK ] hip_managed.view_subview_auto_1d_right (0 ms) 3: [ RUN ] hip_managed.view_subview_auto_1d_stride 3: [ OK ] hip_managed.view_subview_auto_1d_stride (0 ms) 3: [ RUN ] hip_managed.view_subview_assign_strided 3: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 3: [ RUN ] hip_managed.view_subview_left_0 3: [ OK ] hip_managed.view_subview_left_0 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_1 3: [ OK ] hip_managed.view_subview_left_1 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_2 3: [ OK ] hip_managed.view_subview_left_2 (0 ms) 3: [ RUN ] hip_managed.view_subview_left_3 3: [ OK ] hip_managed.view_subview_left_3 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_0 3: [ OK ] hip_managed.view_subview_right_0 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_1 3: [ OK ] hip_managed.view_subview_right_1 (0 ms) 3: [ RUN ] hip_managed.view_subview_right_3 3: [ OK ] hip_managed.view_subview_right_3 (0 ms) 3: [ RUN ] hip_managed.view_static_tests 3: [ OK ] hip_managed.view_static_tests (0 ms) 3: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 3: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (3 ms) 3: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 3: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign 3: [ OK ] hip_managed.view_subview_1d_assign (5 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign_atomic 3: [ OK ] hip_managed.view_subview_1d_assign_atomic (5 ms) 3: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 3: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (5 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d 3: [ OK ] hip_managed.view_subview_2d_from_3d (62 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 3: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (63 ms) 3: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 3: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (63 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left 3: [ OK ] hip_managed.view_subview_3d_from_5d_left (142 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 3: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (143 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (142 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right 3: [ OK ] hip_managed.view_subview_3d_from_5d_right (146 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 3: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (146 ms) 3: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (146 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 (363 ms) 3: [ RUN ] hip_managed.view_api_a 3: [ OK ] hip_managed.view_api_a (6 ms) 3: [ RUN ] hip_managed.view_layout_left_with_stride 3: [ OK ] hip_managed.view_layout_left_with_stride (0 ms) 3: [ RUN ] hip_managed.view_layout_right_with_stride 3: [ OK ] hip_managed.view_layout_right_with_stride (0 ms) 3: [ RUN ] hip_managed.view_api_b 3: [ OK ] hip_managed.view_api_b (21 ms) 3: [ RUN ] hip_managed.view_api_c 3: [ OK ] hip_managed.view_api_c (2 ms) 3: [ RUN ] hip_managed.view_api_d 3: [ OK ] hip_managed.view_api_d (6 ms) 3: [ RUN ] hip_managed.view_remap 3: [ OK ] hip_managed.view_remap (2 ms) 3: [ RUN ] hip_managed.view_mirror_nonconst 3: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 3: [ RUN ] hip_managed.view_stride_method 3: [ OK ] hip_managed.view_stride_method (0 ms) 3: [ RUN ] hip_managed.anonymous_space 3: [ OK ] hip_managed.anonymous_space (0 ms) 3: [ RUN ] hip_managed.view_overload_resolution 3: [ OK ] hip_managed.view_overload_resolution (0 ms) 3: [ RUN ] hip_managed.view_allocation_large_rank 3: [ OK ] hip_managed.view_allocation_large_rank (835 ms) 3: [ RUN ] hip_managed.view_shmem_size_on_device 3: [ OK ] hip_managed.view_shmem_size_on_device (0 ms) 3: [ RUN ] hip_managed.view_is_assignable 3: [ OK ] hip_managed.view_is_assignable (5 ms) 3: [ RUN ] hip_managed.view_copy_tests 3: [ OK ] hip_managed.view_copy_tests (18 ms) 3: [ RUN ] hip_managed.view_copy_tests_rank_0 3: [ OK ] hip_managed.view_copy_tests_rank_0 (4 ms) 3: [ RUN ] hip_managed.view_copy_degenerated 3: [ OK ] hip_managed.view_copy_degenerated (0 ms) 3: [ RUN ] hip_managed.view_fill_tests_layout_right 3: [ OK ] hip_managed.view_fill_tests_layout_right (1994 ms) 3: [ RUN ] hip_managed.view_fill_tests_layout_left 25: GramSchmidt/Count:2048/iterations:5/manual_time 0.018 s 0.020 s 5 2.048k 8.93081u 25: GramSchmidt/Count:4096/iterations:5/manual_time 0.018 s 0.021 s 5 4.096k 4.15235u 25: GramSchmidt/Count:8192/iterations:5/manual_time 0.017 s 0.023 s 5 8.192k 2.08553u 25: GramSchmidt/Count:16384/iterations:5/manual_time 0.018 s 0.029 s 5 16.384k 1070.69n 25: GramSchmidt/Count:32768/iterations:5/manual_time 0.018 s 0.040 s 5 32.768k 549.324n 3: [ OK ] hip_managed.view_fill_tests_layout_left (846 ms) 3: [ RUN ] hip_managed.view_mapping 3: [ OK ] hip_managed.view_mapping (62 ms) 3: [ RUN ] hip_managed.view_mapping_operator 3: [ OK ] hip_managed.view_mapping_operator (17 ms) 3: [ RUN ] hip_managed.static_extent 3: [ OK ] hip_managed.static_extent (0 ms) 3: [ RUN ] hip_managed.view_mapping_atomic 3: [ OK ] hip_managed.view_mapping_atomic (2 ms) 3: [ RUN ] hip_managed.view_mapping_class_value 3: [ OK ] hip_managed.view_mapping_class_value (0 ms) 3: [ RUN ] hip_managed.view_mapping_assignable 3: [ OK ] hip_managed.view_mapping_assignable (0 ms) 3: [ RUN ] hip_managed.view_mapping_trivially_copyable 3: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip_managed.view_mapping_subview 3: [ OK ] hip_managed.view_mapping_subview (1 ms) 3: [----------] 56 tests from hip_managed (5279 ms total) 3: 3: [----------] 28 tests from hip_hostpinned 3: [ RUN ] hip_hostpinned.impl_shared_alloc [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o 25: GramSchmidt/Count:65536/iterations:5/manual_time 0.019 s 0.063 s 5 65.536k 294.022n 3: [ OK ] hip_hostpinned.impl_shared_alloc (237 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 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 (9 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 (3 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 25: GramSchmidt/Count:131072/iterations:5/manual_time 0.022 s 0.097 s 5 131.072k 167.706n [ 81%] Built target Kokkos_UnitTest_Sort [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o 3: [ OK ] hip_hostpinned.view_allocation_large_rank (1017 ms) 3: [ RUN ] hip_hostpinned.view_shmem_size_on_device 3: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 3: [ RUN ] hip_hostpinned.view_is_assignable 3: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 3: [ RUN ] hip_hostpinned.view_copy_tests 3: [ OK ] hip_hostpinned.view_copy_tests (7 ms) 3: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 3: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms) 3: [ RUN ] hip_hostpinned.view_copy_degenerated 3: [ OK ] hip_hostpinned.view_copy_degenerated (0 ms) 3: [ RUN ] hip_hostpinned.view_fill_tests_layout_right 25: GramSchmidt/Count:262144/iterations:5/manual_time 0.025 s 0.168 s 5 262.144k 100.201n [ 48%] Built target Kokkos_CoreUnitTest_SYCL3 [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B 3: [ OK ] hip_hostpinned.view_fill_tests_layout_right (1522 ms) 3: [ RUN ] hip_hostpinned.view_fill_tests_layout_left 25: GramSchmidt/Count:524288/iterations:5/manual_time 0.031 s 0.309 s 5 524.288k 58.8298n [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 3: [ OK ] hip_hostpinned.view_fill_tests_layout_left (1421 ms) 3: [ RUN ] hip_hostpinned.view_mapping 3: [ OK ] hip_hostpinned.view_mapping (61 ms) 3: [ RUN ] hip_hostpinned.view_mapping_operator 3: [ OK ] hip_hostpinned.view_mapping_operator (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 (1 ms) 3: [ RUN ] hip_hostpinned.view_mapping_class_value 3: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_assignable 3: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 3: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] hip_hostpinned.view_mapping_subview 3: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 3: [----------] 28 tests from hip_hostpinned (4296 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 (88 ms) 3: [ RUN ] hip_constant_memory.one_stream_per_device [ 90%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 90%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o 3: [ OK ] hip_constant_memory.one_stream_per_device (76 ms) 3: [----------] 2 tests from hip_constant_memory (165 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 457 tests from 8 test suites ran. (271617 ms total) 3: [ PASSED ] 448 tests. 3: [ SKIPPED ] 9 tests, listed below: 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents 3: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind 3: [ SKIPPED ] hip.mdspan_minimal_functional 3: [ SKIPPED ] hip.unified_memory_zero_memset 3: [ SKIPPED ] hip_graph.repeat_chain 3/58 Test #3: Kokkos_CoreUnitTest_HIP .................................... Passed 272.26 sec test 4 Start 4: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.47 sec test 5 Start 5: Kokkos_CoreUnitTest_HIPInterOpInit 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: Benchmark Time CPU Iterations FOM: GB/s Max 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: CustomReduction/N:100000/R:1000/manual_time 0.005 s 0.018 s 114 39.0024k/s 11.5 5: [ OK ] hip.raw_hip_interop (398 ms) 5: [----------] 1 test from hip (398 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 1 test from 1 test suite ran. (398 ms total) 5: [ PASSED ] 1 test. 5/58 Test #5: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.45 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 25: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: OverlapRangePolicy/N:2000/M:10000/R:10 0.772 s 0.772 s 1 0.103309 0.103285 0.101374 0.101375 0.0507808 0.0506799 6: [ OK ] hip.raw_hip_streams (411 ms) 6: [----------] 1 test from hip (411 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (411 ms total) 6: [ PASSED ] 1 test. 6/58 Test #6: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.47 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpGraph 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpGraph 7: Test timeout computed to be: 1500 [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp 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 (2 ms) 7: [ RUN ] hip.graph_construct_from_native 7: 7: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 7: does not support page migration between device and host. 7: HIPManagedSpace might not work as expected. 7: Please refer to the ROCm documentation on unified/managed memory. 7: [ OK ] hip.graph_construct_from_native (0 ms) 7: [----------] 3 tests from hip (15 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 3 tests from 1 test suite ran. (15 ms total) 7: [ PASSED ] 3 tests. 7/58 Test #7: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.47 sec test 8 Start 8: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 8: Test timeout computed to be: 1500 [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o 8: [==========] Running 4 tests from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 4 tests from hip_multi_gpu 8: [ RUN ] hip_multi_gpu.managed_views 8: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 8: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 8: 8: [ SKIPPED ] hip_multi_gpu.managed_views (23 ms) 8: [ RUN ] hip_multi_gpu.unmanaged_views 8: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 8: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 8: 8: [ SKIPPED ] hip_multi_gpu.unmanaged_views (1 ms) 8: [ RUN ] hip_multi_gpu.scratch_space 8: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 8: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 8: 8: [ SKIPPED ] hip_multi_gpu.scratch_space (0 ms) 8: [ RUN ] hip_multi_gpu.stream_sync_semantics_raw_hip 8: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 8: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 8: 8: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip (0 ms) 8: [----------] 4 tests from hip_multi_gpu (26 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 4 tests from 1 test suite ran. (26 ms total) 8: [ PASSED ] 0 tests. 8: [ SKIPPED ] 4 tests, listed below: 8: [ SKIPPED ] hip_multi_gpu.managed_views 8: [ SKIPPED ] hip_multi_gpu.unmanaged_views 8: [ SKIPPED ] hip_multi_gpu.scratch_space 8: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip 8/58 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU .............. Passed 0.49 sec test 9 Start 9: Kokkos_CoreUnitTest_Default 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 9: Test timeout computed to be: 1500 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: OverlapMDRangePolicy/N:200/M:10000/R:10 0.057 s 0.057 s 12 6.94097m 7.04596m 8.68879m 8.68603m 4.03405m 4.33737m 9: [==========] Running 59 tests from 41 test suites. 9: [----------] Global test environment set-up. 9: [----------] 19 tests from defaultdevicetype 9: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 9: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (1 ms) 9: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 9: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 9: [ RUN ] defaultdevicetype.shared_space 9: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSharedSpace.cpp:109: Skipped 9: skipping because specified arch does not support page migration 9: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 9: [ RUN ] defaultdevicetype.shared_host_pinned_space 9: [ OK ] defaultdevicetype.shared_host_pinned_space (1 ms) 9: [ RUN ] defaultdevicetype.compiler_macros 9: [ OK ] defaultdevicetype.compiler_macros (0 ms) 9: [ RUN ] defaultdevicetype.half_conversion 9: [ OK ] defaultdevicetype.half_conversion (11 ms) 9: [ RUN ] defaultdevicetype.bhalf_conversion 9: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 9: [ RUN ] defaultdevicetype.half_operators 9: [ OK ] defaultdevicetype.half_operators (1 ms) 9: [ RUN ] defaultdevicetype.bhalf_operators 9: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 9: [ RUN ] defaultdevicetype.host_space_access 9: [ OK ] defaultdevicetype.host_space_access (0 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_a1 9: [ OK ] defaultdevicetype.reduce_instantiation_a1 (10 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_b1 9: [ OK ] defaultdevicetype.reduce_instantiation_b1 (22 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_c1 9: [ OK ] defaultdevicetype.reduce_instantiation_c1 (9 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_a2 9: [ OK ] defaultdevicetype.reduce_instantiation_a2 (17 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_b2 9: [ OK ] defaultdevicetype.reduce_instantiation_b2 (32 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_c2 9: [ OK ] defaultdevicetype.reduce_instantiation_c2 (17 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_a3 9: [ OK ] defaultdevicetype.reduce_instantiation_a3 (19 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_b3 9: [ OK ] defaultdevicetype.reduce_instantiation_b3 (37 ms) 9: [ RUN ] defaultdevicetype.reduce_instantiation_c3 9: [ OK ] defaultdevicetype.reduce_instantiation_c3 (20 ms) 9: [----------] 19 tests from defaultdevicetype (205 ms total) 9: 9: [----------] 1 test from kokkosresize 9: [ RUN ] kokkosresize.host_space_access 25: OverlapTeamPolicy/N:20/M:1000000/R:10 0.638 s 0.638 s 1 0.0858928 0.0859343 0.0834549 0.0834262 0.0417836 0.0417196 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 13.1543n 25: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 6.38672n 25: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 3.34961n 25: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 1.74438n 25: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 978.394p 25: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 582.886p 25: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 381.622p 25: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 468.216p 25: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 424.049p 25: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.004 s 5 524.288k 385.521p 9: [ OK ] kokkosresize.host_space_access (31 ms) 9: [----------] 1 test from kokkosresize (31 ms total) 9: 9: [----------] 1 test from TestViewAPI/0, where TypeParam = 9: [ RUN ] TestViewAPI/0.sizes 9: [ OK ] TestViewAPI/0.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/0 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/1, where TypeParam = 9: [ RUN ] TestViewAPI/1.sizes 9: [ OK ] TestViewAPI/1.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/1 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/2, where TypeParam = 9: [ RUN ] TestViewAPI/2.sizes 9: [ OK ] TestViewAPI/2.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/2 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/3, where TypeParam = 9: [ RUN ] TestViewAPI/3.sizes 9: [ OK ] TestViewAPI/3.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/3 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/4, where TypeParam = 9: [ RUN ] TestViewAPI/4.sizes 9: [ OK ] TestViewAPI/4.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/4 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/5, where TypeParam = 9: [ RUN ] TestViewAPI/5.sizes 9: [ OK ] TestViewAPI/5.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/5 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/6, where TypeParam = 9: [ RUN ] TestViewAPI/6.sizes 9: [ OK ] TestViewAPI/6.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/6 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/7, where TypeParam = 9: [ RUN ] TestViewAPI/7.sizes 9: [ OK ] TestViewAPI/7.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/7 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/8, where TypeParam = 9: [ RUN ] TestViewAPI/8.sizes 9: [ OK ] TestViewAPI/8.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/8 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/9, where TypeParam = 9: [ RUN ] TestViewAPI/9.sizes 9: [ OK ] TestViewAPI/9.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/9 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/10, where TypeParam = 9: [ RUN ] TestViewAPI/10.sizes 9: [ OK ] TestViewAPI/10.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/10 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/11, where TypeParam = 9: [ RUN ] TestViewAPI/11.sizes 9: [ OK ] TestViewAPI/11.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/11 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/12, where TypeParam = 9: [ RUN ] TestViewAPI/12.sizes 9: [ OK ] TestViewAPI/12.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/12 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/13, where TypeParam = 9: [ RUN ] TestViewAPI/13.sizes 9: [ OK ] TestViewAPI/13.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/13 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/14, where TypeParam = 9: [ RUN ] TestViewAPI/14.sizes 9: [ OK ] TestViewAPI/14.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/14 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/15, where TypeParam = 9: [ RUN ] TestViewAPI/15.sizes 9: [ OK ] TestViewAPI/15.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/15 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/16, where TypeParam = 9: [ RUN ] TestViewAPI/16.sizes 9: [ OK ] TestViewAPI/16.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/16 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/17, where TypeParam = 9: [ RUN ] TestViewAPI/17.sizes 9: [ OK ] TestViewAPI/17.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/17 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/18, where TypeParam = 9: [ RUN ] TestViewAPI/18.sizes 9: [ OK ] TestViewAPI/18.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/18 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/19, where TypeParam = 9: [ RUN ] TestViewAPI/19.sizes 9: [ OK ] TestViewAPI/19.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/19 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/20, where TypeParam = 9: [ RUN ] TestViewAPI/20.sizes 9: [ OK ] TestViewAPI/20.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/20 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/21, where TypeParam = 9: [ RUN ] TestViewAPI/21.sizes 9: [ OK ] TestViewAPI/21.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/21 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/22, where TypeParam = 9: [ RUN ] TestViewAPI/22.sizes 9: [ OK ] TestViewAPI/22.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/22 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/23, where TypeParam = 9: [ RUN ] TestViewAPI/23.sizes 9: [ OK ] TestViewAPI/23.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/23 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/24, where TypeParam = 9: [ RUN ] TestViewAPI/24.sizes 9: [ OK ] TestViewAPI/24.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/24 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/25, where TypeParam = 9: [ RUN ] TestViewAPI/25.sizes 9: [ OK ] TestViewAPI/25.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/25 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/26, where TypeParam = 9: [ RUN ] TestViewAPI/26.sizes 9: [ OK ] TestViewAPI/26.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/26 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/27, where TypeParam = 9: [ RUN ] TestViewAPI/27.sizes 9: [ OK ] TestViewAPI/27.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/27 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/28, where TypeParam = 9: [ RUN ] TestViewAPI/28.sizes 9: [ OK ] TestViewAPI/28.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/28 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/29, where TypeParam = 9: [ RUN ] TestViewAPI/29.sizes 9: [ OK ] TestViewAPI/29.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/29 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/30, where TypeParam = 9: [ RUN ] TestViewAPI/30.sizes 9: [ OK ] TestViewAPI/30.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/30 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/31, where TypeParam = 9: [ RUN ] TestViewAPI/31.sizes 9: [ OK ] TestViewAPI/31.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/31 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/32, where TypeParam = 9: [ RUN ] TestViewAPI/32.sizes 9: [ OK ] TestViewAPI/32.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/32 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/33, where TypeParam = 9: [ RUN ] TestViewAPI/33.sizes 9: [ OK ] TestViewAPI/33.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/33 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/34, where TypeParam = 9: [ RUN ] TestViewAPI/34.sizes 9: [ OK ] TestViewAPI/34.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/34 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/35, where TypeParam = 9: [ RUN ] TestViewAPI/35.sizes 9: [ OK ] TestViewAPI/35.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/35 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/36, where TypeParam = 9: [ RUN ] TestViewAPI/36.sizes 9: [ OK ] TestViewAPI/36.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/36 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/37, where TypeParam = 9: [ RUN ] TestViewAPI/37.sizes 9: [ OK ] TestViewAPI/37.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/37 (0 ms total) 9: 9: [----------] 1 test from TestViewAPI/38, where TypeParam = 9: [ RUN ] TestViewAPI/38.sizes 9: [ OK ] TestViewAPI/38.sizes (0 ms) 9: [----------] 1 test from TestViewAPI/38 (0 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 59 tests from 41 test suites ran. (240 ms total) 9: [ PASSED ] 58 tests. 9: [ SKIPPED ] 1 test, listed below: 9: [ SKIPPED ] defaultdevicetype.shared_space 9/58 Test #9: Kokkos_CoreUnitTest_Default ................................ Passed 0.70 sec test 10 Start 10: Kokkos_CoreUnitTest_InitializeFinalize 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 10: Test timeout computed to be: 1500 10: [==========] Running 30 tests from 7 test suites. 10: [----------] Global test environment set-up. 10: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 10: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 10: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (919 ms) 10: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 48%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: rate 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Malloc/N:1/manual_time 8.94 us 19.0 us 78378 111.918k/s 25: Malloc/N:16/manual_time 9.87 us 20.9 us 78978 101.321k/s [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o 25: Malloc/N:256/manual_time 9.87 us 20.9 us 70897 101.271k/s 10: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4152 ms) 10: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o 25: Malloc/N:4096/manual_time 9.89 us 20.9 us 70815 101.16k/s 25: Malloc/N:65536/manual_time 12.2 us 24.6 us 57140 81.6915k/s [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 90%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o 25: Malloc/N:1048576/manual_time 12.2 us 24.4 us 56947 81.8741k/s [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o 10: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (6431 ms) 10: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (11504 ms total) 10: 10: [----------] 4 tests from InitializeFinalize_DeathTest 10: [ RUN ] InitializeFinalize_DeathTest.initialize 25: Malloc/N:16777216/manual_time 12.2 us 24.5 us 57089 81.8181k/s [ 91%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o 25: Malloc/N:268435456/manual_time 6729 us 7239 us 88 148.6/s [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o 25: Malloc/N:4294967296/manual_time 102614 us 110516 us 10 9.74526/s 25: MallocFree/N:1/manual_time 18.9 us 19.0 us 36826 52.9927k/s [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o 10: [ OK ] InitializeFinalize_DeathTest.initialize (3306 ms) 10: [ RUN ] InitializeFinalize_DeathTest.finalize 25: MallocFree/N:16/manual_time 18.7 us 18.8 us 37392 53.43k/s [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o 25: MallocFree/N:256/manual_time 20.8 us 20.9 us 34819 48.1151k/s [ 48%] Built target Kokkos_CoreUnitTest_SYCL2C [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp 25: MallocFree/N:4096/manual_time 20.8 us 20.9 us 33671 48.1087k/s 10: [ OK ] InitializeFinalize_DeathTest.finalize (2222 ms) 10: [ RUN ] InitializeFinalize_DeathTest.is_initialized 10: [ OK ] InitializeFinalize_DeathTest.is_initialized (444 ms) 10: [ RUN ] InitializeFinalize_DeathTest.is_finalized 10: [ OK ] InitializeFinalize_DeathTest.is_finalized (449 ms) 10: [----------] 4 tests from InitializeFinalize_DeathTest (6422 ms total) 10: 10: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 10: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 10: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (24 ms) 10: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (24 ms total) 10: 10: [----------] 1 test from Legion_DeathTest 10: [ RUN ] Legion_DeathTest.individual_backend_initialization 10: [ OK ] Legion_DeathTest.individual_backend_initialization (454 ms) 10: [----------] 1 test from Legion_DeathTest (454 ms total) 10: 10: [----------] 2 tests from PushFinalizeHook_DeathTest 10: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o 25: MallocFree/N:65536/manual_time 24.4 us 24.5 us 28736 41.05k/s 10: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (443 ms) 10: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw [ 91%] Linking CXX executable Kokkos_atomic [ 91%] Built target Kokkos_atomic [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o 25: MallocFree/N:1048576/manual_time 24.4 us 24.5 us 28746 41.0076k/s [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o 25: MallocFree/N:16777216/manual_time 24.4 us 24.5 us 28745 41.0248k/s 10: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1432 ms) 10: [----------] 2 tests from PushFinalizeHook_DeathTest (1876 ms total) 10: 10: [----------] 6 tests from ScopeGuard_DeathTest 10: [ RUN ] ScopeGuard_DeathTest.create 10: [ OK ] ScopeGuard_DeathTest.create (461 ms) 10: [ RUN ] ScopeGuard_DeathTest.create_argument 25: MallocFree/N:268435456/manual_time 7310 us 7309 us 82 136.805/s [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o 10: [ OK ] ScopeGuard_DeathTest.create_argument (451 ms) 10: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o 25: MallocFree/N:4294967296/manual_time 110544 us 110526 us 10 9.04614/s 10: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1435 ms) 10: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o 25: MallocTouch/N:1/manual_time 12.2 us 22.3 us 57036 82.0857k/s 10: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1436 ms) 10: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 25: MallocTouch/N:16/manual_time 13.1 us 24.1 us 57780 76.3477k/s [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 10: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1432 ms) 10: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 91%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o 10: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1425 ms) 10: [----------] 6 tests from ScopeGuard_DeathTest (6642 ms total) 10: 10: [----------] 13 tests from defaultdevicetype 10: [ RUN ] defaultdevicetype.initialization_settings 10: [ OK ] defaultdevicetype.initialization_settings (0 ms) 10: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 10: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 10: [ RUN ] defaultdevicetype.cmd_line_args_device_id 10: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 10: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 10: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 10: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 10: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 10: [ RUN ] defaultdevicetype.cmd_line_args_help 10: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 10: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 10: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 10: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 10: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 10: [ RUN ] defaultdevicetype.env_vars_num_threads 10: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 10: [ RUN ] defaultdevicetype.env_vars_device_id 10: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 10: [ RUN ] defaultdevicetype.env_vars_disable_warnings 10: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 10: [ RUN ] defaultdevicetype.env_vars_tune_internals 10: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 10: [ RUN ] defaultdevicetype.visible_devices 10: [ OK ] defaultdevicetype.visible_devices (0 ms) 10: [----------] 13 tests from defaultdevicetype (1 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 30 tests from 7 test suites ran. (26926 ms total) 10: [ PASSED ] 30 tests. 10/58 Test #10: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 26.95 sec test 11 Start 11: Kokkos_CoreUnitTest_Develop 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 11: Test timeout computed to be: 1500 25: MallocTouch/N:256/manual_time 13.2 us 24.3 us 53068 75.7428k/s [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from defaultdevicetype 11: [ RUN ] defaultdevicetype.development_test 11: [ OK ] defaultdevicetype.development_test (0 ms) 11: [----------] 1 test from defaultdevicetype (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (0 ms total) 11: [ PASSED ] 1 test. 11/58 Test #11: Kokkos_CoreUnitTest_Develop ................................ Passed 0.45 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 12: Test timeout computed to be: 1500 [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o 12: [==========] Running 31 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 31 tests from kokkosp 12: [ RUN ] kokkosp.test_named_instance_fence 12: Ref: 50331649 12: Ref: named_instance 12: 50331649 12: named_instance 12: [ OK ] kokkosp.test_named_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_instance_fence 12: Ref: 50331649 12: Ref: Unnamed Instance Fence 12: 50331649 12: Kokkos::HIP::fence(): Unnamed Instance Fence 12: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_named_global_fence 12: Ref: 50331648 12: Ref: test global fence 12: 16777216 12: test global fence 12: Miss on id 12: 50331648 12: test global fence 12: [ OK ] kokkosp.test_named_global_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_global_fence 12: Ref: 50331648 12: Ref: Unnamed Global Fence 12: 16777216 12: Kokkos::fence: Unnamed Global Fence 12: Miss on id 12: 50331648 12: Kokkos::fence: Unnamed Global Fence 12: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 12: [ RUN ] kokkosp.test_multiple_default_instances 12: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 12: [ RUN ] kokkosp.test_id_gen 12: [ OK ] kokkosp.test_id_gen (0 ms) 12: [ RUN ] kokkosp.test_kernel_sequence 12: Ref: 50331649 12: Ref: named_instance 12: 50331649 12: named_instance 12: Ref: 50331649 12: Ref: test_kernel 12: 50331649 12: named_instance 12: Miss on name 12: 16777216 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 50331648 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 50331649 12: test_kernel 12: [ OK ] kokkosp.test_kernel_sequence (2 ms) 12: [ RUN ] kokkosp.async_deep_copy 12: [ OK ] kokkosp.async_deep_copy (0 ms) 12: [ RUN ] kokkosp.parallel_for 12: [ OK ] kokkosp.parallel_for (0 ms) 12: [ RUN ] kokkosp.parallel_reduce 12: [ OK ] kokkosp.parallel_reduce (0 ms) 12: [ RUN ] kokkosp.parallel_scan 12: [ OK ] kokkosp.parallel_scan (5 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence 12: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence_view 12: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 12: [ RUN ] kokkosp.regions 12: [ OK ] kokkosp.regions (0 ms) 12: [ RUN ] kokkosp.fences 12: [ OK ] kokkosp.fences (0 ms) 12: [ RUN ] kokkosp.raw_allocation 12: [ OK ] kokkosp.raw_allocation (0 ms) 12: [ RUN ] kokkosp.view 12: [ OK ] kokkosp.view (0 ms) 12: [ RUN ] kokkosp.sections 12: [ OK ] kokkosp.sections (0 ms) 12: [ RUN ] kokkosp.metadata 12: [ OK ] kokkosp.metadata (0 ms) 12: [ RUN ] kokkosp.profile_events 12: [ OK ] kokkosp.profile_events (0 ms) 12: [ RUN ] kokkosp.no_init_kernel 12: [ OK ] kokkosp.no_init_kernel (0 ms) 12: [ RUN ] kokkosp.get_events 12: [ OK ] kokkosp.get_events (0 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_for 12: [ OK ] kokkosp.kernel_name_parallel_for (1 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_reduce 12: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_scan 12: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 12: [ RUN ] kokkosp.kernel_name_internal 12: [ OK ] kokkosp.kernel_name_internal (0 ms) 12: [ RUN ] kokkosp.profiling_section 12: [ OK ] kokkosp.profiling_section (0 ms) 12: [ RUN ] kokkosp.scoped_profile_region 12: [ OK ] kokkosp.scoped_profile_region (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 12: [----------] 31 tests from kokkosp (12 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 31 tests from 1 test suite ran. (12 ms total) 12: [ PASSED ] 31 tests. 12/58 Test #12: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.47 sec test 13 Start 13: Kokkos_CoreUnitTest_ToolIndependence 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 13: Test timeout computed to be: 1500 13/58 Test #13: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 14 Start 14: Kokkos_ProfilingTestLibraryLoadHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 14: Environment variables: 14: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 14: Test timeout computed to be: 1500 25: MallocTouch/N:4096/manual_time 24.1 us 35.4 us 29005 41.4414k/s 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 14/58 Test #14: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.45 sec test 15 Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 15: Test timeout computed to be: 1500 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/58 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.44 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoad 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 16: Environment variables: 16: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 1500 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp 16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:disabled::kokkosp_declare_metadata:mdspan version:not applicable::kokkosp_allocate_data:Host:source:0x1fb5900:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x207c8c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x207c9c0:Host:source:0x1fb5a00: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:0x207c8c0:40::kokkosp_deallocate_data:Host:source:0x1fb5900:40::kokkosp_finalize_library:: 16/58 Test #16: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.45 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLine 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 1500 17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:disabled::kokkosp_declare_metadata:mdspan version:not applicable::kokkosp_allocate_data:Host:source:0x2767100:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x27673c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x27674c0:Host:source:0x2767200: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:0x27673c0:40::kokkosp_deallocate_data:Host:source:0x2767100:40::kokkosp_finalize_library:: 17/58 Test #17: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.44 sec test 18 Start 18: Kokkos_CoreUnitTest_StackTraceTest 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 18: Test timeout computed to be: 1500 [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o 25: MallocTouch/N:65536/manual_time 26.5 us 39.0 us 26395 37.6935k/s 18: [==========] Running 3 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 2 tests from defaultdevicetype_DeathTest 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 93%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2c9460] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264ade] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26068f] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x26011c] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299f89] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728b0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273bb9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274508] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842cd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad19] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283ebd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262550] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fda8eb421ca] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fda8eb4228b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff55] 18: 18: demangled test_f1: 18: [0x2c9460] Kokkos::Impl::save_stacktrace() 18: [0x264ade] Test::stacktrace_test_f1(std::ostream&) 18: [0x26068f] Test::test_stacktrace(bool, bool) 18: [0x26011c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x299f89] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x2728b0] testing::Test::Run() 18: [0x273bb9] testing::TestInfo::Run() 18: [0x274508] testing::TestSuite::Run() 18: [0x2842cd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x29ad19] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x283ebd] testing::UnitTest::Run() 18: [0x262550] main 18: [0x7fda8eb421ca] 18: [0x7fda8eb4228b] __libc_start_main 18: [0x25ff55] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2c9460] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264ade] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x264fa6] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x6b5) [0x260d25] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x26011c] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299f89] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728b0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273bb9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274508] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842cd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad19] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283ebd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262550] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7fda8eb421ca] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7fda8eb4228b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff55] 18: 18: demangled test_f3: 18: [0x2c9460] Kokkos::Impl::save_stacktrace() 18: [0x264ade] Test::stacktrace_test_f1(std::ostream&) 18: [0x264fa6] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x260d25] Test::test_stacktrace(bool, bool) 18: [0x26011c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x299f89] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x2728b0] testing::Test::Run() 18: [0x273bb9] testing::TestInfo::Run() 18: [0x274508] testing::TestSuite::Run() 18: [0x2842cd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x29ad19] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x283ebd] testing::UnitTest::Run() 18: [0x262550] main 18: [0x7fda8eb421ca] 18: [0x7fda8eb4228b] __libc_start_main 18: [0x25ff55] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace [ 93%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o 25: MallocTouch/N:1048576/manual_time 27.0 us 39.5 us 25910 37.0145k/s 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1654 ms) 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term [ 93%] Linking CXX executable Kokkos_gups [ 93%] Built target Kokkos_gups [ 93%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2c9460] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264ade] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26068f] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x2603e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299f89] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728b0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273bb9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274508] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842cd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad19] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283ebd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262550] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f49d50cc1ca] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f49d50cc28b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff55] 18: 18: demangled test_f1: 18: [0x2c9460] Kokkos::Impl::save_stacktrace() 18: [0x264ade] Test::stacktrace_test_f1(std::ostream&) 18: [0x26068f] Test::test_stacktrace(bool, bool) 18: [0x2603e9] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x299f89] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x2728b0] testing::Test::Run() 18: [0x273bb9] testing::TestInfo::Run() 18: [0x274508] testing::TestSuite::Run() 18: [0x2842cd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x29ad19] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x283ebd] testing::UnitTest::Run() 18: [0x262550] main 18: [0x7f49d50cc1ca] 18: [0x7f49d50cc28b] __libc_start_main 18: [0x25ff55] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2c9460] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264ade] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x264fa6] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x6b5) [0x260d25] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x2603e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299f89] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728b0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273bb9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274508] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842cd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad19] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283ebd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262550] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f49d50cc1ca] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f49d50cc28b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff55] 18: 18: demangled test_f3: 18: [0x2c9460] Kokkos::Impl::save_stacktrace() 18: [0x264ade] Test::stacktrace_test_f1(std::ostream&) 18: [0x264fa6] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x260d25] Test::test_stacktrace(bool, bool) 18: [0x2603e9] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x299f89] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x2728b0] testing::Test::Run() 18: [0x273bb9] testing::TestInfo::Run() 18: [0x274508] testing::TestSuite::Run() 18: [0x2842cd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x29ad19] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x283ebd] testing::UnitTest::Run() 18: [0x262550] main 18: [0x7f49d50cc1ca] 18: [0x7f49d50cc28b] __libc_start_main 18: [0x25ff55] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 25: MallocTouch/N:16777216/manual_time 28.5 us 41.0 us 24552 35.0752k/s 25: MallocTouch/N:268435456/manual_time 7018 us 7530 us 88 142.491/s 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1645 ms) 18: [----------] 2 tests from defaultdevicetype_DeathTest (3300 ms total) 18: 18: [----------] 1 test from defaultdevicetype 18: [ RUN ] defaultdevicetype.stacktrace_normal 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2c9460] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264ade] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26068f] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299f89] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728b0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273bb9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274508] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842cd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad19] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283ebd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262550] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f0a067e71ca] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f0a067e728b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff55] 18: 18: demangled test_f1: 18: [0x2c9460] Kokkos::Impl::save_stacktrace() 18: [0x264ade] Test::stacktrace_test_f1(std::ostream&) 18: [0x26068f] Test::test_stacktrace(bool, bool) 18: [0x299f89] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x2728b0] testing::Test::Run() 18: [0x273bb9] testing::TestInfo::Run() 18: [0x274508] testing::TestSuite::Run() 18: [0x2842cd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x29ad19] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x283ebd] testing::UnitTest::Run() 18: [0x262550] main 18: [0x7f0a067e71ca] 18: [0x7f0a067e728b] __libc_start_main 18: [0x25ff55] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x2c9460] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x264ade] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x264fa6] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x6b5) [0x260d25] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x299f89] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2728b0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x273bb9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x274508] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x3dd) [0x2842cd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x29ad19] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x283ebd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x262550] 18: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f0a067e71ca] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f0a067e728b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x25ff55] 18: 18: demangled test_f3: 18: [0x2c9460] Kokkos::Impl::save_stacktrace() 18: [0x264ade] Test::stacktrace_test_f1(std::ostream&) 18: [0x264fa6] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x260d25] Test::test_stacktrace(bool, bool) 18: [0x299f89] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x2728b0] testing::Test::Run() 18: [0x273bb9] testing::TestInfo::Run() 18: [0x274508] testing::TestSuite::Run() 18: [0x2842cd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x29ad19] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x283ebd] testing::UnitTest::Run() 18: [0x262550] main 18: [0x7f0a067e71ca] 18: [0x7f0a067e728b] __libc_start_main 18: [0x25ff55] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype.stacktrace_normal (3 ms) 18: [----------] 1 test from defaultdevicetype (3 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 3 tests from 2 test suites ran. (3304 ms total) 18: [ PASSED ] 3 tests. 18/58 Test #18: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 3.76 sec test 19 Start 19: Kokkos_IncrementalTest_OPENMP 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 19: Test timeout computed to be: 1500 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from OPENMP 19: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 19: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] OPENMP.IncrTest_01_execspace 19: Host Parallel Execution Space: 19: KOKKOS_ENABLE_OPENMP: yes 19: 19: OpenMP Runtime Configuration: 19: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 19: OpenMP 19: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 19: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 19: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 19: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] OPENMP.IncrTest_02_AtomicSub 19: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 19: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] OPENMP.IncrTest_03b_memspace_free 19: [ OK ] OPENMP.IncrTest_03b_memspace_free (72 ms) 19: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 19: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 19: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] OPENMP.IncrTest_05_reduction 19: [ OK ] OPENMP.IncrTest_05_reduction (3 ms) 19: [ RUN ] OPENMP.IncrTest_06_mdrange2D 19: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] OPENMP.IncrTest_06_mdrange3D 19: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] OPENMP.IncrTest_06_mdrange4D 19: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 19: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 19: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 19: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 19: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 19: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 19: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 19: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 19: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (41 ms) 19: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 19: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms) 19: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 19: [ OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms) 19: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 19: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 19: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 19: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 19: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 19: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 19: [ RUN ] OPENMP.incr_14_MDrangeReduce 19: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 19: [ RUN ] OPENMP.IncrTest_16_parallelscan 19: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 19: [ RUN ] OPENMP.incr_17_atomicView 19: [ OK ] OPENMP.incr_17_atomicView (0 ms) 19: [----------] 28 tests from OPENMP (120 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (120 ms total) 19: [ PASSED ] 28 tests. 19/58 Test #19: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.58 sec test 20 Start 20: Kokkos_IncrementalTest_HIP 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_HIP 20: Test timeout computed to be: 1500 20: [==========] Running 28 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 28 tests from HIP 20: [ RUN ] HIP.IncrTest_01_execspace_typedef 20: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] HIP.IncrTest_01_execspace 20: Device Execution Space: 20: KOKKOS_ENABLE_HIP: yes 20: HIP Options: 20: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 20: 20: Runtime Configuration: 20: XNACK environment variable set: no 20: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 20: macro KOKKOS_ENABLE_HIP : defined 20: macro HIP_VERSION : 60342134 = version 6.3.42134 20: macro KOKKOS_ENABLE_ROCTHRUST : defined 20: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 20: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 20: Total Global Memory: 31.98 GiB 20: Shared Memory per Block: 64 KiB 20: APU or dGPU: dGPU 20: Is Large Bar: 1 20: Supports Managed Memory: 1 20: Architecture capable of accessing system allocated memory: 1 20: System allows accessing system allocated memory on GPU: 0 20: Wavefront Size: 64 20: HIP 20: [ OK ] HIP.IncrTest_01_execspace (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicExchange 20: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicAdd 20: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicSub 20: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] HIP.IncrTest_03a_memspace_malloc 20: [ OK ] HIP.IncrTest_03a_memspace_malloc (0 ms) 20: [ RUN ] HIP.IncrTest_03b_memspace_free [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c15.cpp.o 25: MallocTouch/N:4294967296/manual_time 103781 us 111697 us 10 9.63566/s 25: MallocTouchFree/N:1/manual_time 22.2 us 22.3 us 31341 45.048k/s 25: MallocTouchFree/N:16/manual_time 22.1 us 22.2 us 31678 45.2695k/s 25: MallocTouchFree/N:256/manual_time 24.2 us 24.3 us 29079 41.3133k/s [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o 25: MallocTouchFree/N:4096/manual_time 35.2 us 35.4 us 19859 28.381k/s [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp 25: MallocTouchFree/N:65536/manual_time 38.8 us 38.9 us 18027 25.7441k/s [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o 25: MallocTouchFree/N:1048576/manual_time 39.3 us 39.3 us 17836 25.4754k/s [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o 20: [ OK ] HIP.IncrTest_03b_memspace_free (5457 ms) 20: [ RUN ] HIP.IncrTest_04_simple_parallelFor 20: [ OK ] HIP.IncrTest_04_simple_parallelFor (2 ms) 20: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] HIP.IncrTest_05_reduction 20: [ OK ] HIP.IncrTest_05_reduction (8 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange2D 20: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange3D 20: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange4D 20: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_2D 20: [ OK ] HIP.IncrTest_08_deep_copy_2D (2 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_3D 20: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_4D 20: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 20: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms) 20: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 20: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 20: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (144 ms) 20: [ RUN ] HIP.IncrTest_12a_ThreadScratch 20: [ OK ] HIP.IncrTest_12a_ThreadScratch (9 ms) 20: [ RUN ] HIP.IncrTest_12b_TeamScratch 20: [ OK ] HIP.IncrTest_12b_TeamScratch (2 ms) 20: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms) 20: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms) 20: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms) 20: [ RUN ] HIP.incr_14_MDrangeReduce 20: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 20: [ RUN ] HIP.IncrTest_16_parallelscan 20: [ OK ] HIP.IncrTest_16_parallelscan (3 ms) 20: [ RUN ] HIP.incr_17_atomicView 20: [ OK ] HIP.incr_17_atomicView (1 ms) 20: [----------] 28 tests from HIP (5647 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 28 tests from 1 test suite ran. (5647 ms total) 20: [ PASSED ] 28 tests. 20/58 Test #20: Kokkos_IncrementalTest_HIP ................................. Passed 6.11 sec test 21 Start 21: Kokkos_CoreUnitTest_CTestDevice 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 21: Test timeout computed to be: 1500 21: [==========] Running 8 tests from 2 test suites. 21: [----------] Global test environment set-up. 21: [----------] 5 tests from ctest_environment_DeathTest 21: [ RUN ] ctest_environment_DeathTest.invalid_rank 21: [ OK ] ctest_environment_DeathTest.invalid_rank (362 ms) 21: [ RUN ] ctest_environment_DeathTest.no_type_str 21: [ OK ] ctest_environment_DeathTest.no_type_str (355 ms) 21: [ RUN ] ctest_environment_DeathTest.missing_type [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o 21: [ OK ] ctest_environment_DeathTest.missing_type (701 ms) 21: [ RUN ] ctest_environment_DeathTest.no_id_str 21: [ OK ] ctest_environment_DeathTest.no_id_str (363 ms) 21: [ RUN ] ctest_environment_DeathTest.invalid_id_str 25: MallocTouchFree/N:16777216/manual_time 40.8 us 40.9 us 17175 24.5315k/s 25: MallocTouchFree/N:268435456/manual_time 7452 us 7451 us 82 134.192/s [ 93%] Linking CXX executable Kokkos_gather [ 93%] Built target Kokkos_gather [ 93%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o 21: [ OK ] ctest_environment_DeathTest.invalid_id_str (739 ms) 21: [----------] 5 tests from ctest_environment_DeathTest (2522 ms total) 21: 21: [----------] 3 tests from ctest_environment 21: [ RUN ] ctest_environment.no_device_type 21: [ OK ] ctest_environment.no_device_type (0 ms) 21: [ RUN ] ctest_environment.no_process_count 21: [ OK ] ctest_environment.no_process_count (0 ms) 21: [ RUN ] ctest_environment.good 21: [ OK ] ctest_environment.good (0 ms) 21: [----------] 3 tests from ctest_environment (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 8 tests from 2 test suites ran. (2522 ms total) 21: [ PASSED ] 8 tests. 21/58 Test #21: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 2.55 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 22: Test timeout computed to be: 1500 22/58 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.02 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 23: Test timeout computed to be: 1500 23: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 23/58 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.02 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 24: Test timeout computed to be: 1500 24/58 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.02 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 25: Environment variables: 25: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 25: Test timeout computed to be: 1500 25/58 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.02 sec test 26 Start 26: Kokkos_CoreUnitTest_DeviceAndThreads 26: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 26: Test timeout computed to be: 1500 25: MallocTouchFree/N:4294967296/manual_time 111712 us 111687 us 10 8.95161/s [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: Benchmark Time CPU Iterations FOM: GB/s MB 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: ViewAllocate_Rank1/N:10/manual_time 0.020 s 0.021 s 28 40.8915/s 800 26: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 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 25: ViewAllocate_Rank1/N:10/manual_time 0.019 s 0.021 s 36 41.3079/s 800 26: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o 26: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok [ 93%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 93%] Built target Kokkos_PerformanceTest_InclusiveScan [ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o 25: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.021 s 36 41.3075/s 800 25: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.021 s 36 41.3071/s 800 [ 95%] Linking CXX executable Kokkos_launch_latency [ 95%] Built target Kokkos_launch_latency [ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o 25: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.021 s 36 41.3055/s 800 25: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.021 s 36 41.3051/s 800 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 95%] Linking CXX executable Kokkos_view_copy_constructor [ 95%] Built target Kokkos_view_copy_constructor [ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 95%] Linking CXX executable Kokkos_stream [ 95%] Built target Kokkos_stream [ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o 26: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... ok 25: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.021 s 36 41.3093/s 800 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 26: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok 26: 26: ---------------------------------------------------------------------- 26: Ran 5 tests in 8.466s 26: 26: OK 26/58 Test #26: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 8.52 sec test 27 Start 27: Kokkos_PerformanceTest_Benchmark 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T15-26-55.json" 27: Test timeout computed to be: 1500 [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp 25: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.021 s 36 41.3084/s 800 27: 2025-09-23T15:47:28+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 27: Run on (64 X 3277.4 MHz CPU s) 27: CPU Caches: 27: L1 Data 32 KiB (x32) 27: L1 Instruction 32 KiB (x32) 27: L2 Unified 512 KiB (x32) 27: L3 Unified 16384 KiB (x16) 27: Load Average: 4.23, 7.35, 8.52 27: APU or dGPU: dGPU 27: Architecture capable of accessing system allocated memory: 1 27: CPU architecture: none 27: Default Device: HIP 27: GPU architecture: AMD_GFX908 27: Is Large Bar: 1 27: KOKKOS_COMPILER_CLANG: 1800 27: KOKKOS_ENABLE_ASM: no 27: KOKKOS_ENABLE_CXX20: yes 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 27: KOKKOS_ENABLE_HIP: yes 27: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_LIBDL: yes 27: KOKKOS_ENABLE_OPENMP: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 27: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 27: Kokkos Version: 4.7.99 27: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 27: Shared Memory per Block: 64 KiB 27: Supports Managed Memory: 1 27: System allows accessing system allocated memory on GPU: 0 27: Total Global Memory: 31.98 GiB 27: Wavefront Size: 64 27: XNACK environment variable set: no 27: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 27: macro HIP_VERSION: 60342134 = version 6.3.42134 27: macro KOKKOS_ENABLE_HIP: defined 27: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 27: macro KOKKOS_ENABLE_ROCTHRUST: defined 27: mdspan: disabled 27: mdspan version: not applicable 27: platform: 64bit 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Count Time normalized 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: GramSchmidt/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1024 6.62322u 27: GramSchmidt/Count:2048/iterations:5/manual_time 0.007 s 0.007 s 5 2.048k 3.28887u 27: GramSchmidt/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.6478u 27: GramSchmidt/Count:8192/iterations:5/manual_time 0.007 s 0.008 s 5 8.192k 807.051n 27: GramSchmidt/Count:16384/iterations:5/manual_time 0.007 s 0.009 s 5 16.384k 400.857n 27: GramSchmidt/Count:32768/iterations:5/manual_time 0.007 s 0.010 s 5 32.768k 209.828n [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp 27: GramSchmidt/Count:65536/iterations:5/manual_time 0.007 s 0.012 s 5 65.536k 112.296n 27: GramSchmidt/Count:131072/iterations:5/manual_time 0.009 s 0.019 s 5 131.072k 72.1584n [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o 27: GramSchmidt/Count:262144/iterations:5/manual_time 0.031 s 0.047 s 5 262.144k 116.833n 25: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.021 s 36 41.3089/s 800 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 27: GramSchmidt/Count:524288/iterations:5/manual_time 0.043 s 0.074 s 5 524.288k 62.8554n [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C 25: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.021 s 36 41.3172/s 800 [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o 25: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.021 s 36 41.3143/s 800 [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s Max 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: CustomReduction/N:100000/R:1000/manual_time 0.007 s 0.017 s 97 15.4421k/s 11.5 25: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.021 s 36 41.3136/s 800 25: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.021 s 36 41.3006/s 800 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.579 s 0.570 s 2 0.0960676 0.100923 0.0842499 0.0418175 0.0427124 5.721u 25: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.021 s 36 41.3126/s 800 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: OverlapMDRangePolicy/N:200/M:10000/R:10 0.044 s 0.043 s 16 8.05214m 4.00857m 7.66363m 3.81496m 3.84761m 4.398u [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o 25: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.021 s 36 41.3104/s 800 27: OverlapTeamPolicy/N:20/M:1000000/R:10 0.185 s 0.182 s 4 0.0345827 0.0173133 0.0322828 0.0161219 0.0161006 5.781u 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Count Time normalized 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.001 s 5 1024 27.5322n 27: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 13.2622n 27: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 5.41772n 27: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 2.77136n 27: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.52142n 27: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1003.75p 27: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 678.909p 27: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 511.215p 27: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 425.831p 27: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 389.622p [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 25: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.021 s 36 41.312/s 800 [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.033 s 0.033 s 21 48.2873/s 1.6k 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: rate 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Malloc/N:1/manual_time 26.6 us 59.2 us 25797 37.6486k/s 25: ViewDeepCopy_Rank1/N:10/manual_time 0.032 s 0.032 s 22 49.6498/s 1.6k 27: Malloc/N:16/manual_time 26.6 us 59.2 us 26334 37.5272k/s 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 830.067/s 1.6k [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 363 830.077/s 1.6k [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 95%] Linking CXX executable Kokkos_policy_performance [ 95%] Built target Kokkos_policy_performance [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 363 830.049/s 1.6k 27: Malloc/N:256/manual_time 26.7 us 59.4 us 26417 37.457k/s [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp 25: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 234 267.077/s 800 [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o 25: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.116 s 0.108 s 7 6.89034/s 800 [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o 27: Malloc/N:4096/manual_time 26.9 us 59.2 us 25992 37.1572k/s [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 830.308/s 1.6k 27: Malloc/N:65536/manual_time 26.6 us 58.9 us 26269 37.5974k/s 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 363 830.336/s 1.6k [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 363 830.363/s 1.6k [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 830.263/s 1.6k 27: Malloc/N:1048576/manual_time 27.1 us 59.1 us 25876 36.8663k/s [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o 25: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 147 335.134/s 1.6k 25: ViewDeepCopy_Rank3/N:10/manual_time 0.007 s 0.007 s 93 213.564/s 1.6k [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 830.016/s 1.6k 27: Malloc/N:16777216/manual_time 498 us 219 us 6035 2.00804k/s 27: Malloc/N:268435456/manual_time 9332 us 493 us 75 107.158/s 25: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 204 467.202/s 1.6k 27: Malloc/N:4294967296/manual_time 148542 us 1381 us 5 6.7321/s [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp 25: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 242 555.112/s 1.6k [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o 27: MallocFree/N:1/manual_time 156 us 153 us 4479 6.42187k/s 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 363 830.197/s 1.6k [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 363 830.185/s 1.6k 27: MallocFree/N:16/manual_time 61.3 us 60.2 us 11427 16.3161k/s [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o 27: MallocFree/N:256/manual_time 60.7 us 59.6 us 11239 16.4733k/s 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 363 830.081/s 1.6k 27: MallocFree/N:4096/manual_time 60.8 us 59.7 us 11561 16.4461k/s 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 363 830.125/s 1.6k 27: MallocFree/N:65536/manual_time 61.0 us 59.9 us 11454 16.386k/s [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o 27: MallocFree/N:1048576/manual_time 61.3 us 59.8 us 11469 16.3121k/s 25: ViewDeepCopy_Rank4/N:10/manual_time 0.008 s 0.008 s 91 208.962/s 1.6k [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o 25: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 89 203.878/s 1.6k [ 98%] Linking CXX executable Kokkos_UnitTest_SIMD [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 98%] Built target Kokkos_UnitTest_SIMD [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o 27: MallocFree/N:16777216/manual_time 500 us 217 us 3728 2.00018k/s 25: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 215 492.26/s 1.6k [ 88%] Linking CXX executable Kokkos_PerformanceTest_Benchmark 27: MallocFree/N:268435456/manual_time 9459 us 491 us 74 105.72/s [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o 25: ViewDeepCopy_Rank5/N:10/manual_time 0.004 s 0.004 s 158 360.618/s 1.6k 27: MallocFree/N:4294967296/manual_time 150479 us 1413 us 5 6.64544/s 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 363 830.204/s 1.6k 27: MallocTouch/N:1/manual_time 121 us 153 us 5722 8.24361k/s 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 363 830.107/s 1.6k [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 88%] Built target Kokkos_PerformanceTest_Benchmark [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.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/TestHIPManaged_ViewAPI_c.cpp.o 25: ViewDeepCopy_Rank6/N:10/manual_time 0.015 s 0.015 s 48 108.971/s 1.6k [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o 27: MallocTouch/N:16/manual_time 28.7 us 60.8 us 24646 34.8838k/s 25: ViewDeepCopy_Rank6/N:10/manual_time 0.006 s 0.006 s 116 265.214/s 1.6k 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 363 830.142/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o 27: MallocTouch/N:256/manual_time 28.3 us 60.5 us 25175 35.3594k/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 363 830.076/s 1.6k [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.011 s 0.011 s 65 148.712/s 1.6k [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o 27: MallocTouch/N:4096/manual_time 42.2 us 77.1 us 16965 23.6857k/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.005 s 0.005 s 154 351.587/s 1.6k [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 363 830.25/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o 27: MallocTouch/N:65536/manual_time 41.6 us 77.1 us 16862 24.0592k/s 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 363 830.343/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o 25: ViewDeepCopy_Rank8/N:10/manual_time 0.012 s 0.012 s 57 130.979/s 1.6k 27: MallocTouch/N:1048576/manual_time 43.9 us 78.9 us 15831 22.7786k/s 25: ViewDeepCopy_Rank8/N:10/manual_time 0.004 s 0.004 s 171 389.785/s 1.6k 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 355 810.762/s 1.6k 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 355 810.787/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o 27: MallocTouch/N:16777216/manual_time 467 us 254 us 5044 2.14285k/s 27: MallocTouch/N:268435456/manual_time 9346 us 551 us 76 106.998/s [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 355 810.748/s 1.6k 27: MallocTouch/N:4294967296/manual_time 150471 us 2149 us 5 6.64581/s 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 355 810.767/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o 27: MallocTouchFree/N:1/manual_time 156 us 153 us 4488 6.4221k/s 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 801 915.031/s 800 [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedResourceLock.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 800 913.582/s 800 [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o 27: MallocTouchFree/N:16/manual_time 61.4 us 60.3 us 11285 16.2766k/s 27: MallocTouchFree/N:256/manual_time 61.6 us 60.5 us 11396 16.2248k/s 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 801 915.165/s 800 [ 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 27: MallocTouchFree/N:4096/manual_time 78.3 us 76.9 us 8946 12.7671k/s [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 800 914.885/s 800 27: MallocTouchFree/N:65536/manual_time 78.5 us 77.0 us 8847 12.7419k/s [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 801 915.026/s 800 27: MallocTouchFree/N:1048576/manual_time 80.9 us 79.1 us 8601 12.3609k/s [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_IncrementalTest_SYCL 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 801 915.058/s 800 [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 801 915.085/s 800 27: MallocTouchFree/N:16777216/manual_time 472 us 245 us 3338 2.11842k/s [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 27: MallocTouchFree/N:268435456/manual_time 9458 us 563 us 75 105.735/s 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 800 915.102/s 800 27: MallocTouchFree/N:4294967296/manual_time 148930 us 2330 us 5 6.71455/s 25: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 355 202.822/s 400 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s MB 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: ViewAllocate_Rank1/N:10/manual_time 0.053 s 0.001 s 10 15.1594/s 800 [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 800 915.134/s 800 [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 801 914.987/s 800 27: ViewAllocate_Rank1/N:10/manual_time 0.027 s 0.001 s 42 29.7665/s 800 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 801 915.098/s 800 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 800 914.979/s 800 [ 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_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 27: ViewAllocate_Rank2/N:10/manual_time 0.028 s 0.001 s 28 28.7944/s 800 [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 801 915.044/s 800 27: ViewAllocate_Rank2/N:10/manual_time 0.028 s 0.001 s 26 28.7137/s 800 [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 800 915.091/s 800 27: ViewAllocate_Rank3/N:10/manual_time 0.027 s 0.001 s 26 29.7243/s 800 [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 800 915.002/s 800 27: ViewAllocate_Rank3/N:10/manual_time 0.027 s 0.001 s 24 29.7692/s 800 [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 801 915.066/s 800 27: ViewAllocate_Rank4/N:10/manual_time 0.028 s 0.001 s 26 28.6589/s 800 [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 800 915.028/s 800 27: ViewAllocate_Rank4/N:10/manual_time 0.028 s 0.001 s 26 28.6739/s 800 [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 801 915.074/s 800 27: ViewAllocate_Rank5/N:10/manual_time 0.027 s 0.001 s 26 29.8683/s 800 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 802 916.714/s 800 27: ViewAllocate_Rank5/N:10/manual_time 0.027 s 0.001 s 26 29.8109/s 800 [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 802 916.749/s 800 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.59704k/s 1.6k 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 876.799/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 797.07/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 781.55/s 1.6k 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 840.848/s 1.6k [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 825.829/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 925.972/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 926.092/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 835.811/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 835.391/s 1.6k 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 922.898/s 1.6k [ 55%] Linking CXX executable Kokkos_IncrementalTest_SERIAL 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 869.875/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 797.923/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 814.485/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 758.257/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 753.057/s 1.6k 27: ViewAllocate_Rank6/N:10/manual_time 0.028 s 0.001 s 26 28.6477/s 800 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 859.608/s 1.6k 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 855.674/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 794.667/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 788.284/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 698.629/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 671.015/s 1.6k 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 731.404/s 1.6k 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 698.653/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 794.135/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 793.456/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 837.529/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 832.124/s 1.6k 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 763.993/s 1.6k 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 762.761/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 806.482/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 798.847/s 1.6k 27: ViewAllocate_Rank6/N:10/manual_time 0.027 s 0.001 s 24 29.7569/s 800 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.023 s 0.025 s 10 69.3414/s 1.6k 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.023 s 0.025 s 10 69.3979/s 1.6k 25/56 Test #25: Kokkos_PerformanceTest_Benchmark ........................... Passed 134.54 sec test 26 Start 26: Kokkos_Benchmark_Atomic_MinMax 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T15-26-59.json" 26: Test timeout computed to be: 1500 26: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 26: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 26: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 26: For unit testing set OMP_PROC_BIND=false 26: 26: 2025-09-23T15:48:42+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 26: Run on (15 X 3250 MHz CPU s) 26: CPU Caches: 26: L1 Data 64 KiB (x15) 26: L1 Instruction 64 KiB (x15) 26: L2 Unified 512 KiB (x15) 26: L3 Unified 16384 KiB (x15) 26: Load Average: 1.72, 7.17, 6.99 26: CPU architecture: none 26: Can access system allocated memory: 0 26: Capability: 8.0 26: Default Device: Cuda 26: GPU architecture: AMPERE80 26: KOKKOS_COMPILER_GNU: 1330 26: KOKKOS_COMPILER_NVCC: 1300 26: KOKKOS_ENABLE_ASM: yes 26: KOKKOS_ENABLE_CUDA: yes 26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_CUDA_UVM: no 26: KOKKOS_ENABLE_CXX20: yes 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 26: KOKKOS_ENABLE_LIBDL: no 26: KOKKOS_ENABLE_OPENMP: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 26: Kokkos Version: 4.7.99 26: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected 26: Shared Memory per Block: 48 KiB 26: Total Global Memory: 23.6 GiB 26: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 26: macro CUDA_VERSION: 13000 = version 13.0 26: macro KOKKOS_ENABLE_CUDA: defined 26: mdspan: disabled 26: mdspan version: not applicable 26: platform: 64bit 26: via Address Translation Service: 0 26: ***WARNING*** Library was built as DEBUG. Timings may be affected. 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26/56 Test #26: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.39 sec test 27 Start 27: Kokkos_PerformanceTest_ViewFirstTouch 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T15-26-59.json" 27: Test timeout computed to be: 1500 27: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 27: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 27: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 27: For unit testing set OMP_PROC_BIND=false 27: 27: ViewAllocate_Rank7/N:10/manual_time 0.027 s 0.001 s 26 29.7597/s 800 27: 2025-09-23T15:48:42+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 27: Run on (15 X 3250 MHz CPU s) 27: CPU Caches: 27: L1 Data 64 KiB (x15) 27: L1 Instruction 64 KiB (x15) 27: L2 Unified 512 KiB (x15) 27: L3 Unified 16384 KiB (x15) 27: Load Average: 1.72, 7.17, 6.99 27: CPU architecture: none 27: Can access system allocated memory: 0 27: Capability: 8.0 27: Default Device: Cuda 27: GPU architecture: AMPERE80 27: KOKKOS_COMPILER_GNU: 1330 27: KOKKOS_COMPILER_NVCC: 1300 27: KOKKOS_ENABLE_ASM: yes 27: KOKKOS_ENABLE_CUDA: yes 27: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 27: KOKKOS_ENABLE_CUDA_UVM: no 27: KOKKOS_ENABLE_CXX20: yes 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 27: KOKKOS_ENABLE_LIBDL: no 27: KOKKOS_ENABLE_OPENMP: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 27: Kokkos Version: 4.7.99 27: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected 27: Shared Memory per Block: 48 KiB 27: Total Global Memory: 23.6 GiB 27: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 27: macro CUDA_VERSION: 13000 = version 13.0 27: macro KOKKOS_ENABLE_CUDA: defined 27: mdspan: disabled 27: mdspan version: not applicable 27: platform: 64bit 27: via Address Translation Service: 0 27: ***WARNING*** Library was built as DEBUG. Timings may be affected. 27: ------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s MB 27: ------------------------------------------------------------------------------------------------------------------------------------ 27: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 39040 0.0282467/s 512u 27: ViewAllocate_Rank7/N:10/manual_time 0.027 s 0.001 s 28 29.7096/s 800 [ 55%] Built target Kokkos_IncrementalTest_SERIAL [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o 27: ViewAllocate_Rank8/N:10/manual_time 0.028 s 0.001 s 28 28.8387/s 800 27: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 37003 0.194027/s 4.096m 27: ViewAllocate_Rank8/N:10/manual_time 0.028 s 0.001 s 26 28.6644/s 800 27: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 29397 1.37605/s 0.032768 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.034 s 0.033 s 20 46.952/s 1.6k 27: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 26971 10.1395/s 0.262144 27: ViewDeepCopy_Rank1/N:10/manual_time 0.031 s 0.030 s 22 52.3016/s 1.6k 27: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 23718 71.038/s 2.09715 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o 27: ViewFirstTouch_Initialize/N:2097152/manual_time 0.000 s 0.000 s 13078 382.583/s 16.7772 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 403 930.147/s 1.6k [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 399 931.685/s 1.6k 27: ViewFirstTouch_Initialize/N:16777216/manual_time 0.003 s 0.004 s 205 39.281/s 134.218 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 399 931.33/s 1.6k [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp 27: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 254 296.808/s 800 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o 27: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 54775 0.0770818/s 1024u [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o 27: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.024 s 0.023 s 30 33.4526/s 800 [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 402 931.135/s 1.6k [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o 27: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 45811 0.535528/s 8.192m 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 399 931.822/s 1.6k [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 399 931.118/s 1.6k [ 56%] Built target Kokkos_IncrementalTest_SYCL [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 400 931.596/s 1.6k [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 27: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 45604 4.26998/s 0.065536 [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp 27: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 213 503.883/s 1.6k [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o 27: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 225 520.062/s 1.6k 27: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 44595 33.3545/s 0.524288 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 399 930.605/s 1.6k [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 324 741.214/s 1.6k [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 277 641.597/s 1.6k 27: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 35706 214.838/s 4.1943 27: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 399 931.798/s 1.6k [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o 27: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 400 931.081/s 1.6k 27: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.000 s 13875 879.714/s 33.5544 [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp 27: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 399 931.126/s 1.6k [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o 27: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 399 930.865/s 1.6k [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o 27: ViewDeepCopy_Rank4/N:10/manual_time 0.015 s 0.014 s 49 109.517/s 1.6k 27: ViewDeepCopy_Rank5/N:10/manual_time 0.014 s 0.014 s 49 111.485/s 1.6k [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 27: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 222 508.722/s 1.6k 27: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 101 231.808/s 1.6k [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 27: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 400 931.654/s 1.6k [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 27: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 400 931.188/s 1.6k [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o [ 94%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 94%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp 27: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 44 99.1058/s 1.6k [ 94%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o 27: ViewDeepCopy_Rank6/N:10/manual_time 0.018 s 0.018 s 39 88.1069/s 1.6k [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o 27: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 399 932.04/s 1.6k [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 27: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 400 931.342/s 1.6k [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c15.cpp.o 27: ViewDeepCopy_Rank7/N:10/manual_time 0.018 s 0.017 s 40 91.2317/s 1.6k [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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: 8abff8db4819 Build name: Linux-amdclang++ Create new tag: 20250923-1555 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (2 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.49 sec test 2 Start 2: Kokkos_CoreUnitTest_HIP_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.48 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (1506 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (1526 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1504 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 27: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.018 s 38 86.4672/s 1.6k [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o 27: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 399 932.078/s 1.6k [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1500 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-8324/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-8324/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 (6040 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-8324/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 (51 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (28 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 (22 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: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 399 930.472/s 1.6k 3: [ OK ] serial.exec_space_thread_safety_range (453 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (46 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (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 (46 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 (43 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-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 27: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.000 s 0.004 s 2023 774.475/s 268.435 27: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 85343 0.125066/s 1024u 27: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 81342 0.952485/s 8.192m [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp 27: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 38 87.3709/s 1.6k 27: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 73026 5.81095/s 0.065536 [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 27: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 37 84.6473/s 1.6k 27: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 59745 44.7729/s 0.524288 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1493 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1032.61/s 1.6k [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (1326 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 27: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 45098 313.202/s 4.1943 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1032.47/s 1.6k 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (452 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp 27: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 25050 1.20401k/s 33.5544 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (460 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 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1018.42/s 1.6k [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o 3: [ OK ] serial.mdrange_5d (690 ms) 3: [ RUN ] serial.mdrange_6d 27: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4495 1.72591k/s 268.435 [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1032.16/s 1.6k [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp 27: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 51054 0.0746454/s 1024u [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.mdrange_6d (1121 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_array_reduce 3: [ OK ] serial.mdrange_array_reduce (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (7 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (90 ms) 3: [ RUN ] serial.mdrange_4d 27: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 885 1035.22/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. 3: [ OK ] serial.mdrange_4d (399 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 (304 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 27: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 49934 0.584172/s 8.192m [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o 27: ViewFill_Rank1/N:10/manual_time 0.033 s 0.032 s 21 24.5034/s 800 27: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 47211 4.06997/s 0.065536 [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 58%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (1670 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 (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-8324/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 (56 ms) 3: [ RUN ] serial.double_reduce 27: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 899 1035.81/s 800 27: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 42263 31.6624/s 0.524288 3: [ OK ] serial.double_reduce (242 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 27: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 35324 211.403/s 4.1943 27: ViewFill_Rank1/N:10/manual_time 0.033 s 0.032 s 21 24.1372/s 800 27: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 896 1035.63/s 800 27: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 19328 1030.39/s 33.5544 [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp 27: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 888 1035.67/s 800 27: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 4386 1.6829k/s 268.435 27/56 Test #27: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 46.65 sec test 28 Start 28: Kokkos_PerformanceTest_Mempool 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T15-26-59.json" 28: Test timeout computed to be: 1500 28: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 28: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 28: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 28: For unit testing set OMP_PROC_BIND=false 28: 28: 2025-09-23T15:49:29+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 28: Run on (15 X 3250 MHz CPU s) 28: CPU Caches: 28: L1 Data 64 KiB (x15) 28: L1 Instruction 64 KiB (x15) 28: L2 Unified 512 KiB (x15) 28: L3 Unified 16384 KiB (x15) 28: Load Average: 1.38, 6.32, 6.71 28: CPU architecture: none 28: Can access system allocated memory: 0 28: Capability: 8.0 28: Default Device: Cuda 28: GPU architecture: AMPERE80 28: KOKKOS_COMPILER_GNU: 1330 28: KOKKOS_COMPILER_NVCC: 1300 28: KOKKOS_ENABLE_ASM: yes 28: KOKKOS_ENABLE_CUDA: yes 28: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 28: KOKKOS_ENABLE_CUDA_UVM: no 28: KOKKOS_ENABLE_CXX20: yes 28: KOKKOS_ENABLE_CXX23: no 28: KOKKOS_ENABLE_CXX26: no 28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 28: KOKKOS_ENABLE_HWLOC: no 28: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 28: KOKKOS_ENABLE_LIBDL: no 28: KOKKOS_ENABLE_OPENMP: yes 28: KOKKOS_ENABLE_PRAGMA_IVDEP: no 28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 28: KOKKOS_ENABLE_PRAGMA_UNROLL: no 28: KOKKOS_ENABLE_PRAGMA_VECTOR: no 28: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 28: Kokkos Version: 4.7.99 28: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected 28: Shared Memory per Block: 48 KiB 28: Total Global Memory: 23.6 GiB 28: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 28: macro CUDA_VERSION: 13000 = version 13.0 28: macro KOKKOS_ENABLE_CUDA: defined 28: mdspan: disabled 28: mdspan version: not applicable 28: platform: 64bit 28: via Address Translation Service: 0 28: ***WARNING*** Library was built as DEBUG. Timings may be affected. [ 95%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o 3: [ OK ] serial.int64_t_reduce_dynamic (3078 ms) 3: [ RUN ] serial.double_reduce_dynamic 27: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 889 1035.55/s 800 3: [ OK ] serial.double_reduce_dynamic (1040 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (247 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) 28: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations FOM: fill ops per second 28: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 4740 37.87M/s 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-8324/core/unit_test/TestReduce.hpp:655: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (3 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (4 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 27: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 889 1035.78/s 800 [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o 27: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 342 199.653/s 400 27: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 886 1035.15/s 800 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp 28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations FOM: cycle ops per second 28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 14474 229.67M/s 28/56 Test #28: Kokkos_PerformanceTest_Mempool ............................. Passed 3.97 sec test 29 Start 29: Kokkos_PerformanceTest_Atomic 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T15-26-59.json" 29: Test timeout computed to be: 1500 29: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 29: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 29: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 29: For unit testing set OMP_PROC_BIND=false 29: [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o 27: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 887 1035.78/s 800 29: 2025-09-23T15:49:33+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 29: Run on (15 X 3250 MHz CPU s) 29: CPU Caches: 29: L1 Data 64 KiB (x15) 29: L1 Instruction 64 KiB (x15) 29: L2 Unified 512 KiB (x15) 29: L3 Unified 16384 KiB (x15) 29: Load Average: 1.35, 6.23, 6.68 29: CPU architecture: none 29: Can access system allocated memory: 0 29: Capability: 8.0 29: Default Device: Cuda 29: GPU architecture: AMPERE80 29: KOKKOS_COMPILER_GNU: 1330 29: KOKKOS_COMPILER_NVCC: 1300 29: KOKKOS_ENABLE_ASM: yes 29: KOKKOS_ENABLE_CUDA: yes 29: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_CUDA_UVM: no 29: KOKKOS_ENABLE_CXX20: yes 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 29: KOKKOS_ENABLE_LIBDL: no 29: KOKKOS_ENABLE_OPENMP: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 29: Kokkos Version: 4.7.99 29: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected 29: Shared Memory per Block: 48 KiB 29: Total Global Memory: 23.6 GiB 29: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 29: macro CUDA_VERSION: 13000 = version 13.0 29: macro KOKKOS_ENABLE_CUDA: defined 29: mdspan: disabled 29: mdspan version: not applicable 29: platform: 64bit 29: via Address Translation Service: 0 29: ***WARNING*** Library was built as DEBUG. Timings may be affected. 27: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 890 1035.41/s 800 3: [ OK ] serial.reduce_device_view_mdrange_policy (2792 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (161 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (4 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 223 tests from serial (16559 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-8324/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-8324/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. (22600 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 23.08 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 147 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 891 1035.71/s 800 [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 29: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Test_Atomic/30000/iterations:10 0.181 s 0.180 s 10 1 4 4.28473m 3.94003m 1.63403m 449.985M 36.512k 449.985M 27: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 890 1035.41/s 800 [ 95%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 96%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp 27: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 891 1035.37/s 800 [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 96%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 96%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o 27: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 888 1035.69/s 800 [ 96%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp 27: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 890 1035.59/s 800 [ 96%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 96%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 96%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o 27: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 889 1035.56/s 800 [ 96%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 97%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 97%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp 27: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 889 1035.83/s 800 [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o 27: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 889 1035.32/s 800 27: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 889 1034.63/s 800 27: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.24572k/s 1.6k 27: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.00957k/s 1.6k 27: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.77314k/s 1.6k 27: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 3.09094k/s 1.6k 27: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.31097k/s 1.6k 27: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.08151k/s 1.6k 27: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.86022k/s 1.6k 27: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.4052k/s 1.6k 27: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.06425k/s 1.6k 27: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.80949k/s 1.6k 27: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.37495k/s 1.6k 27: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.53875k/s 1.6k 27: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.91526k/s 1.6k 27: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.08831k/s 1.6k 27: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.5997k/s 1.6k 27: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.0139k/s 1.6k 27: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.16353k/s 1.6k 27: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.38959k/s 1.6k 27: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.61527k/s 1.6k 27: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.70003k/s 1.6k 27: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.24829k/s 1.6k 27: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.34547k/s 1.6k 27: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 503.813/s 1.6k 27: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 436.635/s 1.6k 27: ViewResize_Rank7/N:10/iterations:10/manual_time 0.006 s 0.000 s 10 269.75/s 1.6k 27: ViewResize_Rank7/N:10/iterations:10/manual_time 0.006 s 0.000 s 10 290.897/s 1.6k 27: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.002 s 0.000 s 10 647.691/s 1.6k [ 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 27: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.92895k/s 1.6k 27: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 516.094/s 1.6k 27: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 541.623/s 1.6k 27: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.1623k/s 1.6k 27: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.006 s 0.000 s 10 276.631/s 1.6k 27: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.028 s 0.002 s 10 57.1793/s 1.6k [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp 27: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.028 s 0.002 s 10 56.6264/s 1.6k 27/58 Test #27: Kokkos_PerformanceTest_Benchmark ........................... Passed 134.63 sec test 28 Start 28: Kokkos_Benchmark_Atomic_MinMax 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T15-26-55.json" 28: Test timeout computed to be: 1500 28: 2025-09-23T15:49:43+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 28: Run on (64 X 3124.93 MHz CPU s) 28: CPU Caches: 28: L1 Data 32 KiB (x32) 28: L1 Instruction 32 KiB (x32) 28: L2 Unified 512 KiB (x32) 28: L3 Unified 16384 KiB (x16) 28: Load Average: 2.99, 5.95, 7.85 28: APU or dGPU: dGPU 28: Architecture capable of accessing system allocated memory: 1 28: CPU architecture: none 28: Default Device: HIP 28: GPU architecture: AMD_GFX908 28: Is Large Bar: 1 28: KOKKOS_COMPILER_CLANG: 1800 28: KOKKOS_ENABLE_ASM: no 28: KOKKOS_ENABLE_CXX20: yes 28: KOKKOS_ENABLE_CXX23: no 28: KOKKOS_ENABLE_CXX26: no 28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 28: KOKKOS_ENABLE_HIP: yes 28: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 28: KOKKOS_ENABLE_HWLOC: no 28: KOKKOS_ENABLE_LIBDL: yes 28: KOKKOS_ENABLE_OPENMP: yes 28: KOKKOS_ENABLE_PRAGMA_IVDEP: no 28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 28: KOKKOS_ENABLE_PRAGMA_UNROLL: no 28: KOKKOS_ENABLE_PRAGMA_VECTOR: no 28: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 28: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 28: Kokkos Version: 4.7.99 28: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 28: Shared Memory per Block: 64 KiB 28: Supports Managed Memory: 1 28: System allows accessing system allocated memory on GPU: 0 28: Total Global Memory: 31.98 GiB 28: Wavefront Size: 64 28: XNACK environment variable set: no 28: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 28: macro HIP_VERSION: 60342134 = version 6.3.42134 28: macro KOKKOS_ENABLE_HIP: defined 28: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 28: macro KOKKOS_ENABLE_ROCTHRUST: defined 28: mdspan: disabled 28: mdspan version: not applicable 28: platform: 64bit 28: ---------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations 28: ---------------------------------------------------------------------------------------------------------------------------------------- 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28/58 Test #28: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.55 sec test 29 Start 29: Kokkos_PerformanceTest_ViewFirstTouch 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T15-26-55.json" 29: Test timeout computed to be: 1500 29: 2025-09-23T15:49:43+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 29: Run on (64 X 3172.59 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x32) 29: L1 Instruction 32 KiB (x32) 29: L2 Unified 512 KiB (x32) 29: L3 Unified 16384 KiB (x16) 29: Load Average: 4.03, 6.12, 7.90 29: APU or dGPU: dGPU 29: Architecture capable of accessing system allocated memory: 1 29: CPU architecture: none 29: Default Device: HIP 29: GPU architecture: AMD_GFX908 29: Is Large Bar: 1 29: KOKKOS_COMPILER_CLANG: 1800 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX20: yes 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HIP: yes 29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_OPENMP: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 29: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 29: Kokkos Version: 4.7.99 29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 29: macro HIP_VERSION: 60342134 = version 6.3.42134 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: mdspan: disabled 29: mdspan version: not applicable 29: platform: 64bit [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 29: ------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------ 29: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 17276 0.0125391/s 512u [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (10662 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 29: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 17399 0.101354/s 4.096m [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o 29: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 17298 0.800441/s 0.032768 [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o 29: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 16937 6.35629/s 0.262144 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp 29: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 4649 15.5213/s 2.09715 [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 98%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 98%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o 29: ViewFirstTouch_Initialize/N:2097152/manual_time 0.000 s 0.000 s 4867 33.9912/s 16.7772 29: Test_Atomic/100000/iterations:10 1.53 s 1.53 s 10 1 8 2.80164m 1055.81u 1.71162m 4.99995G 155.216k 4.99995G [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 98%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 99%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp 29: ViewFirstTouch_Initialize/N:16777216/manual_time 0.005 s 0.001 s 149 28.3756/s 134.218 [ 99%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 99%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 99%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 99%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 99%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 99%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (10576 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility [ 99%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 99%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (2753 ms) 4: [----------] 10 tests from serial_DeathTest (23992 ms total) 4: 4: [----------] 137 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (380 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 (3 ms) 4: [ RUN ] serial.triple_nested_parallelism [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o 4: [ OK ] serial.triple_nested_parallelism (240 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (30 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 (53 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (44 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 (60 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (70 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [100%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [100%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp 29: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 47115 0.0688859/s 1024u [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 62%] Built target 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_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o 29: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 44897 0.528597/s 8.192m 4: [ OK ] serial.repeated_team_reduce (4373 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 (72 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (68 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 (27 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (1 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (4 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (2 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (2122 ms) 4: [ RUN ] serial.view_shmem_size_on_device 4: [ OK ] serial.view_shmem_size_on_device (0 ms) 4: [ RUN ] serial.view_is_assignable 4: [ OK ] serial.view_is_assignable (0 ms) 4: [ RUN ] serial.view_bad_alloc 4: [ OK ] serial.view_bad_alloc (0 ms) 4: [ RUN ] serial.view_copy_tests 4: [ OK ] serial.view_copy_tests (3 ms) 4: [ RUN ] serial.view_copy_tests_rank_0 4: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] serial.view_copy_degenerated 4: [ OK ] serial.view_copy_degenerated (0 ms) 4: [ RUN ] serial.view_fill_tests_layout_right 29: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 39241 3.61416/s 0.065536 [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp 4: [ OK ] serial.view_fill_tests_layout_right (1708 ms) 4: [ RUN ] serial.view_fill_tests_layout_left [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o 4: [ OK ] serial.view_fill_tests_layout_left (2134 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 (28 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (25 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (51 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (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 (80 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-8324/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (27 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (29 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (27 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (124 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (125 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (125 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 137 tests from serial (12192 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 147 tests from 2 test suites ran. (36184 ms total) 4: [ PASSED ] 139 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/59 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 36.67 sec test 5 Start 5: Kokkos_CoreUnitTest_HIP 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_HIP 5: Test timeout computed to be: 1500 29: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 38103 28.1895/s 0.524288 [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o 5: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 5: [==========] Running 464 tests from 8 test suites. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from hip_DeathTest 5: [ RUN ] hip_DeathTest.abort_from_host 5: [ OK ] hip_DeathTest.abort_from_host (1400 ms) 5: [ RUN ] hip_DeathTest.abort_from_device [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp 5: [ OK ] hip_DeathTest.abort_from_device (2944 ms) 5: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1457 ms) 5: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp 5: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1414 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 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1440 ms) 5: [ RUN ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o 5: [ OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (2787 ms) 5: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/core/unit_test/TestViewCtorDimMatch.hpp:196: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment 29: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 29729 178.816/s 4.1943 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o 29: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.000 s 13690 651.774/s 33.5544 [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp 5: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9608 ms) 5: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp 29: Test_Atomic/100000/iterations:10 4.59 s 4.59 s 10 1 8 7.54487 1.63432m 1.63913m 4.99995G 220.016k 4.99995G [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp 5: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9884 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 66%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 66%] Built target Kokkos_PerformanceTest_SharedSpace [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o 29: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.000 s 0.001 s 2435 935.652/s 268.435 29: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 48385 0.0708094/s 1024u 29: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 48425 0.566119/s 8.192m 29: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 48320 4.52271/s 0.065536 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 29: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 47244 35.4324/s 0.524288 29: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 40351 241.68/s 4.1943 29: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 22453 1075.52/s 33.5544 [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o 29: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4656 1.78688k/s 268.435 [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o 29: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 46801 0.0688711/s 1024u 29: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 47193 0.552865/s 8.192m 29: Test_Atomic/100000/iterations:10 1.66 s 1.66 s 10 1 4 1.95413m 1026.91u 1.69334m 704.983M 165.504k 704.983M 29: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 47204 4.41606/s 0.065536 29: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 46544 34.7602/s 0.524288 29: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 40076 239.706/s 4.1943 [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o 29: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 22572 1084.15/s 33.5544 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 29: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 4966 1.90315k/s 268.435 29/58 Test #29: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 76.44 sec test 30 Start 30: Kokkos_PerformanceTest_Mempool 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T15-26-55.json" 30: Test timeout computed to be: 1500 [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 30: 2025-09-23T15:51:00+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 30: Run on (64 X 3284.61 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: 4.30, 5.72, 7.61 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 1800 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX20: yes 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HIP: yes 30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_OPENMP: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 30: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 30: Kokkos Version: 4.7.99 30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 30: macro HIP_VERSION: 60342134 = version 6.3.42134 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: mdspan: disabled 30: mdspan version: not applicable 30: platform: 64bit 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 2270 17.8761M/s [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations FOM: cycle ops per second 30: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 7309 115.126M/s 30/58 Test #30: Kokkos_PerformanceTest_Mempool ............................. Passed 3.72 sec test 31 Start 31: Kokkos_PerformanceTest_Atomic 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T15-26-55.json" 31: Test timeout computed to be: 1500 31: 2025-09-23T15:51:03+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 31: Run on (64 X 3192.23 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x32) 31: L1 Instruction 32 KiB (x32) 31: L2 Unified 512 KiB (x32) 31: L3 Unified 16384 KiB (x16) 31: Load Average: 4.03, 5.64, 7.58 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 1800 31: KOKKOS_ENABLE_ASM: no 31: KOKKOS_ENABLE_CXX20: yes 31: KOKKOS_ENABLE_CXX23: no 31: KOKKOS_ENABLE_CXX26: no 31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 31: KOKKOS_ENABLE_HIP: yes 31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_OPENMP: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 31: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 31: Kokkos Version: 4.7.99 31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 31: macro HIP_VERSION: 60342134 = version 6.3.42134 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: mdspan: disabled 31: mdspan version: not applicable 31: platform: 64bit [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 67%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Test_Atomic/30000/iterations:10 0.363 s 0.362 s 10 1 4 7.1394m 6.6358m 58.1333u 449.985M 40.632k 449.985M 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (25658 ms) 5: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device 29: Test_Atomic/100000/iterations:10 1.54 s 1.54 s 10 1 8 2.83704m 1044.71u 1.59632m 4.99995G 182.784k 4.99995G [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 67%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_SYCL1A [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 68%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [100%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [100%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 68%] Linking CXX executable Kokkos_PerformanceTest_Reduction [100%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [100%] Linking CXX executable Kokkos_gups [100%] Built target Kokkos_gups [100%] Built target Kokkos_PerformanceTest_InclusiveScan [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC [ 68%] Linking CXX executable Kokkos_PerformanceTest_Mempool [100%] Linking CXX executable Kokkos_atomic [100%] Built target Kokkos_atomic [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [100%] Linking CXX executable Kokkos_launch_latency [100%] Built target Kokkos_launch_latency [100%] Linking CXX executable Kokkos_stream [100%] Linking CXX executable Kokkos_view_copy_constructor [100%] Built target Kokkos_stream [100%] Built target Kokkos_view_copy_constructor 31: Test_Atomic/100000/iterations:10 4.05 s 4.03 s 10 1 8 2.64347m 1.8623m 115.72u 4.99995G 67.262k 4.99995G [100%] Built target Kokkos_CoreUnitTest_OpenACC [ 68%] Built target Kokkos_PerformanceTest_Reduction [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 29: Test_Atomic/100000/iterations:10 4.60 s 4.59 s 10 1 8 7.69896 1.58272m 1.72263m 4.99995G 283.696k 4.99995G [ 68%] Built target Kokkos_PerformanceTest_Mempool [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_gather [ 69%] Built target Kokkos_Benchmark_Atomic_MinMax [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 70%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: 119ee97f35cc Build name: Linux-clang++ Create new tag: 20250923-1552 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 1: Test timeout computed to be: 1500 29: Test_Atomic/100000/iterations:10 1.66 s 1.66 s 10 0 4 4.07935m 1062.22u 3.19255m 4.99952G 227.84k 4.99989G 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 (5 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 (7 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (7 ms total) 1: [ PASSED ] 21 tests. 1/55 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.61 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport 2: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 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 openmptarget 2: [ RUN ] openmptarget.basic_view_default_ctor 2: [ OK ] openmptarget.basic_view_default_ctor (0 ms) 2: [ RUN ] openmptarget.basic_view_extents_ctor 2: [ OK ] openmptarget.basic_view_extents_ctor (9 ms) 2: [ RUN ] openmptarget.basic_view_mapping_ctor_right 2: [ OK ] openmptarget.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] openmptarget.basic_view_access 2: [ OK ] openmptarget.basic_view_access (0 ms) 2: [ RUN ] openmptarget.basic_view_atomic_accessor 2: [ OK ] openmptarget.basic_view_atomic_accessor (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Typedefs 2: [ OK ] openmptarget.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Ctors 2: [ OK ] openmptarget.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] openmptarget.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Access 2: [ OK ] openmptarget.RefCountedAcc_Access (0 ms) 2: [ RUN ] openmptarget.RefCountedAcc_Conversion 2: [ OK ] openmptarget.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandle_Typedefs 2: [ OK ] openmptarget.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandle 2: [ OK ] openmptarget.RefCountedDataHandle (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandleAnonym 2: [ OK ] openmptarget.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] openmptarget.RefCountedDataHandleConversion 2: [ OK ] openmptarget.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] openmptarget.view_customization_accessor_arg 2: [ OK ] openmptarget.view_customization_accessor_arg (0 ms) 2: [ RUN ] openmptarget.view_customization_allocation_type 2: [ OK ] openmptarget.view_customization_allocation_type (0 ms) 2: [ RUN ] openmptarget.view_customization_mirror 2: [ OK ] openmptarget.view_customization_mirror (0 ms) 2: [ RUN ] openmptarget.view_customization_deep_copy 2: [ OK ] openmptarget.view_customization_deep_copy (0 ms) 2: [ RUN ] openmptarget.view_customization_deep_copy_single_element_view 2: [ OK ] openmptarget.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] openmptarget.view_customization_accessor_from_mapping 2: [ OK ] openmptarget.view_customization_accessor_from_mapping (0 ms) 2: [ RUN ] openmptarget.view_customization_extra_int_arg 2: [ OK ] openmptarget.view_customization_extra_int_arg (0 ms) 2: [----------] 21 tests from openmptarget (16 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (16 ms total) 2: [ PASSED ] 21 tests. 2/55 Test #2: Kokkos_CoreUnitTest_OpenMPTarget_ViewSupport ............... Passed 0.20 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 3: Test timeout computed to be: 1500 3: [==========] Running 231 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 9 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o 3: [ OK ] serial_DeathTest.abort_from_host (409 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (396 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (378 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (4 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (1 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (3 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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: [----------] 9 tests from serial_DeathTest (1198 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-8324/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: [----------] 204 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 (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 (75 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (44 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_issue_3867 3: [ OK ] serial.complex_issue_3867 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_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 (1 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (30 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (1 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 (1664 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (169 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (174 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (171 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (172 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (167 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (164 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-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1280: Skipped 3: This test requires a shared space. 3: [ SKIPPED ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 5: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (64381 ms) 5: [----------] 19 tests from hip_DeathTest (120978 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from hip_graph_DeathTest (0 ms total) 5: 5: [----------] 2 tests from hip_managed_DeathTest 5: [ RUN ] hip_managed_DeathTest.view_subview_wrong_extents 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents (0 ms) 5: [ RUN ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility 5: [ OK ] hip_managed_DeathTest.view_subview_constructor_layout_compatibility (2954 ms) 5: [----------] 2 tests from hip_managed_DeathTest (2955 ms total) 5: 5: [----------] 340 tests from hip 5: [ RUN ] hip.array_capacity 5: [ OK ] hip.array_capacity (0 ms) 5: [ RUN ] hip.array_element_access 5: [ OK ] hip.array_element_access (0 ms) 5: [ RUN ] hip.array_operator_equal 5: [ OK ] hip.array_operator_equal (0 ms) 5: [ RUN ] hip.array_zero_capacity 5: [ OK ] hip.array_zero_capacity (0 ms) 5: [ RUN ] hip.array_zero_data_nullptr 5: [ OK ] hip.array_zero_data_nullptr (0 ms) 5: [ RUN ] hip.array_contiguous_capacity 5: [ OK ] hip.array_contiguous_capacity (0 ms) 5: [ RUN ] hip.array_contiguous_element_access 5: [ OK ] hip.array_contiguous_element_access (0 ms) 5: [ RUN ] hip.array_contiguous_assignment 5: [ OK ] hip.array_contiguous_assignment (0 ms) 5: [ RUN ] hip.array_strided_capacity 5: [ OK ] hip.array_strided_capacity (0 ms) 5: [ RUN ] hip.array_strided_element_access 5: [ OK ] hip.array_strided_element_access (0 ms) 5: [ RUN ] hip.array_strided_assignment 5: [ OK ] hip.array_strided_assignment (0 ms) 5: [ RUN ] hip.atomic_operations_complexdouble 5: [ OK ] hip.atomic_operations_complexdouble (11 ms) 5: [ RUN ] hip.atomic_operations_complexfloat 5: [ OK ] hip.atomic_operations_complexfloat (8 ms) 5: [ RUN ] hip.atomic_operations_double 5: [ OK ] hip.atomic_operations_double (12 ms) 5: [ RUN ] hip.atomic_operations_float 5: [ OK ] hip.atomic_operations_float (10 ms) 5: [ RUN ] hip.atomic_operations_int8 5: [ OK ] hip.atomic_operations_int8 (29 ms) 5: [ RUN ] hip.atomic_operations_int16 5: [ OK ] hip.atomic_operations_int16 (29 ms) 5: [ RUN ] hip.atomic_operations_int 5: [ OK ] hip.atomic_operations_int (27 ms) 5: [ RUN ] hip.atomic_operations_long 5: [ OK ] hip.atomic_operations_long (28 ms) 5: [ RUN ] hip.atomic_operations_longlong 5: [ OK ] hip.atomic_operations_longlong (28 ms) 5: [ RUN ] hip.atomic_shared 5: [ OK ] hip.atomic_shared (0 ms) 5: [ RUN ] hip.atomic_operations_unsigned 5: [ OK ] hip.atomic_operations_unsigned (22 ms) 5: [ RUN ] hip.atomic_operations_unsignedlong 5: [ OK ] hip.atomic_operations_unsignedlong (22 ms) 5: [ RUN ] hip.atomics 5: [ OK ] hip.atomics (343 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 [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2055 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2474 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1070 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1073 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-8324/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_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 (16 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (8 ms) 3: [ RUN ] serial.mdrange_2d 3: [ OK ] serial.mdrange_2d (0 ms) 3: [ RUN ] serial.mdrange_3d 3: [ OK ] serial.mdrange_3d (2 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (1 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (735 ms) 3: [ RUN ] serial.md_range_policy_construction_from_arrays 3: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 3: [ RUN ] serial.policy_get_tile_size 3: [ OK ] serial.policy_get_tile_size (0 ms) 3: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 3: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 3: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types (0 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (8 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.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (3 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (1 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (1 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (1 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (77 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (169 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 3: [ OK ] serial.int64_t_reduce_dynamic (1106 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1047 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view [ 70%] Built target Kokkos_PerformanceTest_Atomic [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o 3: [ OK ] serial.int64_t_reduce_dynamic_view (525 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestReduce.hpp:655: 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 (2483 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (175 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: [----------] 204 tests from serial (15949 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-8324/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-8324/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: [==========] 231 tests from 4 test suites ran. (17149 ms total) 3: [ PASSED ] 220 tests. 3: [ SKIPPED ] 11 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.mixed_then_host_device_nodes 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 3: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/55 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 17.35 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 4: Test timeout computed to be: 1500 29: Test_Atomic/100000/iterations:10 1.60 s 1.60 s 10 1 8 4.06837m 1069.71u 3.30335m 4.99995G 234.416k 4.99995G 29/56 Test #29: Kokkos_PerformanceTest_Atomic .............................. Passed 173.81 sec test 30 Start 30: Kokkos_PerformanceTest_Reduction 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T15-26-59.json" 30: Test timeout computed to be: 1500 30: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 30: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 30: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 30: For unit testing set OMP_PROC_BIND=false 30: 30: 2025-09-23T15:52:27+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 30: Run on (15 X 3250 MHz CPU s) 30: CPU Caches: 30: L1 Data 64 KiB (x15) 30: L1 Instruction 64 KiB (x15) 30: L2 Unified 512 KiB (x15) 30: L3 Unified 16384 KiB (x15) 30: Load Average: 1.02, 3.90, 5.69 30: CPU architecture: none 30: Can access system allocated memory: 0 30: Capability: 8.0 30: Default Device: Cuda 30: GPU architecture: AMPERE80 30: KOKKOS_COMPILER_GNU: 1330 30: KOKKOS_COMPILER_NVCC: 1300 30: KOKKOS_ENABLE_ASM: yes 30: KOKKOS_ENABLE_CUDA: yes 30: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 30: KOKKOS_ENABLE_CUDA_UVM: no 30: KOKKOS_ENABLE_CXX20: yes 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 30: KOKKOS_ENABLE_LIBDL: no 30: KOKKOS_ENABLE_OPENMP: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 30: Kokkos Version: 4.7.99 30: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected 30: Shared Memory per Block: 48 KiB 30: Total Global Memory: 23.6 GiB 30: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 30: macro CUDA_VERSION: 13000 = version 13.0 30: macro KOKKOS_ENABLE_CUDA: defined 30: mdspan: disabled 30: mdspan version: not applicable 30: platform: 64bit 30: via Address Translation Service: 0 30: ***WARNING*** Library was built as DEBUG. Timings may be affected. 30: ---------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations 30: ---------------------------------------------------------------------------------------------------- 30: ReductionCheapScalarResult/10000/iterations:10 21.7 us 21.4 us 10 30: ReductionCheapScalarResult/100000/iterations:10 24.2 us 24.2 us 10 30: ReductionCheapScalarResult/1000000/iterations:10 29.6 us 29.5 us 10 30: ReductionCheapScalarResult/10000000/iterations:10 128 us 128 us 10 30: ReductionCheapHostResult/10000/iterations:10 20.4 us 20.3 us 10 30: ReductionCheapHostResult/100000/iterations:10 24.5 us 24.4 us 10 30: ReductionCheapHostResult/1000000/iterations:10 28.7 us 28.6 us 10 30: ReductionCheapHostResult/10000000/iterations:10 127 us 127 us 10 30: ReductionCheapDeviceResult/10000/iterations:10 17.2 us 17.1 us 10 30: ReductionCheapDeviceResult/100000/iterations:10 20.1 us 20.0 us 10 30: ReductionCheapDeviceResult/1000000/iterations:10 25.2 us 25.2 us 10 30: ReductionCheapDeviceResult/10000000/iterations:10 124 us 124 us 10 30: ReductionExpensive/10000/iterations:10 77.2 us 77.2 us 10 30: ReductionExpensive/100000/iterations:10 275 us 275 us 10 30: ReductionExpensive/1000000/iterations:10 2528 us 2528 us 10 30: ReductionExpensive/10000000/iterations:10 24818 us 24818 us 10 30/56 Test #30: Kokkos_PerformanceTest_Reduction ........................... Passed 0.63 sec test 31 Start 31: Kokkos_ContainersUnitTest_OpenMP 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 31: Test timeout computed to be: 1500 31: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 31: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 31: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 31: For unit testing set OMP_PROC_BIND=false 31: 31: [==========] Running 72 tests from 2 test suites. 31: [----------] Global test environment set-up. 31: [----------] 2 tests from openmp_DeathTest 31: [ RUN ] openmp_DeathTest.dualview_external_view_construction 31: [ OK ] openmp_DeathTest.dualview_external_view_construction (714 ms) 31: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction 4: [==========] Running 138 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 6 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1033 ms) 4: [----------] 6 tests from serial_DeathTest (1033 ms total) 4: 4: [----------] 132 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce_large [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o 4: [ OK ] serial.team_reduce_large (344 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_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_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 (32 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (89 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (34 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (91 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (47 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 [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o 31: Test_Atomic/100000/iterations:10 4.10 s 4.08 s 10 1 8 2.5552m 1.84207m 116.01u 4.99995G 66.366k 4.99995G [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o 5: [ OK ] hip.atomic_views_nonintegral (16983 ms) 5: [ RUN ] hip.atomic_view_api 5: [ OK ] hip.atomic_view_api (0 ms) 5: [ RUN ] hip.bit_manip_countl_zero 5: [ OK ] hip.bit_manip_countl_zero (8 ms) 5: [ RUN ] hip.bit_manip_countl_one 5: [ OK ] hip.bit_manip_countl_one (0 ms) 5: [ RUN ] hip.bit_manip_countr_zero 5: [ OK ] hip.bit_manip_countr_zero (0 ms) 5: [ RUN ] hip.bit_manip_countr_one 5: [ OK ] hip.bit_manip_countr_one (0 ms) 5: [ RUN ] hip.bit_manip_popcount 5: [ OK ] hip.bit_manip_popcount (0 ms) 5: [ RUN ] hip.bit_manip_has_single_bit 5: [ OK ] hip.bit_manip_has_single_bit (0 ms) 5: [ RUN ] hip.bit_manip_bit_floor 5: [ OK ] hip.bit_manip_bit_floor (0 ms) 5: [ RUN ] hip.bit_manip_bit_ceil 5: [ OK ] hip.bit_manip_bit_ceil (0 ms) 5: [ RUN ] hip.bit_manip_bit_width 5: [ OK ] hip.bit_manip_bit_width (0 ms) 5: [ RUN ] hip.bit_manip_rotl 5: [ OK ] hip.bit_manip_rotl (0 ms) 5: [ RUN ] hip.bit_manip_rotr 5: [ OK ] hip.bit_manip_rotr (0 ms) 5: [ RUN ] hip.bit_manip_byeswap 5: [ OK ] hip.bit_manip_byeswap (0 ms) 5: [ RUN ] hip.bit_manip_bit_cast 5: [ OK ] hip.bit_manip_bit_cast (0 ms) 5: [ RUN ] hip.test_block_deduction_bug_pr_3103 5: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] hip.checked_integer_operations_multiply_overflow 5: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] hip.execution_policy_occupancy_and_hint 5: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] hip.complex_construction 5: [ OK ] hip.complex_construction (0 ms) 5: [ RUN ] hip.complex_basic_math 5: [ OK ] hip.complex_basic_math (0 ms) 5: [ RUN ] hip.complex_special_funtions 5: [ OK ] hip.complex_special_funtions (0 ms) 5: [ RUN ] hip.complex_io 5: [ OK ] hip.complex_io (0 ms) 5: [ RUN ] hip.complex_trivially_copyable 5: [ OK ] hip.complex_trivially_copyable (0 ms) 5: [ RUN ] hip.complex_issue_3865 5: [ OK ] hip.complex_issue_3865 (0 ms) 5: [ RUN ] hip.complex_operations_arithmetic_types_overloads 5: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] hip.complex_structured_bindings 5: [ OK ] hip.complex_structured_bindings (0 ms) 5: [ RUN ] hip.crs_count_fill 5: [ OK ] hip.crs_count_fill (4 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 (9 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1 5: [ OK ] hip.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2 5: [ OK ] hip.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3 5: [ OK ] hip.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_4 5: [ OK ] hip.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_5 5: [ OK ] hip.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_6 5: [ OK ] hip.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_7 5: [ OK ] hip.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_8 5: [ OK ] hip.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_1_half 5: [ OK ] hip.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_2_half 5: [ OK ] hip.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] hip.deep_copy_assignable_types_rank_3_half 5: [ OK ] hip.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_0 5: [ OK ] hip.deep_copy_narrowing_rank_0 (8 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_1 5: [ OK ] hip.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_2 5: [ OK ] hip.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_3 5: [ OK ] hip.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_4 5: [ OK ] hip.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_5 5: [ OK ] hip.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_6 5: [ OK ] hip.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_7 5: [ OK ] hip.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] hip.deep_copy_narrowing_rank_8 5: [ OK ] hip.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] hip.deep_copy_alignment 5: [ OK ] hip.deep_copy_alignment (8 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 (16 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 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o 4: [ OK ] serial.repeated_team_reduce (4563 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 (79 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (27 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (2 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (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 (0 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (0 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (1 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (3 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (1 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (1153 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 [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o 31: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (8909 ms) 31: [----------] 2 tests from openmp_DeathTest (9624 ms total) 31: 31: [----------] 70 tests from openmp 31: [ RUN ] openmp.bitset 31: [ OK ] openmp.bitset (626 ms) 31: [ RUN ] openmp.bitset_default_constructor_no_alloc 31: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 31: [ RUN ] openmp.dualview_combination 31: [ OK ] openmp.dualview_combination (0 ms) 31: [ RUN ] openmp.dualview_alloc 31: [ OK ] openmp.dualview_alloc (0 ms) 31: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 31: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 31: [ RUN ] openmp.dualview_combinations_without_init 31: [ OK ] openmp.dualview_combinations_without_init (0 ms) 31: [ RUN ] openmp.dualview_deep_copy 31: [ OK ] openmp.dualview_deep_copy (0 ms) 31: [ RUN ] openmp.dualview_sync_should_fence 31: [ OK ] openmp.dualview_sync_should_fence (1 ms) 31: [ RUN ] openmp.dualview_realloc 31: [ OK ] openmp.dualview_realloc (0 ms) 31: [ RUN ] openmp.dualview_resize 31: [ OK ] openmp.dualview_resize (0 ms) 31: [ RUN ] openmp.dualview_device_correct_kokkos_device 31: [ OK ] openmp.dualview_device_correct_kokkos_device (0 ms) 31: [ RUN ] openmp.dualview_host_correct_kokkos_device 31: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 31: [ RUN ] openmp.dualview_host_modify_template_device_sync 31: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 31: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 31: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 31: [ RUN ] openmp.dualview_device_modify_template_host_sync 31: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 31: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 31: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 31: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 31: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 31: [ RUN ] openmp.dualview_template_views_return_correct_views_from_const_dual_view 31: [ OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 31: [ RUN ] openmp.dualview_sequential_host_init 31: [ OK ] openmp.dualview_sequential_host_init (0 ms) 31: [ RUN ] openmp.dualview_default_constructed 31: [ OK ] openmp.dualview_default_constructed (0 ms) 31: [ RUN ] openmp.dualview_resize_single_device 31: [ OK ] openmp.dualview_resize_single_device (0 ms) 31: [ RUN ] openmp.dynamic_view 31: [ OK ] openmp.dynamic_view (15 ms) 31: [ RUN ] openmp.dyn_rank_view_api_generic 31: [ OK ] openmp.dyn_rank_view_api_generic (32 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-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 31: skipping since not default execution space 31: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 31: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 31: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 31: [ RUN ] openmp.dyn_rank_view_ctor_from_members 31: [ OK ] openmp.dyn_rank_view_ctor_from_members (0 ms) 31: [ RUN ] openmp.dyn_rank_view_layout_member 31: [ OK ] openmp.dyn_rank_view_layout_member (0 ms) 31: [ RUN ] openmp.dyn_rank_view_team_scratch 31: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 31: [ RUN ] openmp.ErrorReporterViaLambda 31: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 31: [ RUN ] openmp.ErrorReporter 31: [ OK ] openmp.ErrorReporter (0 ms) 31: [ RUN ] openmp.offsetview_construction 31: [ OK ] openmp.offsetview_construction (66 ms) 31: [ RUN ] openmp.offsetview_unmanaged_construction 31: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 31: [ RUN ] openmp.offsetview_subview 31: [ OK ] openmp.offsetview_subview (5 ms) 31: [ RUN ] openmp.offsetview_offsets_rank1 31: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 31: [ RUN ] openmp.offsetview_offsets_rank2 31: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 31: [ RUN ] openmp.offsetview_offsets_rank3 31: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 31: [ RUN ] openmp.scatterview 4: [ OK ] serial.view_fill_tests_layout_right (2527 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (1904 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 (54 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (49 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (51 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (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 (3 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (108 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-8324/core/unit_test/TestWithoutInitializing.hpp:305: Skipped 4: skipping since the fence checked for isn't necessary 4: [ SKIPPED ] serial.view_allocation_int (0 ms) 4: [ RUN ] serial.view_allocation_exec_space_int 4: [ OK ] serial.view_allocation_exec_space_int (0 ms) 4: [ RUN ] serial.view_not_default_constructible 4: [ OK ] serial.view_not_default_constructible (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_left 4: [ OK ] serial.view_subview_auto_1d_left (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_right 4: [ OK ] serial.view_subview_auto_1d_right (0 ms) 4: [ RUN ] serial.view_subview_auto_1d_stride 4: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] serial.view_subview_assign_strided 4: [ OK ] serial.view_subview_assign_strided (0 ms) 4: [ RUN ] serial.view_subview_left_0 4: [ OK ] serial.view_subview_left_0 (0 ms) 4: [ RUN ] serial.view_subview_left_1 4: [ OK ] serial.view_subview_left_1 (0 ms) 4: [ RUN ] serial.view_subview_left_2 4: [ OK ] serial.view_subview_left_2 (0 ms) 4: [ RUN ] serial.view_subview_left_3 4: [ OK ] serial.view_subview_left_3 (0 ms) 4: [ RUN ] serial.view_subview_right_0 4: [ OK ] serial.view_subview_right_0 (0 ms) 4: [ RUN ] serial.view_subview_right_1 4: [ OK ] serial.view_subview_right_1 (0 ms) 4: [ RUN ] serial.view_subview_right_3 4: [ OK ] serial.view_subview_right_3 (0 ms) 4: [ RUN ] serial.view_static_tests 4: [ OK ] serial.view_static_tests (0 ms) 4: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 4: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 4: [ RUN ] serial.view_subview_layoutright_to_layoutright 4: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] serial.view_subview_1d_assign 4: [ OK ] serial.view_subview_1d_assign (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_atomic 4: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 4: [ RUN ] serial.view_subview_1d_assign_randomaccess 4: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 4: [ RUN ] serial.view_subview_2d_from_3d 4: [ OK ] serial.view_subview_2d_from_3d (2 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (2 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (27 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (28 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 (150 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (147 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (148 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 132 tests from serial (11909 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 138 tests from 2 test suites ran. (12942 ms total) 4: [ PASSED ] 134 tests. 4: [ SKIPPED ] 4 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/55 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 13.14 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenMPTarget 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget 5: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 5: Test timeout computed to be: 1500 5: [ OK ] hip.exec_space_thread_safety_range (9746 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange 5: [==========] Running 312 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 15 tests from openmptarget_DeathTest 5: [ RUN ] openmptarget_DeathTest.abort_from_host 5: [ OK ] openmptarget_DeathTest.abort_from_host (354 ms) 5: [ RUN ] openmptarget_DeathTest.abort_from_device [ 70%] Linking CXX executable Kokkos_ContainersTestCompileOnly 5: [ OK ] hip.exec_space_thread_safety_mdrange (968 ms) 5: [ RUN ] hip.exec_space_thread_safety_team_policy 5: [ OK ] hip.exec_space_thread_safety_team_policy (966 ms) 5: [ RUN ] hip.exec_space_thread_safety_range_reduce 31: [ OK ] openmp.scatterview (5572 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 5: [ OK ] openmptarget_DeathTest.abort_from_device (1805 ms) 5: [ RUN ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort (371 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_invalid_bounds 5: [ OK ] openmptarget_DeathTest.range_policy_invalid_bounds (12 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] openmptarget_DeathTest.range_policy_round_trip_conversion_fires (1 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_check_sign_changes 5: [ OK ] openmptarget_DeathTest.range_policy_check_sign_changes (4 ms) 5: [ RUN ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 5: [ RUN ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] hip.exec_space_thread_safety_range_reduce (986 ms) 5: [ RUN ] hip.exec_space_thread_safety_mdrange_reduce 5: [ OK ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (360 ms) 5: [ RUN ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:119: Skipped 5: skipping because OpenMPTarget backend is currently not able to abort from the device 5: [ SKIPPED ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment 5: [ OK ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_host 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 5: [ OK ] hip.exec_space_thread_safety_range_scan (966 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 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 5: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (632 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2055 ms) 5: [ RUN ] hip.local_deepcopy_teampolicy_layoutright [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o 31: [ OK ] openmp.UnorderedMap_insert (6530 ms) 31: [ RUN ] openmp.UnorderedMap_failed_insert 5: [ OK ] hip.local_deepcopy_teampolicy_layoutright (591 ms) 5: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright 5: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1437 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 (19 ms) 5: [ RUN ] hip.mathematical_functions_hyperbolic_functions 5: [ OK ] hip.mathematical_functions_hyperbolic_functions (2 ms) 5: [ RUN ] hip.mathematical_functions_non_standard 5: [ OK ] hip.mathematical_functions_non_standard (0 ms) 5: [ RUN ] hip.mathematical_functions_power_functions 5: [ OK ] hip.mathematical_functions_power_functions (17 ms) 5: [ RUN ] hip.mathematical_functions_fma 5: [ OK ] hip.mathematical_functions_fma (0 ms) 5: [ RUN ] hip.mathematical_functions_fmax_fmin 5: [ OK ] hip.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 5: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 5: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] hip.mathematical_functions_absolute_value 5: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 5: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] hip.mathematical_functions_remainder_function 5: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] hip.mathematical_functions_isfinite 5: [ OK ] hip.mathematical_functions_isfinite (0 ms) 5: [ RUN ] hip.mathematical_functions_isinf 5: [ OK ] hip.mathematical_functions_isinf (0 ms) 5: [ RUN ] hip.mathematical_functions_isnan 5: [ OK ] hip.mathematical_functions_isnan (0 ms) 5: [ RUN ] hip.mathematical_functions_impl_half_fallback 5: [ OK ] hip.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] hip.mathematical_functions_nextafter_fp16 5: [ OK ] hip.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] hip.mathematical_functions_exponential_functions 5: [ OK ] hip.mathematical_functions_exponential_functions (9 ms) 5: [ RUN ] hip.mathspecialfunc_expint1 5: [ OK ] hip.mathspecialfunc_expint1 (4 ms) 5: [ RUN ] hip.mathspecialfunc_errorfunc 5: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj0y0 5: [ OK ] hip.mathspecialfunc_cbesselj0y0 (26 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselj1y1 5: [ OK ] hip.mathspecialfunc_cbesselj1y1 (27 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli0k0 5: [ OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] hip.mathspecialfunc_cbesseli1k1 5: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMathematicalSpecialFunctions.hpp:1975: Skipped 5: skipping since test is known to fail on MI100 and for some versions of ROCm 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 5: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 5: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] hip.mdrange_5d 5: [ OK ] hip.mdrange_5d (127 ms) 5: [ RUN ] hip.mdrange_6d 5: [ OK ] hip.mdrange_6d (207 ms) 5: [ RUN ] hip.mdrange_2d 5: [ OK ] hip.mdrange_2d (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 (58 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 31: [ OK ] openmp.UnorderedMap_failed_insert (4510 ms) 31: [ RUN ] openmp.UnorderedMap_deep_copy 31: [ OK ] openmp.UnorderedMap_deep_copy (5 ms) 31: [ RUN ] openmp.UnorderedMap_valid_empty 31: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 31: [ RUN ] openmp.UnorderedMap_clear_zero_size 31: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 31: [ RUN ] openmp.UnorderedMap_consistent_size 31: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 31: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 31: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 31: [ RUN ] openmp.UnorderedMap_lambda_capturable 31: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 31: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 31: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 31: [ RUN ] openmp.UnorderedMap_View_as_value 31: [ OK ] openmp.UnorderedMap_View_as_value (0 ms) 31: [ RUN ] openmp.viewctorprop_embedded_dim 31: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 31: [----------] 70 tests from openmp (17386 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 72 tests from 2 test suites ran. (27011 ms total) 31: [ PASSED ] 71 tests. 31: [ SKIPPED ] 1 test, listed below: 31: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 31/56 Test #31: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 27.36 sec test 32 Start 32: Kokkos_ContainersUnitTest_Cuda 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 32: Test timeout computed to be: 1500 32: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 32: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 32: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 32: For unit testing set OMP_PROC_BIND=false 32: 32: [==========] Running 72 tests from 2 test suites. 32: [----------] Global test environment set-up. 32: [----------] 2 tests from cuda_DeathTest 32: [ RUN ] cuda_DeathTest.dualview_external_view_construction 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDualView.hpp:586: Skipped 32: test only relevant if DualView uses one allocation 32: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms) 32: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction [ 70%] Built target Kokkos_ContainersTestCompileOnly [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o 5: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3254 ms) 5: [ RUN ] hip.mdspan_minimal_functional 5: [ OK ] hip.mdspan_minimal_functional (0 ms) 5: [ RUN ] hip.mdspan_atomic_accessor 5: [ OK ] hip.mdspan_atomic_accessor (0 ms) 5: [ RUN ] hip.view_mdspan_conversion 5: [ OK ] hip.view_mdspan_conversion (6 ms) 5: [ RUN ] hip.view_mdspan_conversion_with_stride 5: [ OK ] hip.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] hip.max 5: [ OK ] hip.max (0 ms) 5: [ RUN ] hip.max_within_parfor 5: [ OK ] hip.max_within_parfor (0 ms) 5: [ RUN ] hip.min 5: [ OK ] hip.min (0 ms) 5: [ RUN ] hip.min_within_parfor 5: [ OK ] hip.min_within_parfor (0 ms) 5: [ RUN ] hip.minmax 5: [ OK ] hip.minmax (0 ms) 5: [ RUN ] hip.minmax_within_parfor 5: [ OK ] hip.minmax_within_parfor (0 ms) 5: [ RUN ] hip.clamp 5: [ OK ] hip.clamp (0 ms) 5: [ RUN ] hip.clamp_within_parfor 5: [ OK ] hip.clamp_within_parfor (0 ms) 5: [ RUN ] hip.numeric_traits_infinity 5: [ OK ] hip.numeric_traits_infinity (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 (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 (53 ms) 5: [ RUN ] hip.kokkos_printf 5: [ OK ] hip.kokkos_printf (0 ms) 5: [ RUN ] hip.range_for 5: [ OK ] hip.range_for (2 ms) 5: [ RUN ] hip.range_reduce 5: [ OK ] hip.range_reduce (1 ms) 5: [ RUN ] hip.range_dynamic_policy 5: [ OK ] hip.range_dynamic_policy (0 ms) 5: [ RUN ] hip.large_parallel_for_reduce 5: [ OK ] hip.large_parallel_for_reduce (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 (10 ms) 5: [ RUN ] hip.reducers_double 5: [ OK ] hip.reducers_double (9 ms) 5: [ RUN ] hip.reducers_complex_double 5: [ OK ] hip.reducers_complex_double (9 ms) 5: [ RUN ] hip.reducers_struct 5: [ OK ] hip.reducers_struct (5 ms) 5: [ RUN ] hip.reducers_half_t 5: [ OK ] hip.reducers_half_t (7 ms) 5: [ RUN ] hip.reducers_bhalf_t 5: [ OK ] hip.reducers_bhalf_t (6 ms) 5: [ RUN ] hip.reducers_int8_t 5: [ OK ] hip.reducers_int8_t (6 ms) 5: [ RUN ] hip.reducers_int16_t 5: [ OK ] hip.reducers_int16_t (6 ms) 5: [ RUN ] hip.reducers_bool 5: [ OK ] hip.reducers_bool (1 ms) 5: [ RUN ] hip.int64_t_reduce 5: [ OK ] hip.int64_t_reduce (25 ms) 5: [ RUN ] hip.double_reduce 5: [ OK ] hip.double_reduce (22 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic 5: [ OK ] hip.int64_t_reduce_dynamic (28 ms) 5: [ RUN ] hip.double_reduce_dynamic 5: [ OK ] hip.double_reduce_dynamic (28 ms) 5: [ RUN ] hip.int64_t_reduce_dynamic_view 5: [ OK ] hip.int64_t_reduce_dynamic_view (8 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 [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 31: Test_Atomic/100000/iterations:10 3.52 s 3.50 s 10 1 4 2.56863m 1.87532m 56.01u 704.983M 181.752k 704.983M 32: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (9392 ms) 32: [----------] 2 tests from cuda_DeathTest (9392 ms total) 32: 32: [----------] 70 tests from cuda 32: [ RUN ] cuda.bitset 32: [ OK ] cuda.bitset (24 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 (25 ms) 32: [ RUN ] cuda.dualview_alloc 32: [ OK ] cuda.dualview_alloc (0 ms) 32: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 32: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 32: [ RUN ] cuda.dualview_combinations_without_init 32: [ OK ] cuda.dualview_combinations_without_init (0 ms) 32: [ RUN ] cuda.dualview_deep_copy 32: [ OK ] cuda.dualview_deep_copy (1 ms) 32: [ RUN ] cuda.dualview_sync_should_fence 32: [ OK ] cuda.dualview_sync_should_fence (1 ms) 32: [ RUN ] cuda.dualview_realloc 32: [ OK ] cuda.dualview_realloc (0 ms) 32: [ RUN ] cuda.dualview_resize 32: [ OK ] cuda.dualview_resize (1 ms) 32: [ RUN ] cuda.dualview_device_correct_kokkos_device 32: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 32: [ RUN ] cuda.dualview_host_correct_kokkos_device 32: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 32: [ RUN ] cuda.dualview_host_modify_template_device_sync 32: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 32: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 32: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 32: [ RUN ] cuda.dualview_device_modify_template_host_sync 32: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 32: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 32: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 32: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 32: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 32: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 32: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 32: [ RUN ] cuda.dualview_sequential_host_init 32: [ OK ] cuda.dualview_sequential_host_init (0 ms) 32: [ RUN ] cuda.dualview_default_constructed 32: [ OK ] cuda.dualview_default_constructed (0 ms) 32: [ RUN ] cuda.dualview_resize_single_device 32: [ OK ] cuda.dualview_resize_single_device (0 ms) 32: [ RUN ] cuda.dynamic_view 32: [ OK ] cuda.dynamic_view (18 ms) 32: [ RUN ] cuda.dyn_rank_view_api_generic 32: [ OK ] cuda.dyn_rank_view_api_generic (52 ms) 32: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 32: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (4 ms) 32: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 32: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 32: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 32: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 32: [ RUN ] cuda.dyn_rank_view_ctor_from_members 32: [ OK ] cuda.dyn_rank_view_ctor_from_members (0 ms) 32: [ RUN ] cuda.dyn_rank_view_layout_member 32: [ OK ] cuda.dyn_rank_view_layout_member (0 ms) 32: [ RUN ] cuda.dyn_rank_view_team_scratch 32: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 32: [ RUN ] cuda.ErrorReporterViaLambda 32: [ OK ] cuda.ErrorReporterViaLambda (3 ms) 32: [ RUN ] cuda.ErrorReporter 32: [ OK ] cuda.ErrorReporter (0 ms) 32: [ RUN ] cuda.offsetview_construction 32: [ OK ] cuda.offsetview_construction (5 ms) 32: [ RUN ] cuda.offsetview_unmanaged_construction 32: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 32: [ RUN ] cuda.offsetview_subview 32: [ OK ] cuda.offsetview_subview (0 ms) 32: [ RUN ] cuda.offsetview_offsets_rank1 32: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 32: [ RUN ] cuda.offsetview_offsets_rank2 32: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 32: [ RUN ] cuda.offsetview_offsets_rank3 32: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 32: [ RUN ] cuda.scatterview 32: [ OK ] cuda.scatterview (665 ms) 32: [ RUN ] cuda.scatterview_devicetype 32: [ OK ] cuda.scatterview_devicetype (23 ms) 32: [ RUN ] cuda.resize_realloc_no_init_dualview 32: [ OK ] cuda.resize_realloc_no_init_dualview (1 ms) 32: [ RUN ] cuda.resize_realloc_no_alloc_dualview 32: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 32: [ RUN ] cuda.resize_exec_space_dualview 32: [ OK ] cuda.resize_exec_space_dualview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_dualview 32: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_init_dynrankview 32: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 32: [ RUN ] cuda.resize_exec_space_dynrankview 32: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_dynrankview 32: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_init_scatterview 32: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 32: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 32: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 32: [ RUN ] cuda.resize_exec_space_scatterview 32: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 32: [ RUN ] cuda.realloc_exec_space_scatterview 32: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynrankview 32: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 32: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 32: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_offsetview 32: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 32: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 32: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynamicview 32: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 32: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 32: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 32: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 32: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 32: [ RUN ] cuda.UnorderedMap_insert [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o 32: [ OK ] cuda.UnorderedMap_insert (2879 ms) 32: [ RUN ] cuda.UnorderedMap_failed_insert 32: [ OK ] cuda.UnorderedMap_failed_insert (1030 ms) 32: [ RUN ] cuda.UnorderedMap_deep_copy 32: [ OK ] cuda.UnorderedMap_deep_copy (5 ms) 32: [ RUN ] cuda.UnorderedMap_valid_empty 32: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 32: [ RUN ] cuda.UnorderedMap_clear_zero_size 32: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 32: [ RUN ] cuda.UnorderedMap_consistent_size 32: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 32: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 32: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 32: [ RUN ] cuda.UnorderedMap_lambda_capturable 32: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 32: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 32: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 32: [ RUN ] cuda.UnorderedMap_View_as_value 32: [ OK ] cuda.UnorderedMap_View_as_value (0 ms) 32: [ RUN ] cuda.viewctorprop_embedded_dim 32: [ OK ] cuda.viewctorprop_embedded_dim (1 ms) 32: [----------] 70 tests from cuda (4763 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 72 tests from 2 test suites ran. (14156 ms total) 32: [ PASSED ] 71 tests. 32: [ SKIPPED ] 1 test, listed below: 32: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction 32/56 Test #32: Kokkos_ContainersUnitTest_Cuda ............................. Passed 14.61 sec test 33 Start 33: Kokkos_ContainersPerformanceTest_OpenMP 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 33: Test timeout computed to be: 1500 33: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 33: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 33: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 33: For unit testing set OMP_PROC_BIND=false 33: 33: [==========] Running 5 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 5 tests from TEST_CATEGORY 33: [ RUN ] TEST_CATEGORY.dynrankview_perf 33: OpenMP 33: DynRankView vs View: Initialization Only 33: View time (init only): 0.0464662 33: View sum computation time: 0.0464662 33: Strided View time (init only): 0.046609 33: View Rank7 time (init only): 0.0777381 33: DynRankView time (init only): 0.082651 33: DynRankView sum computation time: 0.145433 33: Ratio of View to DynRankView time: 0.562198 33: Ratio of View to DynRankView sum computation time: 0.4502 33: Ratio of View to View Rank7 time: 0.597728 33: Ratio of StrideView to DynRankView time: 0.563925 33: Ratio of DynRankView to View Rank7 time: 1.0632 33: [ OK ] TEST_CATEGORY.dynrankview_perf (502 ms) 33: [ RUN ] TEST_CATEGORY.global_2_local 33: OpenMP 33: size, create, generate, fill, find 33: 256, 0.000130922, 1.445e-05, 6.3711e-05, 0.0012689 33: 512, 5.6991e-05, 9.76e-06, 6.8411e-05, 0.00138969 33: 1024, 5.9952e-05, 1.122e-05, 0.000104342, 0.0018299 33: 2048, 7.0141e-05, 1.263e-05, 0.000174692, 0.00263403 33: 4096, 0.000158012, 2.432e-05, 0.000321825, 0.00414018 33: 8192, 0.000264984, 2.2431e-05, 0.00062897, 0.00717585 33: 16384, 0.000371975, 2.9222e-05, 0.00122884, 0.0129488 33: 32768, 0.000527749, 5.299e-05, 0.0024239, 0.0261192 33: 65536, 0.000852173, 0.000108342, 0.00487541, 0.0655088 33: 131072, 0.00158164, 0.000198523, 0.00978506, 0.112917 33: 262144, 0.00292355, 0.000342045, 0.0196217, 0.256937 33: 524288, 0.00698437, 0.00063319, 0.039056, 0.590368 33: 1048576, 0.0121873, 0.00124556, 0.075614, 1.97351 [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 33: 2097152, 0.0239162, 0.00248115, 0.149959, 6.76671 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o 5: [ OK ] hip.reduce_device_view_range_policy (26583 ms) 5: [ RUN ] hip.reduce_device_view_mdrange_policy [ 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_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 72%] Linking CXX executable Kokkos_UnitTest_Random [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A 33: 4194304, 0.0407785, 0.00487049, 0.302572, 15.0811 33: [ OK ] TEST_CATEGORY.global_2_local (25616 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 5: [ OK ] openmptarget_DeathTest.view_memory_access_violations_from_host (51873 ms) 5: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_device 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:184: Skipped 5: skipping because OpenMPTarget backend is currently not able to abort from the device 5: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_subview_wrong_extents 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openmptarget_DeathTest.view_subview_wrong_extents (0 ms) 5: [ RUN ] openmptarget_DeathTest.view_subview_constructor_layout_compatibility [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o 33: ScatterView data-duplicated test: 33: num_threads 15 33: hand-coded test took 0.498973 seconds 33: test took 0.590061 seconds 33: num_threads 15 33: hand-coded test took 0.498218 seconds 33: test took 0.599709 seconds 33: num_threads 15 33: hand-coded test took 0.487986 seconds 33: test took 0.587643 seconds 33: num_threads 15 33: hand-coded test took 0.489702 seconds 33: test took 0.587889 seconds 33: num_threads 15 33: hand-coded test took 0.489884 seconds 33: test took 0.597885 seconds 33: [ OK ] TEST_CATEGORY.scatter_view (5565 ms) 33: [----------] 5 tests from TEST_CATEGORY (31684 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 5 tests from 1 test suite ran. (31684 ms total) 33: [ PASSED ] 5 tests. 33/56 Test #33: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 32.04 sec test 34 Start 34: Kokkos_ContainersPerformanceTest_Cuda 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 34: Test timeout computed to be: 1500 34: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 34: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 34: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 34: For unit testing set OMP_PROC_BIND=false 34: 34: [==========] Running 4 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 4 tests from TEST_CATEGORY 34: [ RUN ] TEST_CATEGORY.dynrankview_perf 34: Cuda 34: DynRankView vs View: Initialization Only 34: View time (init only): 0.00854598 34: View sum computation time: 0.00854598 34: Strided View time (init only): 0.00155362 34: View Rank7 time (init only): 0.00158123 34: DynRankView time (init only): 0.0015983 34: DynRankView sum computation time: 0.00266783 34: Ratio of View to DynRankView time: 5.3469 34: Ratio of View to DynRankView sum computation time: 0.945048 34: Ratio of View to View Rank7 time: 5.40463 34: Ratio of StrideView to DynRankView time: 0.972044 34: Ratio of DynRankView to View Rank7 time: 1.0108 34: [ OK ] TEST_CATEGORY.dynrankview_perf (83 ms) 34: [ RUN ] TEST_CATEGORY.global_2_local 34: Cuda 34: size, create, generate, fill, find 34: 256, 0.000356856, 4.3872e-05, 0.000251905, 0.00269904 34: 512, 0.000186274, 1.535e-05, 3.5389e-05, 0.00266571 34: 1024, 0.000185123, 1.41e-05, 3.643e-05, 0.00275068 34: 2048, 0.000183483, 1.444e-05, 3.7511e-05, 0.00278525 34: 4096, 0.000183083, 1.457e-05, 4.1259e-05, 0.00285513 34: 8192, 0.000193052, 1.4912e-05, 3.835e-05, 0.00281775 34: 16384, 0.000211903, 1.589e-05, 4.6641e-05, 0.00299909 34: 32768, 0.000200933, 1.522e-05, 5.1941e-05, 0.00322145 34: 65536, 0.000200093, 1.526e-05, 7.3081e-05, 0.00368616 34: 131072, 0.000201712, 1.567e-05, 0.000104902, 0.0048675 34: 262144, 0.000214043, 1.719e-05, 0.000191404, 0.00674706 34: 524288, 0.000238843, 2.0491e-05, 0.000323435, 0.0107779 34: 1048576, 0.000751352, 2.685e-05, 0.000681331, 0.0238565 34: 2097152, 0.00112063, 3.0841e-05, 0.00143991, 0.0657361 34: 4194304, 0.00202766, 6.1941e-05, 0.00329721, 0.153469 34: [ OK ] TEST_CATEGORY.global_2_local (307 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 34: [----------] 4 tests from TEST_CATEGORY (390 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 4 tests from 1 test suite ran. (390 ms total) 34: [ PASSED ] 4 tests. 34/56 Test #34: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.76 sec test 35 Start 35: Kokkos_UnitTest_Sort 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 35: Test timeout computed to be: 1500 35: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 35: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 35: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 35: For unit testing set OMP_PROC_BIND=false 35: 35: [==========] Running 17 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 1 test from cuda_DeathTest 35: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues 5: [ OK ] openmptarget_DeathTest.view_subview_constructor_layout_compatibility (5763 ms) 5: [----------] 15 tests from openmptarget_DeathTest (60552 ms total) 5: 5: [----------] 1 test from openmptarget_graph_DeathTest 5: [ RUN ] openmptarget_graph_DeathTest.can_instantiate_only_once 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] openmptarget_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from openmptarget_graph_DeathTest (0 ms total) 5: 5: [----------] 279 tests from openmptarget 5: [ RUN ] openmptarget.array_capacity 5: [ OK ] openmptarget.array_capacity (0 ms) 5: [ RUN ] openmptarget.array_element_access 5: [ OK ] openmptarget.array_element_access (0 ms) 5: [ RUN ] openmptarget.array_operator_equal 5: [ OK ] openmptarget.array_operator_equal (0 ms) 5: [ RUN ] openmptarget.array_zero_capacity 5: [ OK ] openmptarget.array_zero_capacity (0 ms) 5: [ RUN ] openmptarget.array_zero_data_nullptr 5: [ OK ] openmptarget.array_zero_data_nullptr (0 ms) 5: [ RUN ] openmptarget.array_contiguous_capacity 5: [ OK ] openmptarget.array_contiguous_capacity (0 ms) 5: [ RUN ] openmptarget.array_contiguous_element_access 5: [ OK ] openmptarget.array_contiguous_element_access (0 ms) 5: [ RUN ] openmptarget.array_contiguous_assignment 5: [ OK ] openmptarget.array_contiguous_assignment (0 ms) 5: [ RUN ] openmptarget.array_strided_capacity 5: [ OK ] openmptarget.array_strided_capacity (0 ms) 5: [ RUN ] openmptarget.array_strided_element_access 5: [ OK ] openmptarget.array_strided_element_access (0 ms) 5: [ RUN ] openmptarget.array_strided_assignment 5: [ OK ] openmptarget.array_strided_assignment (0 ms) 5: [ RUN ] openmptarget.atomic_operations_complexfloat 5: [ OK ] openmptarget.atomic_operations_complexfloat (17 ms) 5: [ RUN ] openmptarget.atomic_operations_double 5: [ OK ] openmptarget.atomic_operations_double (23 ms) 5: [ RUN ] openmptarget.atomic_operations_float 5: [ OK ] openmptarget.atomic_operations_float (23 ms) 5: [ RUN ] openmptarget.atomic_operations_int8 5: [ OK ] openmptarget.atomic_operations_int8 (54 ms) 5: [ RUN ] openmptarget.atomic_operations_int16 5: [ OK ] openmptarget.atomic_operations_int16 (52 ms) 5: [ RUN ] openmptarget.atomic_operations_int 5: [ OK ] openmptarget.atomic_operations_int (48 ms) 5: [ RUN ] openmptarget.atomic_operations_long 5: [ OK ] openmptarget.atomic_operations_long (48 ms) 5: [ RUN ] openmptarget.atomic_operations_longlong 5: [ OK ] openmptarget.atomic_operations_longlong (50 ms) 5: [ RUN ] openmptarget.atomic_operations_unsigned 5: [ OK ] openmptarget.atomic_operations_unsigned (40 ms) 5: [ RUN ] openmptarget.atomic_operations_unsignedlong 5: [ OK ] openmptarget.atomic_operations_unsignedlong (40 ms) 5: [ RUN ] openmptarget.atomics 5: [ OK ] openmptarget.atomics (152 ms) 5: [ RUN ] openmptarget.atomics_tpetra_max_abs 5: [ OK ] openmptarget.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] openmptarget.atomic_views_integral 35: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (1648 ms) 35: [----------] 1 test from cuda_DeathTest (1648 ms total) 35: 35: [----------] 16 tests from cuda 35: [ RUN ] cuda.SortUnsignedValueType 35: [ OK ] cuda.SortUnsignedValueType (38 ms) 35: [ RUN ] cuda.SortEmptyView 35: [ OK ] cuda.SortEmptyView (0 ms) 35: [ RUN ] cuda.SortByKeyEmptyView 35: [ OK ] cuda.SortByKeyEmptyView (0 ms) 35: [ RUN ] cuda.SortByKeyEmptyViewHost 35: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 35: [ RUN ] cuda.SortByKey 35: [ OK ] cuda.SortByKey (5 ms) 35: [ RUN ] cuda.SortByKeyWithComparator 35: [ OK ] cuda.SortByKeyWithComparator (0 ms) 35: [ RUN ] cuda.SortByKeyStaticExtents 35: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 35: [ RUN ] cuda.SortByKeyWithStrides 35: [ OK ] cuda.SortByKeyWithStrides (0 ms) 35: [ RUN ] cuda.SortWithCustomComparator 35: [ OK ] cuda.SortWithCustomComparator (354 ms) 35: [ RUN ] cuda.BinSortGenericTests 35: [ OK ] cuda.BinSortGenericTests (23 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 [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 72%] Built target Kokkos_CoreUnitTest_Default [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 31: Test_Atomic/100000/iterations:10 4.08 s 4.07 s 10 1 8 2.64136m 1.82183m 116.41u 4.99995G 131.966k 4.99995G 5: [ OK ] hip.reduce_device_view_mdrange_policy (31589 ms) 5: [ RUN ] hip.reduce_device_view_team_policy [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] openmptarget.atomic_views_integral (14347 ms) 5: [ RUN ] openmptarget.atomic_views_nonintegral [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o 5: [ OK ] openmptarget.atomic_views_nonintegral (9946 ms) 5: [ RUN ] openmptarget.atomic_view_api 5: [ OK ] openmptarget.atomic_view_api (0 ms) 5: [ RUN ] openmptarget.bit_manip_countl_zero 5: [ OK ] openmptarget.bit_manip_countl_zero (0 ms) 5: [ RUN ] openmptarget.bit_manip_countl_one 5: [ OK ] openmptarget.bit_manip_countl_one (0 ms) 5: [ RUN ] openmptarget.bit_manip_countr_zero 5: [ OK ] openmptarget.bit_manip_countr_zero (0 ms) 5: [ RUN ] openmptarget.bit_manip_countr_one 5: [ OK ] openmptarget.bit_manip_countr_one (0 ms) 5: [ RUN ] openmptarget.bit_manip_popcount 5: [ OK ] openmptarget.bit_manip_popcount (0 ms) 5: [ RUN ] openmptarget.bit_manip_has_single_bit 5: [ OK ] openmptarget.bit_manip_has_single_bit (0 ms) 5: [ RUN ] openmptarget.bit_manip_bit_floor 5: [ OK ] openmptarget.bit_manip_bit_floor (0 ms) 5: [ RUN ] openmptarget.bit_manip_bit_ceil 5: [ OK ] openmptarget.bit_manip_bit_ceil (0 ms) 5: [ RUN ] openmptarget.bit_manip_bit_width 5: [ OK ] openmptarget.bit_manip_bit_width (0 ms) 5: [ RUN ] openmptarget.bit_manip_rotl 5: [ OK ] openmptarget.bit_manip_rotl (0 ms) 5: [ RUN ] openmptarget.bit_manip_rotr 5: [ OK ] openmptarget.bit_manip_rotr (0 ms) 5: [ RUN ] openmptarget.bit_manip_byeswap 5: [ OK ] openmptarget.bit_manip_byeswap (0 ms) 5: [ RUN ] openmptarget.bit_manip_bit_cast 5: [ OK ] openmptarget.bit_manip_bit_cast (0 ms) 5: [ RUN ] openmptarget.test_block_deduction_bug_pr_3103 5: [ OK ] openmptarget.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] openmptarget.checked_integer_operations_multiply_overflow 5: [ OK ] openmptarget.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] openmptarget.execution_policy_occupancy_and_hint 5: [ OK ] openmptarget.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] openmptarget.complex_construction 5: [ OK ] openmptarget.complex_construction (0 ms) 5: [ RUN ] openmptarget.complex_basic_math 5: [ OK ] openmptarget.complex_basic_math (0 ms) 5: [ RUN ] openmptarget.complex_special_funtions 5: [ OK ] openmptarget.complex_special_funtions (0 ms) 5: [ RUN ] openmptarget.complex_io 5: [ OK ] openmptarget.complex_io (0 ms) 5: [ RUN ] openmptarget.complex_trivially_copyable 5: [ OK ] openmptarget.complex_trivially_copyable (0 ms) 5: [ RUN ] openmptarget.complex_issue_3865 5: [ OK ] openmptarget.complex_issue_3865 (0 ms) 5: [ RUN ] openmptarget.complex_issue_3867 5: [ OK ] openmptarget.complex_issue_3867 (0 ms) 5: [ RUN ] openmptarget.complex_operations_arithmetic_types_overloads 5: [ OK ] openmptarget.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] openmptarget.complex_structured_bindings 5: [ OK ] openmptarget.complex_structured_bindings (0 ms) 5: [ RUN ] openmptarget.crs_count_fill 5: [ OK ] openmptarget.crs_count_fill (9 ms) 5: [ RUN ] openmptarget.crs_copy_constructor 5: [ OK ] openmptarget.crs_copy_constructor (36 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_0 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_0 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_1 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_2 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_3 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_4 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_5 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_6 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_7 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_8 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_1_half 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_2_half 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] openmptarget.deep_copy_assignable_types_rank_3_half 5: [ OK ] openmptarget.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_0 5: [ OK ] openmptarget.deep_copy_narrowing_rank_0 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_1 5: [ OK ] openmptarget.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_2 5: [ OK ] openmptarget.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_3 5: [ OK ] openmptarget.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_4 5: [ OK ] openmptarget.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_5 5: [ OK ] openmptarget.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_6 5: [ OK ] openmptarget.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_7 5: [ OK ] openmptarget.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] openmptarget.deep_copy_narrowing_rank_8 5: [ OK ] openmptarget.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] openmptarget.deep_copy_alignment 5: [ OK ] openmptarget.deep_copy_alignment (6 ms) 5: [ RUN ] openmptarget.deep_copy_conversion 5: [ OK ] openmptarget.deep_copy_conversion (162 ms) 5: [ RUN ] openmptarget.partitioning_by_args 5: [ OK ] openmptarget.partitioning_by_args (1 ms) 5: [ RUN ] openmptarget.partitioning_by_args_with_structured_bindings 5: [ OK ] openmptarget.partitioning_by_args_with_structured_bindings (0 ms) 5: [ RUN ] openmptarget.partitioning_by_vector 5: [ OK ] openmptarget.partitioning_by_vector (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_range 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:109: Skipped 5: skipping since test is known to fail for OpenMPTarget 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_range (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_mdrange 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:156: Skipped 5: skipping since test is known to fail for OpenMPTarget 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_mdrange (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_team_policy 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:206: Skipped 5: skipping for OpenMPTarget since the test is designed to run with vector_length=1 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_range_reduce [ 72%] Built target Kokkos_UnitTest_Random [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 5: [ OK ] openmptarget.exec_space_thread_safety_range_reduce (6764 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_mdrange_reduce [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o 5: [ OK ] openmptarget.exec_space_thread_safety_mdrange_reduce (6555 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_team_policy_reduce 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:344: Skipped 5: skipping for OpenMPTarget since the test is designed to run with vector_length=1 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy_reduce (0 ms) 5: [ RUN ] openmptarget.exec_space_thread_safety_range_scan [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] hip.reduce_device_view_team_policy (28007 ms) 5: [ RUN ] hip.impl_shared_alloc 5: [ OK ] hip.impl_shared_alloc (119 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 (12 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 (62 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 (36 ms) 5: [ RUN ] hip.ThreadVectorMDRangeParallelFor 5: [ OK ] hip.ThreadVectorMDRangeParallelFor (8 ms) 5: [ RUN ] hip.TeamVectorMDRangeParallelFor 5: [ OK ] hip.TeamVectorMDRangeParallelFor (9 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 (1601 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 (80 ms) 5: [ RUN ] hip.team_scan_ret_val 5: [ OK ] hip.team_scan_ret_val (74 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.timer 5: [ OK ] hip.timer (20 ms) 5: [ RUN ] hip.unique_token_global 5: [ OK ] hip.unique_token_global (25 ms) 5: [ RUN ] hip.unique_token_instance 5: [ OK ] hip.unique_token_instance (16 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 (4 ms) 5: [ RUN ] hip.view_api_d 5: [ OK ] hip.view_api_d (2 ms) 5: [ RUN ] hip.view_remap 5: [ OK ] hip.view_remap (0 ms) 5: [ RUN ] hip.view_mirror_nonconst 5: [ OK ] hip.view_mirror_nonconst (0 ms) 5: [ RUN ] hip.view_stride_method 5: [ OK ] hip.view_stride_method (0 ms) 5: [ RUN ] hip.anonymous_space 5: [ OK ] hip.anonymous_space (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 (3 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 (37 ms) 5: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (35 ms) 5: [ RUN ] hip.view_mapping 5: [ OK ] hip.view_mapping (63 ms) 5: [ RUN ] hip.view_mapping_operator 5: [ OK ] hip.view_mapping_operator (20 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 5: [ OK ] openmptarget.exec_space_thread_safety_range_scan (7218 ms) 5: [ RUN ] openmptarget.functor_analysis 5: [ OK ] openmptarget.functor_analysis (0 ms) 5: [ RUN ] openmptarget.when_all_type 5: [ OK ] openmptarget.when_all_type (0 ms) 5: [ RUN ] openmptarget.graph_capture 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 5: The graph backend for OpenMPTarget does not support capture. 5: [ SKIPPED ] openmptarget.graph_capture (0 ms) 5: [ RUN ] openmptarget.graph_then 5: [ OK ] openmptarget.graph_then (0 ms) 5: [ RUN ] openmptarget.then_host 5: [ OK ] openmptarget.then_host (0 ms) 5: [ RUN ] openmptarget.mixed_then_host_device_nodes 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1280: Skipped 5: This test requires a shared space. 5: [ SKIPPED ] openmptarget.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] openmptarget.graph_then_tag 5: [ OK ] openmptarget.graph_then_tag (0 ms) 5: [ RUN ] openmptarget.host_shared_ptr_use_count 5: [ OK ] openmptarget.host_shared_ptr_use_count (0 ms) 5: [ RUN ] openmptarget.host_shared_ptr_get 5: [ OK ] openmptarget.host_shared_ptr_get (0 ms) 5: [ RUN ] openmptarget.host_shared_ptr_dereference_on_device 5: [ OK ] openmptarget.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] openmptarget.join_backward_compatibility 5: [ OK ] openmptarget.join_backward_compatibility (2 ms) 5: [ RUN ] openmptarget.mathematical_constants_e 5: [ OK ] openmptarget.mathematical_constants_e (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_log2e 5: [ OK ] openmptarget.mathematical_constants_log2e (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_log10e 5: [ OK ] openmptarget.mathematical_constants_log10e (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_pi 5: [ OK ] openmptarget.mathematical_constants_pi (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_inv_pi 5: [ OK ] openmptarget.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_inv_sqrtpi 5: [ OK ] openmptarget.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_ln2 5: [ OK ] openmptarget.mathematical_constants_ln2 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_ln10 5: [ OK ] openmptarget.mathematical_constants_ln10 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_sqrt2 5: [ OK ] openmptarget.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_sqrt3 5: [ OK ] openmptarget.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_inv_sqrt3 5: [ OK ] openmptarget.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_egamma 5: [ OK ] openmptarget.mathematical_constants_egamma (0 ms) 5: [ RUN ] openmptarget.mathematical_constants_phi 5: [ OK ] openmptarget.mathematical_constants_phi (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_trigonometric_functions 5: [ OK ] openmptarget.mathematical_functions_trigonometric_functions (7 ms) 5: [ RUN ] openmptarget.mathematical_functions_hyperbolic_functions 5: [ OK ] openmptarget.mathematical_functions_hyperbolic_functions (6 ms) 5: [ RUN ] openmptarget.mathematical_functions_non_standard 5: [ OK ] openmptarget.mathematical_functions_non_standard (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_power_functions 5: [ OK ] openmptarget.mathematical_functions_power_functions (3 ms) 5: [ RUN ] openmptarget.mathematical_functions_fma 5: [ OK ] openmptarget.mathematical_functions_fma (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_fmax_fmin 5: [ OK ] openmptarget.mathematical_functions_fmax_fmin (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_error_and_gamma_functions 5: [ OK ] openmptarget.mathematical_functions_error_and_gamma_functions (4 ms) 5: [ RUN ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations (5 ms) 5: [ RUN ] openmptarget.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] openmptarget.mathematical_functions_floating_point_manipulation_functions (2 ms) 5: [ RUN ] openmptarget.mathematical_functions_absolute_value 5: [ OK ] openmptarget.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_floating_point_absolute_value 5: [ OK ] openmptarget.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_remainder_function 5: [ OK ] openmptarget.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_isfinite 5: [ OK ] openmptarget.mathematical_functions_isfinite (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_isinf 5: [ OK ] openmptarget.mathematical_functions_isinf (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_isnan 5: [ OK ] openmptarget.mathematical_functions_isnan (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_impl_half_fallback 5: [ OK ] openmptarget.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_nextafter_fp16 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMathematicalFunctions.hpp:2013: Skipped 5: no 16-bit floating-point precision support 5: [ SKIPPED ] openmptarget.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] openmptarget.mathematical_functions_exponential_functions 5: [ OK ] openmptarget.mathematical_functions_exponential_functions (6 ms) 5: [ RUN ] openmptarget.mathspecialfunc_expint1 5: [ OK ] openmptarget.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselj0y0 5: [ OK ] openmptarget.mathspecialfunc_cbesselj0y0 (26 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselj1y1 5: [ OK ] openmptarget.mathspecialfunc_cbesselj1y1 (26 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesseli0k0 5: [ OK ] openmptarget.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesseli1k1 5: [ OK ] openmptarget.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselh1stkind 5: [ OK ] openmptarget.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] openmptarget.mathspecialfunc_cbesselh2ndkind 5: [ OK ] openmptarget.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] openmptarget.mdrange_5d 5: [ OK ] openmptarget.mdrange_5d (13 ms) 5: [ RUN ] openmptarget.mdrange_6d 5: [ OK ] openmptarget.mdrange_6d (8 ms) 5: [ RUN ] openmptarget.mdrange_2d 5: [ OK ] openmptarget.mdrange_2d (2 ms) 5: [ RUN ] openmptarget.mdrange_3d 5: [ OK ] openmptarget.mdrange_3d (5 ms) 5: [ RUN ] openmptarget.mdrange_4d 5: [ OK ] openmptarget.mdrange_4d (4 ms) 5: [ RUN ] openmptarget.mdrange_large_deep_copy 5: [ OK ] openmptarget.mdrange_large_deep_copy (76 ms) 5: [ RUN ] openmptarget.md_range_policy_construction_from_arrays 5: [ OK ] openmptarget.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] openmptarget.policy_get_tile_size 5: [ OK ] openmptarget.policy_get_tile_size (0 ms) 5: [ RUN ] openmptarget.mdrange_parallel_reduce_primitive_types 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 5: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 5: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types (0 ms) 5: [ RUN ] openmptarget.mdspan_minimal_functional 5: [ OK ] openmptarget.mdspan_minimal_functional (0 ms) 5: [ RUN ] openmptarget.mdspan_atomic_accessor 5: [ OK ] openmptarget.mdspan_atomic_accessor (0 ms) 5: [ RUN ] openmptarget.view_mdspan_conversion 5: [ OK ] openmptarget.view_mdspan_conversion (10 ms) 5: [ RUN ] openmptarget.view_mdspan_conversion_with_stride 5: [ OK ] openmptarget.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] openmptarget.numeric_traits_infinity 5: [ OK ] openmptarget.numeric_traits_infinity (0 ms) 5: [ RUN ] openmptarget.numeric_traits_epsilon 5: [ OK ] openmptarget.numeric_traits_epsilon (0 ms) 5: [ RUN ] openmptarget.numeric_traits_round_error 5: [ OK ] openmptarget.numeric_traits_round_error (0 ms) 5: [ RUN ] openmptarget.numeric_traits_norm_min 5: [ OK ] openmptarget.numeric_traits_norm_min (0 ms) 5: [ RUN ] openmptarget.numeric_traits_denorm_min 5: [ OK ] openmptarget.numeric_traits_denorm_min (0 ms) 5: [ RUN ] openmptarget.numeric_traits_finite_min_max 5: [ OK ] openmptarget.numeric_traits_finite_min_max (4 ms) 5: [ RUN ] openmptarget.numeric_traits_digits 5: [ OK ] openmptarget.numeric_traits_digits (2 ms) 5: [ RUN ] openmptarget.numeric_traits_digits10 5: [ OK ] openmptarget.numeric_traits_digits10 (2 ms) 5: [ RUN ] openmptarget.numeric_traits_max_digits10 5: [ OK ] openmptarget.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] openmptarget.numeric_traits_radix 5: [ OK ] openmptarget.numeric_traits_radix (2 ms) 5: [ RUN ] openmptarget.numeric_traits_min_max_exponent 5: [ OK ] openmptarget.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] openmptarget.numeric_traits_min_max_exponent10 5: [ OK ] openmptarget.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] openmptarget.numeric_traits_quiet_and_signaling_nan 5: [ OK ] openmptarget.numeric_traits_quiet_and_signaling_nan (1 ms) 5: [ RUN ] openmptarget.numeric_traits_sfinae_friendly 5: [ OK ] openmptarget.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] openmptarget.occupancy_control 5: [ OK ] openmptarget.occupancy_control (0 ms) 5: [ RUN ] openmptarget.parallel_scan_range_policy 5: [ OK ] openmptarget.parallel_scan_range_policy (267 ms) 5: [ RUN ] openmptarget.kokkos_printf 5: [ OK ] openmptarget.kokkos_printf (6 ms) 5: [ RUN ] openmptarget.range_for 5: [ OK ] openmptarget.range_for (1 ms) 5: [ RUN ] openmptarget.range_reduce 5: [ OK ] openmptarget.range_reduce (1 ms) 5: [ RUN ] openmptarget.large_parallel_for_reduce 5: [ OK ] openmptarget.large_parallel_for_reduce (142 ms) 5: [ RUN ] openmptarget.range_policy_runtime_parameters 5: [ OK ] openmptarget.range_policy_runtime_parameters (0 ms) 5: [ RUN ] openmptarget.range_policy_one_way_convertible_bounds 5: [ OK ] openmptarget.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] openmptarget.range_for_require 5: [ OK ] openmptarget.range_for_require (1 ms) 5: [ RUN ] openmptarget.range_reduce_require 5: [ OK ] openmptarget.range_reduce_require (0 ms) 5: [ RUN ] openmptarget.reducers_int 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestReducers_a.hpp:23: Skipped 5: Known to fail with OpenMPTarget and clang 17 5: [ SKIPPED ] openmptarget.reducers_int (0 ms) 5: [ RUN ] openmptarget.reducers_double 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestReducers_c.hpp:23: Skipped 5: skipping since this leads to illegal memory access on device 5: [ SKIPPED ] openmptarget.reducers_double (0 ms) 5: [ RUN ] openmptarget.reducers_bool 5: [ OK ] openmptarget.reducers_bool (0 ms) 5: [ RUN ] openmptarget.int64_t_reduce 5: [ OK ] openmptarget.int64_t_reduce (284 ms) 5: [ RUN ] openmptarget.double_reduce 5: [ OK ] hip.workgraph_fib (3270 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 5: [ OK ] openmptarget.double_reduce (285 ms) 5: [ RUN ] openmptarget.int64_t_reduce_dynamic 5: [ OK ] openmptarget.int64_t_reduce_dynamic (298 ms) 5: [ RUN ] openmptarget.double_reduce_dynamic 31: Test_Atomic/100000/iterations:10 4.09 s 4.08 s 10 1 8 2.75587m 2.04845m 123.94u 4.99995G 119.55k 4.99995G 5: [ OK ] openmptarget.double_reduce_dynamic (301 ms) 5: [ RUN ] openmptarget.int64_t_reduce_dynamic_view 5: [ OK ] openmptarget.int64_t_reduce_dynamic_view (45 ms) 5: [ RUN ] openmptarget.reduction_with_large_iteration_count [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o 5: [ OK ] openmptarget.reduction_with_large_iteration_count (10659 ms) 5: [ RUN ] openmptarget.reduction_identity_min_max_floating_point_types 5: [ OK ] openmptarget.reduction_identity_min_max_floating_point_types (1 ms) 5: [ RUN ] openmptarget.reduction_deduction 5: [ OK ] openmptarget.reduction_deduction (0 ms) 5: [ RUN ] openmptarget.reduce_device_view_range_policy [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o 35: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (56738 ms) 35: [ RUN ] cuda.NestedSort 35: [ OK ] cuda.NestedSort (127 ms) 35: [ RUN ] cuda.NestedSortByKey 35: [ OK ] cuda.NestedSortByKey (515 ms) 35: [----------] 16 tests from cuda (57806 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 17 tests from 2 test suites ran. (59455 ms total) 35: [ PASSED ] 17 tests. 35/56 Test #35: Kokkos_UnitTest_Sort ....................................... Passed 59.78 sec test 36 Start 36: Kokkos_UnitTest_Random 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 36: Test timeout computed to be: 1500 36: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 36: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 36: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 36: For unit testing set OMP_PROC_BIND=false 36: 36: [==========] Running 3 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 3 tests from cuda 36: [ RUN ] cuda.Random_XorShift64 36: Test Seed:1758642882684756543 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.0145285 -0.00189889 || 0.051031 27900 29340 || 28263.8 28674.4 || -26.2502 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0321163 0.00868576 || 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.00954222 0.0348449 || 0.051031 28062 29309 || 28403.4 28674.4 || 481.696 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0273951 0.00161456 || 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.0140066 -0.0403075 || 0.051031 28071 29292 || 29081.7 28674.4 || -557.211 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0128981 -0.0039302 || 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.0148664 -0.0220254 || 0.051031 27957 29313 || 29107.1 28674.4 || -304.48 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.00949609 -0.00612156 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000244611 -0.99999 -48248.5 || 0.051031 0 195038 || 2.92868e+09 28674.4 || -6.66987e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.000732685 -0.304844 0.162541 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195776 -0.999999 -57856.3 || 0.051031 0 1.55148e+06 || 2.86897e+10 28674.4 || -7.99806e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.00588331 -0.967816 10.2554 || 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.000205346 -0.00549808 || 0.051031 27999 29380 || 28668.5 28674.4 || -76.0054 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 7.18929e-07 -0.00257945 0.00731669 || 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.0125824 -0.00896513 || 0.051031 28046 29307 || 28318.1 28674.4 || -123.934 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.00800859 0.00463419 || 0.051031 1e+64 -1e+64 36: Test Seed:1758642882945054965 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 6.43252e-07 0.00264893 -0.0155023 || 0.051031 28045 29371 || 28598.6 28674.4 || -214.303 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.00943041 0.00212146 || 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.0144145 -0.00147621 || 0.051031 27931 29347 || 28266.9 28674.4 || -20.4071 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0123309 -0.00657897 || 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.00837025 0.0137615 || 0.051031 28117 29352 || 28436.4 28674.4 || 190.239 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.0153063 -0.00168216 || 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.00885335 -0.0271944 || 0.051031 28033 29377 || 28930.5 28674.4 || -375.935 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 -0.00211727 -0.0017286 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000244957 -0.99999 -48243.7 || 0.051031 0 194928 || 2.92817e+09 28674.4 || -6.66921e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.000733754 -0.318418 0.149264 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.0019587 -0.999999 -57857.1 || 0.051031 0 1.55165e+06 || 2.86911e+10 28674.4 || -7.99816e+08 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 0.00588593 -0.967852 10.2913 || 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.00925562 -0.00480846 || 0.051031 28021 29325 || 28411.4 28674.4 || -66.4722 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 7.34064e-07 0.000768067 0.00154788 || 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.00141079 -0.0026484 || 0.051031 27990 29421 || 28714.9 28674.4 || -36.6114 -2.0744 36: -- Testing 3-D histogram 36: Density 3D: 6.43252e-07 0.00284489 -0.00438952 || 0.051031 1e+64 -1e+64 36: [ OK ] cuda.Random_XorShift64 (466 ms) 36: [ RUN ] cuda.Random_XorShift1024_0 36: Test Seed:1758642883151193484 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.00852832 -0.00470415 || 0.051031 10947 11791 || 11280.8 11377 || -65.0302 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.0139673 -0.000477669 || 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.00257586 0.00446036 || 0.051031 10955 11813 || 11347.7 11377 || 61.66 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.0204293 -0.00258641 || 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.0132189 -3.54136e-05 || 0.051031 10995 11779 || 11529.4 11377 || -0.489557 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.00240836 -0.00215721 || 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.0364129 0.00502487 || 0.051031 10975 11837 || 11806.9 11377 || 69.4638 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.0145251 -0.00425946 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00024525 -0.999975 -7594.83 || 0.051031 0 77617 || 4.6105e+08 11377 || -1.04991e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.000735442 -0.156428 0.024444 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00195676 -0.999997 -9107.93 || 0.051031 0 616301 || 4.51713e+09 11377 || -1.25908e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.00588082 -0.922724 1.61857 || 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.0176488 0.0107415 || 0.051031 10946 11788 || 11179.7 11377 || 148.491 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 3.05176e-07 -0.000186473 -0.000720175 || 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.00456827 0.0117675 || 0.051031 10984 11766 || 11325.2 11377 || 162.674 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.000176546 0.000901989 || 0.051031 1e+64 -1e+64 36: Test Seed:1758642883338294673 36: Test Scalar=int 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 2.47955e-07 0.00259429 -0.0159692 || 0.051031 10974 11794 || 11347.5 11377 || -220.758 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.0357262 0.00428166 || 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.0109974 0.00854924 || 0.051031 11002 11797 || 11503.5 11377 || 118.185 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 -0.0100485 -0.0004922 || 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.0107628 0.00149581 || 0.051031 10958 11794 || 11255.8 11377 || 20.6781 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.0145694 -0.00249598 || 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.00152422 0.00803002 || 0.051031 10989 11773 || 11394.3 11377 || 111.007 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00840572 0.00338734 || 0.051031 1e+64 -1e+64 36: Test Scalar=half 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.000243399 -0.999975 -7595.33 || 0.051031 0 77611 || 4.61071e+08 11377 || -1.04998e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.000729769 -0.159071 0.0206964 || 0.051031 1e+64 -1e+64 36: Test Scalar=bhalf 36: -- Testing randomness properties 36: -- Testing 1-D histogram 36: Density 1D: 0.00196152 -0.999997 -9107.93 || 0.051031 0 616218 || 4.51671e+09 11377 || -1.25908e+08 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 0.0058957 -0.922606 1.60481 || 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.00619972 -0.0104176 || 0.051031 10940 11793 || 11447.9 11377 || -144.013 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 3.05176e-07 -0.00950758 -0.000928213 || 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.00915222 0.00137299 || 0.051031 10982 11758 || 11273.8 11377 || 18.9802 -0.823045 36: -- Testing 3-D histogram 36: Density 3D: 2.47955e-07 0.00665343 -0.00350041 || 0.051031 1e+64 -1e+64 36: [ OK ] cuda.Random_XorShift1024_0 (474 ms) 36: [ RUN ] cuda.Multi_streams 36: [ OK ] cuda.Multi_streams (2414 ms) 36: [----------] 3 tests from cuda (3355 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 3 tests from 1 test suite ran. (3355 ms total) 36: [ PASSED ] 3 tests. 36/56 Test #36: Kokkos_UnitTest_Random ..................................... Passed 3.70 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_A 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 37: Test timeout computed to be: 1500 37: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 37: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 37: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 37: For unit testing set OMP_PROC_BIND=false 37: 37: [==========] Running 16 tests from 4 test suites. 37: [----------] Global test environment set-up. 37: [----------] 1 test from std_algorithms_DeathTest 37: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 37: [ OK ] std_algorithms_DeathTest.expect_no_overlap (3977 ms) 37: [----------] 1 test from std_algorithms_DeathTest (3977 ms total) 37: 37: [----------] 3 tests from std_algorithms_reducers 37: [ RUN ] std_algorithms_reducers.max_first_loc 37: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 37: [ RUN ] std_algorithms_reducers.min_first_loc 37: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 37: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 37: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 37: [----------] 3 tests from std_algorithms_reducers (0 ms total) 37: 37: [----------] 1 test from std_algorithms 37: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 37: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 37: [----------] 1 test from std_algorithms (0 ms total) 37: 37: [----------] 11 tests from random_access_iterator_test 37: [ RUN ] random_access_iterator_test.constructor 37: [ OK ] random_access_iterator_test.constructor (6 ms) 37: [ RUN ] random_access_iterator_test.constructiblity 37: [ OK ] random_access_iterator_test.constructiblity (0 ms) 37: [ RUN ] random_access_iterator_test.dereference 37: [ OK ] random_access_iterator_test.dereference (0 ms) 37: [ RUN ] random_access_iterator_test.subscript_operator 37: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet1 37: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet2 37: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet3 37: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 37: [ RUN ] random_access_iterator_test.operatorsSet4 37: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 37: [ RUN ] random_access_iterator_test.assignment_operator 37: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 37: [ RUN ] random_access_iterator_test.distance 37: [ OK ] random_access_iterator_test.distance (0 ms) 37: [ RUN ] random_access_iterator_test.traits_helpers 37: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 37: [----------] 11 tests from random_access_iterator_test (9 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 16 tests from 4 test suites ran. (3988 ms total) 37: [ PASSED ] 16 tests. 37/56 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 4.34 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_B 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 38: Test timeout computed to be: 1500 38: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 38: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 38: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 38: For unit testing set OMP_PROC_BIND=false 38: 38: [==========] Running 7 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 7 tests from std_algorithms_min_max_element_test 38: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 38: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 38: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 38: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 38: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 38: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (13 ms) 38: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 38: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms) 38: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 38: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms) 38: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 38: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (5 ms) 38: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 38: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (9 ms) 38: [----------] 7 tests from std_algorithms_min_max_element_test (41 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 7 tests from 1 test suite ran. (41 ms total) 38: [ PASSED ] 7 tests. 38/56 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.38 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_C 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 39: Test timeout computed to be: 1500 39: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 39: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 39: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 39: For unit testing set OMP_PROC_BIND=false 39: 39: [==========] Running 13 tests from 10 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_lexicographical_compare_test 39: [ RUN ] std_algorithms_lexicographical_compare_test.test 39: [ OK ] std_algorithms_lexicographical_compare_test.test (54 ms) 39: [----------] 1 test from std_algorithms_lexicographical_compare_test (54 ms total) 39: 39: [----------] 1 test from std_algorithms_for_each_test 39: [ RUN ] std_algorithms_for_each_test.test 39: [ OK ] std_algorithms_for_each_test.test (571 ms) 39: [----------] 1 test from std_algorithms_for_each_test (571 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 (162 ms) 39: [----------] 1 test from std_algorithms_find_test (162 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 (818 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 5: [ OK ] openmptarget.reduce_device_view_range_policy (10366 ms) 5: [ RUN ] openmptarget.reduce_device_view_mdrange_policy 39: [ OK ] std_algorithms_non_mod_seq_ops.find_end (922 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.search 39: [ OK ] std_algorithms_non_mod_seq_ops.search (886 ms) 39: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 39: [ OK ] std_algorithms_non_mod_seq_ops.search_n (693 ms) 39: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3322 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 (119 ms) 39: [----------] 1 test from std_algorithms_count_test (119 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 (16 ms) 39: [----------] 1 test from std_algorithms_equal_test (16 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 (170 ms) 39: [----------] 1 test from std_algorithms_all_any_none_of_test (171 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 (129 ms) 39: [----------] 1 test from std_algorithms_nonmod_seq_ops (129 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 (175 ms) 39: [----------] 1 test from std_algorithms_mismatch_test (175 ms total) 39: 39: [----------] 1 test from std_algorithms_mod_seq_ops 39: [ RUN ] std_algorithms_mod_seq_ops.move_backward 39: [ OK ] std_algorithms_mod_seq_ops.move_backward (49 ms) 39: [----------] 1 test from std_algorithms_mod_seq_ops (49 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 13 tests from 10 test suites ran. (4771 ms total) 39: [ PASSED ] 13 tests. 39/56 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 5.10 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_D 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 40: Test timeout computed to be: 1500 40: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 40: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 40: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 40: For unit testing set OMP_PROC_BIND=false 40: 40: [==========] Running 31 tests from 5 test suites. 40: [----------] Global test environment set-up. 40: [----------] 3 tests from std_algorithms_mod_ops_test 40: [ RUN ] std_algorithms_mod_ops_test.move 40: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 40: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 40: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (5 ms) 40: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 40: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 40: [----------] 3 tests from std_algorithms_mod_ops_test (6 ms total) 40: 40: [----------] 12 tests from std_algorithms_mod_seq_ops_test 40: [ RUN ] std_algorithms_mod_seq_ops_test.copy 40: [ OK ] std_algorithms_mod_seq_ops_test.copy (3 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 (7 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 (141 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_if 40: [ OK ] std_algorithms_replace_ops_test.replace_if (390 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_copy 40: [ OK ] std_algorithms_replace_ops_test.replace_copy (245 ms) 40: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 40: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (244 ms) 40: [----------] 4 tests from std_algorithms_replace_ops_test (1022 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 (127 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.unique 40: [ OK ] std_algorithms_mod_seq_ops.unique (369 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 40: [ OK ] std_algorithms_mod_seq_ops.unique_copy (188 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove 40: [ OK ] std_algorithms_mod_seq_ops.remove (109 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_if 40: [ OK ] std_algorithms_mod_seq_ops.remove_if (101 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 40: [ OK ] std_algorithms_mod_seq_ops.remove_copy (322 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 40: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (97 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o 31: Test_Atomic/100000/iterations:10 3.58 s 3.57 s 10 0 4 0.0103946 1.84296m 911.22u 4.99994G 76.6k 4.99989G 40: [ OK ] std_algorithms_mod_seq_ops.rotate (3357 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 5: [ OK ] openmptarget.reduce_device_view_mdrange_policy (10419 ms) 5: [ RUN ] openmptarget.reduce_device_view_team_policy 40: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (1605 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 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_ViewCopy_d6.cpp.o 40: [ OK ] std_algorithms_mod_seq_ops.shift_left (3324 ms) 40: [ RUN ] std_algorithms_mod_seq_ops.shift_right 40: [ OK ] std_algorithms_mod_seq_ops.shift_right (2987 ms) 40: [----------] 11 tests from std_algorithms_mod_seq_ops (12592 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 (198 ms) 40: [----------] 1 test from std_algorithms_modseq_test (198 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 31 tests from 5 test suites ran. (13826 ms total) 40: [ PASSED ] 31 tests. 40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 14.21 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_E 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 41: Test timeout computed to be: 1500 41: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 41: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 41: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 41: For unit testing set OMP_PROC_BIND=false 41: 41: [==========] Running 29 tests from 7 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_sorting_ops_test 41: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 41: [ OK ] std_algorithms_sorting_ops_test.is_sorted (23 ms) 41: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 41: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (21 ms) 41: [----------] 2 tests from std_algorithms_sorting_ops_test (44 ms total) 41: 41: [----------] 4 tests from std_algorithms_partitioning_test 41: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 41: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 41: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 41: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 41: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 41: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 41: [ RUN ] std_algorithms_partitioning_test.partition_point 41: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 41: [----------] 4 tests from std_algorithms_partitioning_test (4 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 (23 ms) 41: [----------] 1 test from std_algorithms_partitioning_ops (23 ms total) 41: 41: [----------] 12 tests from std_algorithms_numerics_test 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (4 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 41: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 41: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 41: [----------] 12 tests from std_algorithms_numerics_test (13 ms total) 41: 41: [----------] 1 test from std_algorithms_numerics_ops_test 41: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 41: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (469 ms) 41: [----------] 1 test from std_algorithms_numerics_ops_test (470 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 (1107 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 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o 5: [ OK ] openmptarget.reduce_device_view_team_policy (9352 ms) 5: [ RUN ] openmptarget.mdspan_space_aware_accessor 5: [ OK ] openmptarget.mdspan_space_aware_accessor (1 ms) 5: [ RUN ] openmptarget.kokkos_swap 5: [ OK ] openmptarget.kokkos_swap (0 ms) 5: [ RUN ] openmptarget.TeamThreadMDRangeParallelFor 5: [ OK ] openmptarget.TeamThreadMDRangeParallelFor (24 ms) 5: [ RUN ] openmptarget.ThreadVectorMDRangeParallelFor 5: [ OK ] openmptarget.ThreadVectorMDRangeParallelFor (17 ms) 5: [ RUN ] openmptarget.TeamVectorMDRangeParallelFor 5: [ OK ] openmptarget.TeamVectorMDRangeParallelFor (16 ms) 5: [ RUN ] openmptarget.TeamThreadMDRangeParallelReduce 5: [ OK ] openmptarget.TeamThreadMDRangeParallelReduce (18 ms) 5: [ RUN ] openmptarget.ThreadVectorMDRangeParallelReduce 5: [ OK ] openmptarget.ThreadVectorMDRangeParallelReduce (10 ms) 5: [ RUN ] openmptarget.TeamVectorMDRangeParallelReduce 5: [ OK ] openmptarget.TeamVectorMDRangeParallelReduce (11 ms) 5: [ RUN ] openmptarget.team_policy_runtime_parameters 5: [ OK ] openmptarget.team_policy_runtime_parameters (0 ms) 5: [ RUN ] openmptarget.team_shared_request 5: [ OK ] openmptarget.team_shared_request (0 ms) 5: [ RUN ] openmptarget.team_scratch_request 5: [ OK ] openmptarget.team_scratch_request (0 ms) 5: [ RUN ] openmptarget.team_lambda_shared_request 5: [ OK ] openmptarget.team_lambda_shared_request (0 ms) 5: [ RUN ] openmptarget.scratch_align 5: [ OK ] openmptarget.scratch_align (0 ms) 5: [ RUN ] openmptarget.shmem_size 5: [ OK ] openmptarget.shmem_size (0 ms) 5: [ RUN ] openmptarget.multi_level_scratch 5: [ OK ] openmptarget.multi_level_scratch (0 ms) 5: [ RUN ] openmptarget.team_scratch_memory_index_parallel_for 5: [ OK ] openmptarget.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] openmptarget.team_policy_max_recommended 5: [ OK ] openmptarget.team_policy_max_recommended (62 ms) 5: [ RUN ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] openmptarget.timer 5: [ OK ] openmptarget.timer (20 ms) 5: [ RUN ] openmptarget.view_api_a 5: [ OK ] openmptarget.view_api_a (0 ms) 5: [ RUN ] openmptarget.view_layout_left_with_stride 5: [ OK ] openmptarget.view_layout_left_with_stride (0 ms) 5: [ RUN ] openmptarget.view_layout_right_with_stride 5: [ OK ] openmptarget.view_layout_right_with_stride (0 ms) 5: [ RUN ] openmptarget.view_api_b 5: [ OK ] openmptarget.view_api_b (5 ms) 5: [ RUN ] openmptarget.view_api_c 5: [ OK ] openmptarget.view_api_c (0 ms) 5: [ RUN ] openmptarget.view_api_d 5: [ OK ] openmptarget.view_api_d (0 ms) 5: [ RUN ] openmptarget.view_bad_alloc 5: CUDA error: Failure to alloc memory: Error in cuMemAlloc[Host|Managed]: out of memory 5: CUDA error: Failure to alloc memory: Error in cuMemAlloc[Host|Managed]: out of memory 5: "PluginInterface" error: Failure to allocate device memory: Failed to allocate from memory manager 5: [ OK ] openmptarget.view_bad_alloc (1 ms) 5: [ RUN ] openmptarget.view_copy_tests 5: [ OK ] openmptarget.view_copy_tests (8 ms) 5: [ RUN ] openmptarget.view_copy_tests_rank_0 5: [ OK ] openmptarget.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] openmptarget.view_copy_degenerated 5: [ OK ] openmptarget.view_copy_degenerated (0 ms) 5: [ RUN ] openmptarget.view_fill_tests_layout_right 5: [ OK ] openmptarget.view_fill_tests_layout_right (50 ms) 5: [ RUN ] openmptarget.view_fill_tests_layout_left 5: [ OK ] openmptarget.view_fill_tests_layout_left (46 ms) 5: [ RUN ] openmptarget.vcp_empty_traits 5: [ OK ] openmptarget.vcp_empty_traits (0 ms) 5: [ RUN ] openmptarget.is_view_label 5: [ OK ] openmptarget.is_view_label (0 ms) 5: [ RUN ] openmptarget.vcp_label_base_traits 5: [ OK ] openmptarget.vcp_label_base_traits (0 ms) 5: [ RUN ] openmptarget.vcp_label_traits 5: [ OK ] openmptarget.vcp_label_traits (0 ms) 5: [ RUN ] openmptarget.view_alloc_can_perfect_forward_label 5: [ OK ] openmptarget.view_alloc_can_perfect_forward_label (0 ms) 5: [ RUN ] openmptarget.vcp_label_copy_constructor 5: [ OK ] openmptarget.vcp_label_copy_constructor (0 ms) 5: [ RUN ] openmptarget.vcp_pointer_add_property 5: [ OK ] openmptarget.vcp_pointer_add_property (0 ms) 5: [ RUN ] openmptarget.view_empty_runtime_unmanaged 5: [ OK ] openmptarget.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] openmptarget.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] openmptarget.view_layoutstride_left_to_layoutleft_assignment (77 ms) 5: [ RUN ] openmptarget.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] openmptarget.view_layoutstride_right_to_layoutright_assignment (70 ms) 5: [ RUN ] openmptarget.view_mapping 5: [ OK ] openmptarget.view_mapping (57 ms) 5: [ RUN ] openmptarget.view_mapping_operator 5: [ OK ] openmptarget.view_mapping_operator (11 ms) 5: [ RUN ] openmptarget.static_extent 5: [ OK ] openmptarget.static_extent (0 ms) 5: [ RUN ] openmptarget.view_mapping_atomic 5: [ OK ] openmptarget.view_mapping_atomic (174 ms) 5: [ RUN ] openmptarget.view_mapping_class_value 5: [ OK ] openmptarget.view_mapping_class_value (0 ms) 5: [ RUN ] openmptarget.view_mapping_assignable 5: [ OK ] openmptarget.view_mapping_assignable (0 ms) 5: [ RUN ] openmptarget.view_mapping_trivially_copyable 5: [ OK ] openmptarget.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] openmptarget.view_mapping_subview 5: [ OK ] openmptarget.view_mapping_subview (2 ms) 5: [ RUN ] openmptarget.view_nested_view 5: [ OK ] openmptarget.view_nested_view (0 ms) 5: [ RUN ] openmptarget.view_of_views_default 5: [ OK ] openmptarget.view_of_views_default (0 ms) 5: [ RUN ] openmptarget.view_of_views_without_initializing 5: [ OK ] openmptarget.view_of_views_without_initializing (0 ms) 5: [ RUN ] openmptarget.test_view_of_views_sequential_host_init 5: [ OK ] openmptarget.test_view_of_views_sequential_host_init (0 ms) 5: [ RUN ] openmptarget.append_formatted_multidimensional_index 5: [ OK ] openmptarget.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] openmptarget.view_resize 5: [ OK ] openmptarget.view_resize (15 ms) 5: [ RUN ] openmptarget.view_realloc 5: [ OK ] openmptarget.view_realloc (1 ms) 5: [ RUN ] openmptarget.resize_realloc_no_init 5: [ OK ] openmptarget.resize_realloc_no_init (0 ms) 5: [ RUN ] openmptarget.resize_realloc_no_alloc 5: [ OK ] openmptarget.resize_realloc_no_alloc (0 ms) 5: [ RUN ] openmptarget.realloc_exec_space 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestWithoutInitializing.hpp:84: Skipped 5: skipping since the OpenMPTarget backend doesn't implement allocate taking an execution space instance properly 5: [ SKIPPED ] openmptarget.realloc_exec_space (0 ms) 5: [ RUN ] openmptarget.view_alloc 5: [ OK ] openmptarget.view_alloc (0 ms) 5: [ RUN ] openmptarget.view_alloc_exec_space 5: [ OK ] openmptarget.view_alloc_exec_space (0 ms) 5: [ RUN ] openmptarget.view_alloc_int 5: [ OK ] openmptarget.view_alloc_int (0 ms) 5: [ RUN ] openmptarget.view_alloc_exec_space_int 5: [ OK ] openmptarget.view_alloc_exec_space_int (0 ms) 5: [ RUN ] openmptarget.deep_copy_zero_memset 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestWithoutInitializing.hpp:210: Skipped 5: skipping since the OpenMPTarget backend doesn't implement ZeroMemset 5: [ SKIPPED ] openmptarget.deep_copy_zero_memset (0 ms) 5: [ RUN ] openmptarget.resize_exec_space 5: [ OK ] openmptarget.resize_exec_space (0 ms) 5: [ RUN ] openmptarget.view_allocation_int 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestWithoutInitializing.hpp:298: Skipped 5: skipping since the OpenMPTarget has unexpected fences 5: [ SKIPPED ] openmptarget.view_allocation_int (0 ms) 5: [ RUN ] openmptarget.view_allocation_exec_space_int 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestWithoutInitializing.hpp:332: Skipped 5: skipping since the OpenMPTarget has unexpected fences 5: [ SKIPPED ] openmptarget.view_allocation_exec_space_int (0 ms) 5: [ RUN ] openmptarget.view_not_default_constructible 5: [ OK ] openmptarget.view_not_default_constructible (0 ms) 5: [ RUN ] openmptarget.view_subview_auto_1d_left 5: [ OK ] openmptarget.view_subview_auto_1d_left (1 ms) 5: [ RUN ] openmptarget.view_subview_auto_1d_right 5: [ OK ] openmptarget.view_subview_auto_1d_right (1 ms) 5: [ RUN ] openmptarget.view_subview_auto_1d_stride 5: [ OK ] openmptarget.view_subview_auto_1d_stride (1 ms) 5: [ RUN ] openmptarget.view_subview_assign_strided 5: [ OK ] openmptarget.view_subview_assign_strided (0 ms) 5: [ RUN ] openmptarget.view_subview_left_0 5: [ OK ] openmptarget.view_subview_left_0 (0 ms) 5: [ RUN ] openmptarget.view_subview_left_1 5: [ OK ] openmptarget.view_subview_left_1 (0 ms) 5: [ RUN ] openmptarget.view_subview_left_2 5: [ OK ] openmptarget.view_subview_left_2 (0 ms) 5: [ RUN ] openmptarget.view_subview_left_3 5: [ OK ] openmptarget.view_subview_left_3 (0 ms) 5: [ RUN ] openmptarget.view_subview_right_0 5: [ OK ] openmptarget.view_subview_right_0 (0 ms) 5: [ RUN ] openmptarget.view_subview_right_1 5: [ OK ] openmptarget.view_subview_right_1 (0 ms) 5: [ RUN ] openmptarget.view_subview_right_3 5: [ OK ] openmptarget.view_subview_right_3 (0 ms) 5: [ RUN ] openmptarget.view_static_tests 5: [ OK ] openmptarget.view_static_tests (0 ms) 5: [ RUN ] openmptarget.view_subview_layoutleft_to_layoutleft 5: [ OK ] openmptarget.view_subview_layoutleft_to_layoutleft (1 ms) 5: [ RUN ] openmptarget.view_subview_layoutright_to_layoutright 5: [ OK ] openmptarget.view_subview_layoutright_to_layoutright (1 ms) 5: [ RUN ] openmptarget.view_subview_2d_from_3d 5: [ OK ] openmptarget.view_subview_2d_from_3d (30 ms) 5: [ RUN ] openmptarget.view_subview_2d_from_3d_atomic 5: [ OK ] openmptarget.view_subview_2d_from_3d_atomic (36 ms) 5: [ RUN ] openmptarget.view_subview_2d_from_3d_randomaccess 5: [ OK ] openmptarget.view_subview_2d_from_3d_randomaccess (31 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_left 5: [ OK ] openmptarget.view_subview_3d_from_5d_left (48 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_left_atomic 5: [ OK ] openmptarget.view_subview_3d_from_5d_left_atomic (50 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] openmptarget.view_subview_3d_from_5d_left_randomaccess (49 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_right 5: [ OK ] openmptarget.view_subview_3d_from_5d_right (47 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_right_atomic 5: [ OK ] openmptarget.view_subview_3d_from_5d_right_atomic (49 ms) 5: [ RUN ] openmptarget.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openmptarget.view_subview_3d_from_5d_right_randomaccess (47 ms) 5: [ RUN ] openmptarget.view_test_unmanaged_subview_reset 5: [ OK ] openmptarget.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] openmptarget.view_subview_memory_traits_construction 5: [ OK ] openmptarget.view_subview_memory_traits_construction (0 ms) 5: [----------] 279 tests from openmptarget (89423 ms total) 5: 5: [----------] 17 tests from openmptarget_graph 5: [ RUN ] openmptarget_graph.submit_once 5: [ OK ] openmptarget_graph.submit_once (0 ms) 5: [ RUN ] openmptarget_graph.submit_once_rvalue 5: [ OK ] openmptarget_graph.submit_once_rvalue (0 ms) 5: [ RUN ] openmptarget_graph.instantiate_and_submit_once 5: [ OK ] openmptarget_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] openmptarget_graph.submit_onto_another_execution_space_instance 5: [ OK ] openmptarget_graph.submit_onto_another_execution_space_instance (0 ms) 5: [ RUN ] openmptarget_graph.create_graph_no_closure_with_exec 5: [ OK ] openmptarget_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] openmptarget_graph.create_graph_no_arg 5: [ OK ] openmptarget_graph.create_graph_no_arg (0 ms) 5: [ RUN ] openmptarget_graph.submit_six 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:270: Skipped 5: skipping since OpenMPTarget can't use team_size 1 5: [ SKIPPED ] openmptarget_graph.submit_six (0 ms) 5: [ RUN ] openmptarget_graph.when_all_cycle 5: [ OK ] openmptarget_graph.when_all_cycle (0 ms) 5: [ RUN ] openmptarget_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8324/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 ] openmptarget_graph.repeat_chain (0 ms) 5: [ RUN ] openmptarget_graph.zero_work_reduce 5: [ OK ] openmptarget_graph.zero_work_reduce (0 ms) 5: [ RUN ] openmptarget_graph.empty_graph 5: [ OK ] openmptarget_graph.empty_graph (0 ms) 5: [ RUN ] openmptarget_graph.force_global_launch 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:444: Skipped 5: This execution space does not support global launch. 5: [ SKIPPED ] openmptarget_graph.force_global_launch (0 ms) 5: [ RUN ] openmptarget_graph.sized_functor_launch 5: [ OK ] openmptarget_graph.sized_functor_launch (0 ms) 5: [ RUN ] openmptarget_graph.empty_graph_default_host_exec 5: [ OK ] openmptarget_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] openmptarget_graph.node_lifetime 5: [ OK ] openmptarget_graph.node_lifetime (0 ms) 5: [ RUN ] openmptarget_graph.diamond 5: [ OK ] openmptarget_graph.diamond (0 ms) 5: [ RUN ] openmptarget_graph.end_of_submit_control_flow 5: [ OK ] openmptarget_graph.end_of_submit_control_flow (0 ms) 5: [----------] 17 tests from openmptarget_graph (6 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 312 tests from 4 test suites ran. (149983 ms total) 5: [ PASSED ] 291 tests. 5: [ SKIPPED ] 21 tests, listed below: 5: [ SKIPPED ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device 5: [ SKIPPED ] openmptarget_DeathTest.view_subview_wrong_extents 5: [ SKIPPED ] openmptarget_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_range 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_mdrange 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy 5: [ SKIPPED ] openmptarget.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] openmptarget.graph_capture 5: [ SKIPPED ] openmptarget.mixed_then_host_device_nodes 5: [ SKIPPED ] openmptarget.mathematical_functions_nextafter_fp16 5: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types 5: [ SKIPPED ] openmptarget.reducers_int 5: [ SKIPPED ] openmptarget.reducers_double 5: [ SKIPPED ] openmptarget.realloc_exec_space 5: [ SKIPPED ] openmptarget.deep_copy_zero_memset 5: [ SKIPPED ] openmptarget.view_allocation_int 5: [ SKIPPED ] openmptarget.view_allocation_exec_space_int 5: [ SKIPPED ] openmptarget_graph.submit_six 5: [ SKIPPED ] openmptarget_graph.repeat_chain 5: [ SKIPPED ] openmptarget_graph.force_global_launch 5/55 Test #5: Kokkos_CoreUnitTest_OpenMPTarget ........................... Passed 150.29 sec test 6 Start 6: Kokkos_CoreUnitTest_Default 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 6: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 6: Test timeout computed to be: 1500 6: [==========] Running 57 tests from 41 test suites. 6: [----------] Global test environment set-up. 6: [----------] 17 tests from defaultdevicetype 6: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 6: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (15 ms) 6: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 6: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 6: [ RUN ] defaultdevicetype.compiler_macros 6: [ OK ] defaultdevicetype.compiler_macros (0 ms) 6: [ RUN ] defaultdevicetype.half_conversion 6: [ OK ] defaultdevicetype.half_conversion (1 ms) 6: [ RUN ] defaultdevicetype.bhalf_conversion 6: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 6: [ RUN ] defaultdevicetype.half_operators 6: [ OK ] defaultdevicetype.half_operators (2 ms) 6: [ RUN ] defaultdevicetype.bhalf_operators 6: [ OK ] defaultdevicetype.bhalf_operators (2 ms) 6: [ RUN ] defaultdevicetype.host_space_access 6: [ OK ] defaultdevicetype.host_space_access (0 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_a1 6: [ OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_b1 6: [ OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_c1 6: [ OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_a2 6: [ OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_b2 6: [ OK ] defaultdevicetype.reduce_instantiation_b2 (11 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_c2 6: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_a3 6: [ OK ] defaultdevicetype.reduce_instantiation_a3 (0 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_b3 6: [ OK ] defaultdevicetype.reduce_instantiation_b3 (0 ms) 6: [ RUN ] defaultdevicetype.reduce_instantiation_c3 6: [ OK ] defaultdevicetype.reduce_instantiation_c3 (0 ms) 6: [----------] 17 tests from defaultdevicetype (66 ms total) 6: 6: [----------] 1 test from kokkosresize 6: [ RUN ] kokkosresize.host_space_access 6: [ OK ] kokkosresize.host_space_access (20 ms) 6: [----------] 1 test from kokkosresize (20 ms total) 6: 6: [----------] 1 test from TestViewAPI/0, where TypeParam = 6: [ RUN ] TestViewAPI/0.sizes 6: [ OK ] TestViewAPI/0.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/0 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/1, where TypeParam = 6: [ RUN ] TestViewAPI/1.sizes 6: [ OK ] TestViewAPI/1.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/1 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/2, where TypeParam = 6: [ RUN ] TestViewAPI/2.sizes 6: [ OK ] TestViewAPI/2.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/2 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/3, where TypeParam = 6: [ RUN ] TestViewAPI/3.sizes 6: [ OK ] TestViewAPI/3.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/3 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/4, where TypeParam = 6: [ RUN ] TestViewAPI/4.sizes 6: [ OK ] TestViewAPI/4.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/4 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/5, where TypeParam = 6: [ RUN ] TestViewAPI/5.sizes 6: [ OK ] TestViewAPI/5.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/5 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/6, where TypeParam = 6: [ RUN ] TestViewAPI/6.sizes 6: [ OK ] TestViewAPI/6.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/6 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/7, where TypeParam = 6: [ RUN ] TestViewAPI/7.sizes 6: [ OK ] TestViewAPI/7.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/7 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/8, where TypeParam = 6: [ RUN ] TestViewAPI/8.sizes 6: [ OK ] TestViewAPI/8.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/8 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/9, where TypeParam = 6: [ RUN ] TestViewAPI/9.sizes 6: [ OK ] TestViewAPI/9.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/9 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/10, where TypeParam = 6: [ RUN ] TestViewAPI/10.sizes 6: [ OK ] TestViewAPI/10.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/10 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/11, where TypeParam = 6: [ RUN ] TestViewAPI/11.sizes 6: [ OK ] TestViewAPI/11.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/11 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/12, where TypeParam = 6: [ RUN ] TestViewAPI/12.sizes 6: [ OK ] TestViewAPI/12.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/12 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/13, where TypeParam = 6: [ RUN ] TestViewAPI/13.sizes 6: [ OK ] TestViewAPI/13.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/13 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/14, where TypeParam = 6: [ RUN ] TestViewAPI/14.sizes 6: [ OK ] TestViewAPI/14.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/14 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/15, where TypeParam = 6: [ RUN ] TestViewAPI/15.sizes 6: [ OK ] TestViewAPI/15.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/15 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/16, where TypeParam = 6: [ RUN ] TestViewAPI/16.sizes 6: [ OK ] TestViewAPI/16.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/16 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/17, where TypeParam = 6: [ RUN ] TestViewAPI/17.sizes 6: [ OK ] TestViewAPI/17.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/17 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/18, where TypeParam = 6: [ RUN ] TestViewAPI/18.sizes 6: [ OK ] TestViewAPI/18.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/18 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/19, where TypeParam = 6: [ RUN ] TestViewAPI/19.sizes 6: [ OK ] TestViewAPI/19.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/19 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/20, where TypeParam = 6: [ RUN ] TestViewAPI/20.sizes 6: [ OK ] TestViewAPI/20.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/20 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/21, where TypeParam = 6: [ RUN ] TestViewAPI/21.sizes 6: [ OK ] TestViewAPI/21.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/21 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/22, where TypeParam = 6: [ RUN ] TestViewAPI/22.sizes 6: [ OK ] TestViewAPI/22.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/22 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/23, where TypeParam = 6: [ RUN ] TestViewAPI/23.sizes 6: [ OK ] TestViewAPI/23.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/23 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/24, where TypeParam = 6: [ RUN ] TestViewAPI/24.sizes 6: [ OK ] TestViewAPI/24.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/24 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/25, where TypeParam = 6: [ RUN ] TestViewAPI/25.sizes 6: [ OK ] TestViewAPI/25.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/25 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/26, where TypeParam = 6: [ RUN ] TestViewAPI/26.sizes 6: [ OK ] TestViewAPI/26.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/26 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/27, where TypeParam = 6: [ RUN ] TestViewAPI/27.sizes 6: [ OK ] TestViewAPI/27.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/27 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/28, where TypeParam = 6: [ RUN ] TestViewAPI/28.sizes 6: [ OK ] TestViewAPI/28.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/28 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/29, where TypeParam = 6: [ RUN ] TestViewAPI/29.sizes 6: [ OK ] TestViewAPI/29.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/29 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/30, where TypeParam = 6: [ RUN ] TestViewAPI/30.sizes 6: [ OK ] TestViewAPI/30.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/30 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/31, where TypeParam = 6: [ RUN ] TestViewAPI/31.sizes 6: [ OK ] TestViewAPI/31.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/31 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/32, where TypeParam = 6: [ RUN ] TestViewAPI/32.sizes 6: [ OK ] TestViewAPI/32.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/32 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/33, where TypeParam = 6: [ RUN ] TestViewAPI/33.sizes 6: [ OK ] TestViewAPI/33.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/33 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/34, where TypeParam = 6: [ RUN ] TestViewAPI/34.sizes 6: [ OK ] TestViewAPI/34.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/34 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/35, where TypeParam = 6: [ RUN ] TestViewAPI/35.sizes 6: [ OK ] TestViewAPI/35.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/35 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/36, where TypeParam = 6: [ RUN ] TestViewAPI/36.sizes 6: [ OK ] TestViewAPI/36.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/36 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/37, where TypeParam = 6: [ RUN ] TestViewAPI/37.sizes 6: [ OK ] TestViewAPI/37.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/37 (0 ms total) 6: 6: [----------] 1 test from TestViewAPI/38, where TypeParam = 6: [ RUN ] TestViewAPI/38.sizes 6: [ OK ] TestViewAPI/38.sizes (0 ms) 6: [----------] 1 test from TestViewAPI/38 (0 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 57 tests from 41 test suites ran. (89 ms total) 6: [ PASSED ] 57 tests. 6/55 Test #6: Kokkos_CoreUnitTest_Default ................................ Passed 0.30 sec test 7 Start 7: Kokkos_CoreUnitTest_InitializeFinalize 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 7: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 7: Test timeout computed to be: 1500 41: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (904 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 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 41: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (313 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 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (386 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 41: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (532 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 (2858 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 (157 ms) 41: [----------] 1 test from std_algorithms_transform_ops_test (157 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 29 tests from 7 test suites ran. (3571 ms total) 41: [ PASSED ] 29 tests. 41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 3.98 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 42: Test timeout computed to be: 1500 42: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 42: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 42: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 42: For unit testing set OMP_PROC_BIND=false 42: 42: [==========] Running 12 tests from 7 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_adjacent_find_team_test 42: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 42: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1333 ms) 42: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (2148 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 42: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1322 ms) 42: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2656 ms total) 42: 42: [----------] 2 tests from std_algorithms_count_team_test 42: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_Ctors.cpp.o 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2090 ms) 7: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4625 ms total) 7: 7: [----------] 4 tests from InitializeFinalize_DeathTest 7: [ RUN ] InitializeFinalize_DeathTest.initialize 42: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (727 ms) 42: [ RUN ] std_algorithms_count_team_test.count_returns_zero 42: [ OK ] std_algorithms_count_team_test.count_returns_zero (629 ms) 42: [----------] 2 tests from std_algorithms_count_team_test (1357 ms total) 42: 42: [----------] 1 test from std_algorithms_count_if_team_test 42: [ RUN ] std_algorithms_count_if_team_test.test 7: [ OK ] InitializeFinalize_DeathTest.initialize (1034 ms) 7: [ RUN ] InitializeFinalize_DeathTest.finalize 42: [ OK ] std_algorithms_count_if_team_test.test (964 ms) 42: [----------] 1 test from std_algorithms_count_if_team_test (964 ms total) 42: 42: [----------] 1 test from std_algorithms_for_each_team_test 42: [ RUN ] std_algorithms_for_each_team_test.test [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o 7: [ OK ] InitializeFinalize_DeathTest.finalize (1062 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_initialized 7: [ OK ] InitializeFinalize_DeathTest.is_initialized (126 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_finalized 7: [ OK ] InitializeFinalize_DeathTest.is_finalized (133 ms) 7: [----------] 4 tests from InitializeFinalize_DeathTest (2356 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 (130 ms) 7: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (130 ms total) 7: 7: [----------] 1 test from Legion_DeathTest 7: [ RUN ] Legion_DeathTest.individual_backend_initialization 7: [ OK ] Legion_DeathTest.individual_backend_initialization (132 ms) 7: [----------] 1 test from Legion_DeathTest (132 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 (123 ms) 7: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw [ 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_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o 7: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (327 ms) 7: [----------] 2 tests from PushFinalizeHook_DeathTest (451 ms total) 7: 7: [----------] 6 tests from ScopeGuard_DeathTest 7: [ RUN ] ScopeGuard_DeathTest.create 7: [ OK ] ScopeGuard_DeathTest.create (135 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_argument [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o 7: [ OK ] ScopeGuard_DeathTest.create_argument (125 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o 42: [ OK ] std_algorithms_for_each_team_test.test (1870 ms) 42: [----------] 1 test from std_algorithms_for_each_team_test (1871 ms total) 42: 42: [----------] 1 test from std_algorithms_for_each_n_team_test 42: [ RUN ] std_algorithms_for_each_n_team_test.test 7: [ OK ] ScopeGuard_DeathTest.create_while_initialize (564 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 7: [ OK ] ScopeGuard_DeathTest.create_after_initialize (335 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 7: [ OK ] ScopeGuard_DeathTest.create_after_finalize (589 ms) 7: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 7: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (338 ms) 7: [----------] 6 tests from ScopeGuard_DeathTest (2089 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 (10 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 7: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (7 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 7: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (21 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 (39 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 30 tests from 7 test suites ran. (9825 ms total) 7: [ PASSED ] 30 tests. 7/55 Test #7: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 9.99 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from defaultdevicetype 8: [ RUN ] defaultdevicetype.development_test 8: [ OK ] defaultdevicetype.development_test (0 ms) 8: [----------] 1 test from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/55 Test #8: Kokkos_CoreUnitTest_Develop ................................ Passed 0.16 sec test 9 Start 9: Kokkos_CoreUnitTest_TuningBuiltins 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 9: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 9: Test timeout computed to be: 1500 42: [ OK ] std_algorithms_for_each_n_team_test.test (2135 ms) 42: [----------] 1 test from std_algorithms_for_each_n_team_test (2135 ms total) 42: 42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 42: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 9/55 Test #9: Kokkos_CoreUnitTest_TuningBuiltins ......................... Passed 0.67 sec test 10 Start 10: Kokkos_CoreUnitTest_TuningBasics 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 10: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 10: Test timeout computed to be: 1500 10: Set of size 10 10: 4,4 10: Expect 1, have 1 10: Expect 2, have 2 10/55 Test #10: Kokkos_CoreUnitTest_TuningBasics ........................... Passed 0.16 sec test 11 Start 11: Kokkos_CoreUnitTest_CategoricalTuner 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 11: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 11: Test timeout computed to be: 1500 11/55 Test #11: Kokkos_CoreUnitTest_CategoricalTuner ....................... Passed 0.63 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 12: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 12: Test timeout computed to be: 1500 12: [==========] Running 32 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 32 tests from kokkosp 12: [ RUN ] kokkosp.test_named_instance_fence 12: Ref: 67108865 12: Ref: named_instance 12: 67108865 12: named_instance 12: [ OK ] kokkosp.test_named_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_instance_fence 12: Ref: 67108865 12: Ref: Unnamed Instance Fence 12: 67108865 12: Kokkos::OpenMPTarget::fence: Unnamed Instance Fence 12: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_named_global_fence 12: Ref: 67108864 12: Ref: test global fence 12: 0 12: test global fence 12: Miss on id 12: 67108864 12: test global fence 12: [ OK ] kokkosp.test_named_global_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_global_fence 12: Ref: 67108864 12: Ref: Unnamed Global Fence 12: 0 12: Kokkos::fence: Unnamed Global Fence 12: Miss on id 12: 67108864 12: Kokkos::fence: Unnamed Global Fence 12: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 12: [ RUN ] kokkosp.test_multiple_default_instances 12: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 12: [ RUN ] kokkosp.test_id_gen 12: [ OK ] kokkosp.test_id_gen (0 ms) 12: [ RUN ] kokkosp.test_kernel_sequence 12: Ref: 67108865 12: Ref: named_instance 12: 67108865 12: named_instance 12: Ref: 67108865 12: Ref: test_kernel 12: 67108865 12: named_instance 12: Miss on name 12: 0 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 67108864 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 67108865 12: test_kernel 12: [ OK ] kokkosp.test_kernel_sequence (6 ms) 12: [ RUN ] kokkosp.async_deep_copy 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestEventCorrectness.hpp:287: Skipped 12: skipping since the OpenMPTarget backend has unexpected fences 12: [ SKIPPED ] kokkosp.async_deep_copy (0 ms) 12: [ RUN ] kokkosp.parallel_for 12: [ OK ] kokkosp.parallel_for (0 ms) 12: [ RUN ] kokkosp.parallel_reduce 12: [ OK ] kokkosp.parallel_reduce (0 ms) 12: [ RUN ] kokkosp.parallel_scan 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestEventCorrectness.hpp:368: Skipped 12: skipping since the OpenMPTarget backend reports unexpected events 12: [ SKIPPED ] kokkosp.parallel_scan (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestEventCorrectness.hpp:407: Skipped 12: skipping since the OpenMPTarget backend has unexpected fences 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence_view 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestEventCorrectness.hpp:452: Skipped 12: skipping since the OpenMPTarget backend has unexpected fences 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence_view (0 ms) 12: [ RUN ] kokkosp.regions 12: [ OK ] kokkosp.regions (0 ms) 12: [ RUN ] kokkosp.fences 12: [ OK ] kokkosp.fences (0 ms) 12: [ RUN ] kokkosp.raw_allocation 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestEventCorrectness.hpp:525: Skipped 12: skipping since the OpenMPTarget backend reports unexpected events 12: [ SKIPPED ] kokkosp.raw_allocation (0 ms) 12: [ RUN ] kokkosp.view 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestEventCorrectness.hpp:564: Skipped 12: skipping since the OpenMPTarget backend reports unexpected events 12: [ SKIPPED ] kokkosp.view (0 ms) 12: [ RUN ] kokkosp.sections 12: [ OK ] kokkosp.sections (0 ms) 12: [ RUN ] kokkosp.metadata 12: [ OK ] kokkosp.metadata (0 ms) 12: [ RUN ] kokkosp.profile_events 12: [ OK ] kokkosp.profile_events (0 ms) 12: [ RUN ] kokkosp.tuning_sequence 12: [ OK ] kokkosp.tuning_sequence (0 ms) 12: [ RUN ] kokkosp.no_init_kernel 12: [ OK ] kokkosp.no_init_kernel (0 ms) 12: [ RUN ] kokkosp.get_events 12: [ OK ] kokkosp.get_events (0 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_for 12: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_reduce 12: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 12: [ RUN ] kokkosp.kernel_name_parallel_scan 12: [ OK ] kokkosp.kernel_name_parallel_scan (2 ms) 12: [ RUN ] kokkosp.kernel_name_internal 12: [ OK ] kokkosp.kernel_name_internal (0 ms) 12: [ RUN ] kokkosp.profiling_section 12: [ OK ] kokkosp.profiling_section (0 ms) 12: [ RUN ] kokkosp.scoped_profile_region 12: [ OK ] kokkosp.scoped_profile_region (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/tools/TestWithoutInitializing.cpp:92: Skipped 12: skipping since the OpenMPTarget has unexpected fences 12: [ SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms) 12: [----------] 32 tests from kokkosp (10 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 32 tests from 1 test suite ran. (10 ms total) 12: [ PASSED ] 25 tests. 12: [ SKIPPED ] 7 tests, listed below: 12: [ SKIPPED ] kokkosp.async_deep_copy 12: [ SKIPPED ] kokkosp.parallel_scan 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence_view 12: [ SKIPPED ] kokkosp.raw_allocation 12: [ SKIPPED ] kokkosp.view 12: [ SKIPPED ] kokkosp.create_mirror_view_and_copy 12/55 Test #12: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.17 sec test 13 Start 13: Kokkos_CoreUnitTest_ToolIndependence 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 13: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 13: Test timeout computed to be: 1500 13/55 Test #13: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.15 sec test 14 Start 14: Kokkos_ProfilingTestLibraryLoadHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 14: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 14: Environment variables: 14: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 14: Test timeout computed to be: 1500 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 14/55 Test #14: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.16 sec test 15 Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 15: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 15: Test timeout computed to be: 1500 42: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1809 ms) 42: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/55 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.15 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoad 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 16: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 16: Environment variables: 16: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 1500 16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:OpenMPTarget::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:2018::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x5580740e5500:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5580740e5700:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5580740e5780:Host:source:0x5580740e5580: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:0x5580740e5840: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:0x5580740e5700:40::kokkosp_deallocate_data:Host:source:0x5580740e5500:40::kokkosp_finalize_library:: 16/55 Test #16: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.14 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLine 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 17: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 17: Test timeout computed to be: 1500 17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:OpenMPTarget::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:2018::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x5579f4366600:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5579f4366840:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5579f43668c0:Host:source:0x5579f4366680: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:0x5579f4366980: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:0x5579f4366840:40::kokkosp_deallocate_data:Host:source:0x5579f4366600:40::kokkosp_finalize_library:: 17/55 Test #17: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.14 sec test 18 Start 18: Kokkos_CoreUnitTest_StackTraceTest 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 18: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 18: Test timeout computed to be: 1500 18: [==========] Running 3 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 2 tests from defaultdevicetype_DeathTest 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55e3885bb1f2] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55e388553fb0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55e3885503b6] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55e38854fe2b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55e38858b819] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55e3885617a0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55e388562bf9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x55e38856352e] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55e3885742dd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55e38858c4e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55e388573e63] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55e388551eb0] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f24be029d90] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f24be029e40] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55e38854fc65] 18: 18: demangled test_f1: 18: [0x55e3885bb1f2] Kokkos::Impl::save_stacktrace() 18: [0x55e388553fb0] Test::stacktrace_test_f1(std::ostream&) 18: [0x55e3885503b6] Test::test_stacktrace(bool, bool) 18: [0x55e38854fe2b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x55e38858b819] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55e3885617a0] testing::Test::Run() 18: [0x55e388562bf9] testing::TestInfo::Run() 18: [0x55e38856352e] testing::TestSuite::Run() 18: [0x55e3885742dd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55e38858c4e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55e388573e63] testing::UnitTest::Run() 18: [0x55e388551eb0] main 18: [0x7f24be029d90] 18: [0x7f24be029e40] __libc_start_main 18: [0x55e38854fc65] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55e3885bb1f2] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55e388553fb0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55e388554174] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f7) [0x55e388550687] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xeb) [0x55e38854fe2b] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55e38858b819] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55e3885617a0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55e388562bf9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x55e38856352e] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55e3885742dd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55e38858c4e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55e388573e63] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55e388551eb0] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f24be029d90] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f24be029e40] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55e38854fc65] 18: 18: demangled test_f3: 18: [0x55e3885bb1f2] Kokkos::Impl::save_stacktrace() 18: [0x55e388553fb0] Test::stacktrace_test_f1(std::ostream&) 18: [0x55e388554174] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55e388550687] Test::test_stacktrace(bool, bool) 18: [0x55e38854fe2b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x55e38858b819] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55e3885617a0] testing::Test::Run() 18: [0x55e388562bf9] testing::TestInfo::Run() 18: [0x55e38856352e] testing::TestSuite::Run() 18: [0x55e3885742dd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55e38858c4e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55e388573e63] testing::UnitTest::Run() 18: [0x55e388551eb0] main 18: [0x7f24be029d90] 18: [0x7f24be029e40] __libc_start_main 18: [0x55e38854fc65] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (353 ms) 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x563caee7a1f2] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x563caee12fb0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x563caee0f3b6] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x563caee0f118] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x563caee4a819] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x563caee207a0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x563caee21bf9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x563caee2252e] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x563caee332dd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x563caee4b4e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x563caee32e63] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x563caee10eb0] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f7e30a29d90] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f7e30a29e40] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x563caee0ec65] 18: 18: demangled test_f1: 18: [0x563caee7a1f2] Kokkos::Impl::save_stacktrace() 18: [0x563caee12fb0] Test::stacktrace_test_f1(std::ostream&) 18: [0x563caee0f3b6] Test::test_stacktrace(bool, bool) 18: [0x563caee0f118] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x563caee4a819] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x563caee207a0] testing::Test::Run() 18: [0x563caee21bf9] testing::TestInfo::Run() 18: [0x563caee2252e] testing::TestSuite::Run() 18: [0x563caee332dd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x563caee4b4e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x563caee32e63] testing::UnitTest::Run() 18: [0x563caee10eb0] main 18: [0x7f7e30a29d90] 18: [0x7f7e30a29e40] __libc_start_main 18: [0x563caee0ec65] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x563caee7a1f2] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x563caee12fb0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x563caee13174] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f7) [0x563caee0f687] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe8) [0x563caee0f118] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x563caee4a819] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x563caee207a0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x563caee21bf9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x563caee2252e] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x563caee332dd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x563caee4b4e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x563caee32e63] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x563caee10eb0] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f7e30a29d90] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f7e30a29e40] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x563caee0ec65] 18: 18: demangled test_f3: 18: [0x563caee7a1f2] Kokkos::Impl::save_stacktrace() 18: [0x563caee12fb0] Test::stacktrace_test_f1(std::ostream&) 18: [0x563caee13174] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x563caee0f687] Test::test_stacktrace(bool, bool) 18: [0x563caee0f118] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x563caee4a819] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x563caee207a0] testing::Test::Run() 18: [0x563caee21bf9] testing::TestInfo::Run() 18: [0x563caee2252e] testing::TestSuite::Run() 18: [0x563caee332dd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x563caee4b4e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x563caee32e63] testing::UnitTest::Run() 18: [0x563caee10eb0] main 18: [0x7f7e30a29d90] 18: [0x7f7e30a29e40] __libc_start_main 18: [0x563caee0ec65] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (341 ms) 18: [----------] 2 tests from defaultdevicetype_DeathTest (694 ms total) 18: 18: [----------] 1 test from defaultdevicetype 18: [ RUN ] defaultdevicetype.stacktrace_normal 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55a83ef3a1f2] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55a83eed2fb0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x55a83eecf3b6] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55a83ef0a819] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55a83eee07a0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55a83eee1bf9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x55a83eee252e] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55a83eef32dd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55a83ef0b4e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55a83eef2e63] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55a83eed0eb0] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fa6bd029d90] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fa6bd029e40] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55a83eecec65] 18: 18: demangled test_f1: 18: [0x55a83ef3a1f2] Kokkos::Impl::save_stacktrace() 18: [0x55a83eed2fb0] Test::stacktrace_test_f1(std::ostream&) 18: [0x55a83eecf3b6] Test::test_stacktrace(bool, bool) 18: [0x55a83ef0a819] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55a83eee07a0] testing::Test::Run() 18: [0x55a83eee1bf9] testing::TestInfo::Run() 18: [0x55a83eee252e] testing::TestSuite::Run() 18: [0x55a83eef32dd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55a83ef0b4e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55a83eef2e63] testing::UnitTest::Run() 18: [0x55a83eed0eb0] main 18: [0x7fa6bd029d90] 18: [0x7fa6bd029e40] __libc_start_main 18: [0x55a83eecec65] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55a83ef3a1f2] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55a83eed2fb0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55a83eed3174] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2f7) [0x55a83eecf687] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x55a83ef0a819] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x55a83eee07a0] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x55a83eee1bf9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x13e) [0x55a83eee252e] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x44d) [0x55a83eef32dd] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x55a83ef0b4e9] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55a83eef2e63] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55a83eed0eb0] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fa6bd029d90] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fa6bd029e40] 18: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55a83eecec65] 18: 18: demangled test_f3: 18: [0x55a83ef3a1f2] Kokkos::Impl::save_stacktrace() 18: [0x55a83eed2fb0] Test::stacktrace_test_f1(std::ostream&) 18: [0x55a83eed3174] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55a83eecf687] Test::test_stacktrace(bool, bool) 18: [0x55a83ef0a819] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55a83eee07a0] testing::Test::Run() 18: [0x55a83eee1bf9] testing::TestInfo::Run() 18: [0x55a83eee252e] testing::TestSuite::Run() 18: [0x55a83eef32dd] testing::internal::UnitTestImpl::RunAllTests() 18: [0x55a83ef0b4e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x55a83eef2e63] testing::UnitTest::Run() 18: [0x55a83eed0eb0] main 18: [0x7fa6bd029d90] 18: [0x7fa6bd029e40] __libc_start_main 18: [0x55a83eecec65] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 18: [----------] 1 test from defaultdevicetype (1 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 3 tests from 2 test suites ran. (696 ms total) 18: [ PASSED ] 3 tests. 18/55 Test #18: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.85 sec test 19 Start 19: Kokkos_IncrementalTest_SERIAL 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 19: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 19: Test timeout computed to be: 1500 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from SERIAL 19: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 19: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] SERIAL.IncrTest_01_execspace 19: Host Serial Execution Space: 19: KOKKOS_ENABLE_SERIAL: yes 19: 19: Serial Runtime Configuration: 19: Serial 19: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 19: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 19: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicSub 19: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 19: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] SERIAL.IncrTest_03b_memspace_free 19: [ OK ] SERIAL.IncrTest_03b_memspace_free (28 ms) 19: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 19: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 19: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] SERIAL.IncrTest_05_reduction 19: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange2D 19: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange3D 19: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange4D 19: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 19: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 19: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 19: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 19: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (111 ms) 19: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 19: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 19: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 19: [ OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 19: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.incr_14_MDrangeReduce 19: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 19: [ RUN ] SERIAL.IncrTest_16_parallelscan 19: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 19: [ RUN ] SERIAL.incr_17_atomicView 19: [ OK ] SERIAL.incr_17_atomicView (0 ms) 19: [----------] 28 tests from SERIAL (141 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (141 ms total) 19: [ PASSED ] 28 tests. 19/55 Test #19: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.30 sec test 20 Start 20: Kokkos_IncrementalTest_OPENMPTARGET 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET 20: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 20: Test timeout computed to be: 1500 20: [==========] Running 22 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 22 tests from OPENMPTARGET 20: [ RUN ] OPENMPTARGET.IncrTest_01_execspace_typedef 20: [ OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_01_execspace 20: OpenMPTarget Execution Space: 20: KOKKOS_ENABLE_OPENMPTARGET: yes 20: 20: OpenMPTarget Runtime Configuration: 20: Using OpenMPTarget 20: OpenMPTarget 20: [ OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicExchange 20: [ OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicAdd 20: [ OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicSub 20: [ OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_03a_memspace_malloc 20: [ OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (9 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_03b_memspace_free 42: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1562 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 (1560 ms) 42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (4932 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 (1687 ms) 42: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 42: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2447 ms) 42: [----------] 2 tests from std_algorithms_mismatch_team_test (4135 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 12 tests from 7 test suites ran. (18053 ms total) 42: [ PASSED ] 12 tests. 42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 18.44 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 43: Test timeout computed to be: 1500 43: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 43: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 43: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 43: For unit testing set OMP_PROC_BIND=false 43: 43: [==========] Running 8 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_equal_team_test 43: [ RUN ] std_algorithms_equal_team_test.views_are_equal 20: [ OK ] OPENMPTARGET.IncrTest_03b_memspace_free (5487 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_04_simple_parallelFor 20: [ OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_05_reduction 20: [ OK ] OPENMPTARGET.IncrTest_05_reduction (25 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange2D 20: [ OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange3D 20: [ OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange4D 20: [ OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_2D 20: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_3D 20: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_4D 20: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics 20: [ OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Ba[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_LayoutMember.cpp.o sics (3 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (1 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (1 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (267 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_12a_ThreadScratch 20: [ OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (11 ms) 20: [ RUN ] OPENMPTARGET.IncrTest_12b_TeamScratch 20: [ OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (0 ms) 20: [----------] 22 tests from OPENMPTARGET (5811 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 22 tests from 1 test suite ran. (5811 ms total) 20: [ PASSED ] 22 tests. 20/55 Test #20: Kokkos_IncrementalTest_OPENMPTARGET ........................ Passed 5.98 sec test 21 Start 21: Kokkos_CoreUnitTest_CTestDevice 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 21: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 21: Test timeout computed to be: 1500 21: [==========] Running 8 tests from 2 test suites. 21: [----------] Global test environment set-up. 21: [----------] 5 tests from ctest_environment_DeathTest 21: [ RUN ] ctest_environment_DeathTest.invalid_rank 21: [ OK ] ctest_environment_DeathTest.invalid_rank (576 ms) 21: [ RUN ] ctest_environment_DeathTest.no_type_str 21: [ OK ] ctest_environment_DeathTest.no_type_str (573 ms) 21: [ RUN ] ctest_environment_DeathTest.missing_type 21: [ OK ] ctest_environment_DeathTest.missing_type (676 ms) 21: [ RUN ] ctest_environment_DeathTest.no_id_str 21: [ OK ] ctest_environment_DeathTest.no_id_str (566 ms) 21: [ RUN ] ctest_environment_DeathTest.invalid_id_str 43: [ OK ] std_algorithms_equal_team_test.views_are_equal (2403 ms) 43: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 21: [ OK ] ctest_environment_DeathTest.invalid_id_str (678 ms) 21: [----------] 5 tests from ctest_environment_DeathTest (3071 ms total) 21: 21: [----------] 3 tests from ctest_environment 21: [ RUN ] ctest_environment.no_device_type 21: [ OK ] ctest_environment.no_device_type (0 ms) 21: [ RUN ] ctest_environment.no_process_count 21: [ OK ] ctest_environment.no_process_count (0 ms) 21: [ RUN ] ctest_environment.good 21: [ OK ] ctest_environment.good (0 ms) 21: [----------] 3 tests from ctest_environment (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 8 tests from 2 test suites ran. (3071 ms total) 21: [ PASSED ] 8 tests. 21/55 Test #21: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 3.28 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 22: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 22: Test timeout computed to be: 1500 22/55 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.15 sec test 23 Start 23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 23: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 23: Test timeout computed to be: 1500 23: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 23/55 Test #23: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.15 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 24: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 24: Test timeout computed to be: 1500 24/55 Test #24: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.15 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 25: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 25: Environment variables: 25: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 25: Test timeout computed to be: 1500 25/55 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.14 sec test 26 Start 26: Kokkos_CoreUnitTest_DeviceAndThreads 26: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 26: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test 26: Test timeout computed to be: 1500 [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o 5: [ OK ] hip.team_scratch_1_streams (64513 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-8324/core/unit_test/hip/TestHIP_UnifiedMemory_ZeroMemset.cpp:45: Skipped 5: this test should only be run with HIP unified memory enabled 5: [ SKIPPED ] hip.unified_memory_zero_memset (0 ms) 5: [----------] 340 tests from hip (199082 ms total) 5: 5: [----------] 17 tests from hip_graph 5: [ RUN ] hip_graph.submit_once 5: [ OK ] hip_graph.submit_once (1 ms) 5: [ RUN ] hip_graph.submit_once_rvalue 5: [ OK ] hip_graph.submit_once_rvalue (0 ms) 5: [ RUN ] hip_graph.instantiate_and_submit_once 5: [ OK ] hip_graph.instantiate_and_submit_once (0 ms) 5: [ RUN ] hip_graph.submit_onto_another_execution_space_instance 5: [ OK ] hip_graph.submit_onto_another_execution_space_instance (1 ms) 5: [ RUN ] hip_graph.create_graph_no_closure_with_exec 5: [ OK ] hip_graph.create_graph_no_closure_with_exec (0 ms) 5: [ RUN ] hip_graph.create_graph_no_arg 5: [ OK ] hip_graph.create_graph_no_arg (0 ms) 5: [ RUN ] hip_graph.submit_six 5: [ OK ] hip_graph.submit_six (2 ms) 5: [ RUN ] hip_graph.when_all_cycle 5: [ OK ] hip_graph.when_all_cycle (0 ms) 5: [ RUN ] hip_graph.repeat_chain 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] hip_graph.repeat_chain (0 ms) 5: [ RUN ] hip_graph.zero_work_reduce 5: [ OK ] hip_graph.zero_work_reduce (0 ms) 5: [ RUN ] hip_graph.empty_graph 5: [ OK ] hip_graph.empty_graph (0 ms) 5: [ RUN ] hip_graph.force_global_launch 5: [ OK ] hip_graph.force_global_launch (0 ms) 5: [ RUN ] hip_graph.sized_functor_launch 5: [ OK ] hip_graph.sized_functor_launch (1 ms) 5: [ RUN ] hip_graph.empty_graph_default_host_exec 5: [ OK ] hip_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] hip_graph.node_lifetime 5: [ OK ] hip_graph.node_lifetime (0 ms) 5: [ RUN ] hip_graph.diamond 5: [ OK ] hip_graph.diamond (2 ms) 5: [ RUN ] hip_graph.end_of_submit_control_flow 5: [ OK ] hip_graph.end_of_submit_control_flow (2 ms) 5: [----------] 17 tests from hip_graph (18 ms total) 5: 5: [----------] 56 tests from hip_managed 5: [ RUN ] hip_managed.view_subview_auto_1d_left 5: [ OK ] hip_managed.view_subview_auto_1d_left (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 (37 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 (113 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (116 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (116 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 (106 ms) 5: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (115 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 (208 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 (1327 ms) 5: [ RUN ] hip_managed.view_fill_tests_layout_left 26: test_device_id (__main__.KokkosInitializationTestCase) ... ok 5: [ OK ] hip_managed.view_fill_tests_layout_left (755 ms) 5: [ RUN ] hip_managed.view_mapping 5: [ OK ] hip_managed.view_mapping (69 ms) 5: [ RUN ] hip_managed.view_mapping_operator 5: [ OK ] hip_managed.view_mapping_operator (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 (3958 ms total) 5: 5: [----------] 27 tests from hip_hostpinned 5: [ RUN ] hip_hostpinned.impl_shared_alloc 5: [ OK ] hip_hostpinned.impl_shared_alloc (128 ms) 5: [ RUN ] hip_hostpinned.view_api_a 26: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 26: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 5: [ OK ] hip_hostpinned.view_api_a (4 ms) 5: [ RUN ] hip_hostpinned.view_layout_left_with_stride 5: [ OK ] hip_hostpinned.view_layout_left_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_layout_right_with_stride 5: [ OK ] hip_hostpinned.view_layout_right_with_stride (0 ms) 5: [ RUN ] hip_hostpinned.view_api_b 5: [ OK ] hip_hostpinned.view_api_b (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 26: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 26: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 26: 26: ---------------------------------------------------------------------- 26: Ran 5 tests in 1.768s 26: 26: OK (skipped=1) 26/55 Test #26: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 2.11 sec test 27 Start 27: Kokkos_PerformanceTest_Benchmark 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T15-26-37.json" 27: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 27: Test timeout computed to be: 1500 27: 2025-09-23T15:55:38+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 27: Run on (6 X 2095.11 MHz CPU s) 27: CPU Caches: 27: L1 Data 32 KiB (x6) 27: L1 Instruction 32 KiB (x6) 27: L2 Unified 4096 KiB (x6) 27: L3 Unified 16384 KiB (x6) 27: Load Average: 1.13, 4.31, 5.35 27: CPU architecture: none 27: Default Device: OpenMPTarget 27: GIT_BRANCH: HEAD 27: GIT_CLEAN_STATUS: CLEAN 27: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 27: GIT_COMMIT_DESCRIPTION: Update desul hash 27: GIT_COMMIT_HASH: 79cbad54b 27: GPU architecture: VOLTA70 27: KOKKOS_COMPILER_CLANG: 2018 27: KOKKOS_ENABLE_ASM: no 27: KOKKOS_ENABLE_CXX20: yes 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_LIBDL: yes 27: KOKKOS_ENABLE_OPENMPTARGET: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: KOKKOS_ENABLE_SERIAL: yes 27: Kokkos Version: 4.7.99 27: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 27: mdspan: enabled 27: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 27: platform: 64bit 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Count Time normalized 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.006 s 5 1024 60.4004n 27: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 31.4731n 27: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 15.8647n 27: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 8.39624n 27: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 4.26672n 27: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 2.38379n 27: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.001 s 5 65.536k 1.28467n 27: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 856.133p 27: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 609.375p 27: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 480.122p 43: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (3606 ms) 43: [----------] 2 tests from std_algorithms_equal_team_test (6009 ms total) 43: 43: [----------] 2 tests from std_algorithms_search_team_test 43: [ RUN ] std_algorithms_search_team_test.sequences_exist 5: [ OK ] hip_hostpinned.view_fill_tests_layout_right (1322 ms) 5: [ RUN ] hip_hostpinned.view_fill_tests_layout_left 43: [ OK ] std_algorithms_search_team_test.sequences_exist (1377 ms) 43: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: rate 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Malloc/N:1/manual_time 20.3 us 23.1 us 32903 49.2871k/s 5: [ OK ] hip_hostpinned.view_fill_tests_layout_left (2086 ms) 5: [ RUN ] hip_hostpinned.view_mapping 5: [ OK ] hip_hostpinned.view_mapping (62 ms) 5: [ RUN ] hip_hostpinned.view_mapping_operator 5: [ OK ] hip_hostpinned.view_mapping_operator (4 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 (3621 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 (65 ms) 5: [----------] 2 tests from hip_constant_memory (144 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 464 tests from 8 test suites ran. (330759 ms total) 5: [ PASSED ] 455 tests. 5: [ SKIPPED ] 9 tests, listed below: 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] hip_managed_DeathTest.view_subview_wrong_extents 5: [ SKIPPED ] hip.mathspecialfunc_cbesselh1stkind 5: [ SKIPPED ] hip.unified_memory_zero_memset 5: [ SKIPPED ] hip_graph.repeat_chain [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o 5/59 Test #5: Kokkos_CoreUnitTest_HIP .................................... Passed 331.29 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_HIPGraphAtomicLocks 6: Test timeout computed to be: 1500 43: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1496 ms) 43: [----------] 2 tests from std_algorithms_search_team_test (2874 ms total) 43: 43: [----------] 2 tests from std_algorithms_find_end_team_test 43: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 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. 6/59 Test #6: Kokkos_CoreUnitTest_HIPGraphAtomicLocks .................... Passed 0.44 sec test 7 Start 7: Kokkos_CoreUnitTest_HIPInterOpInit 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 27: Malloc/N:16/manual_time 19.7 us 22.5 us 35223 50.6512k/s 7: [ OK ] hip.raw_hip_interop (370 ms) 7: [----------] 1 test from hip (370 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test suite ran. (370 ms total) 7: [ PASSED ] 1 test. 7/59 Test #7: Kokkos_CoreUnitTest_HIPInterOpInit ......................... Passed 0.42 sec test 8 Start 8: Kokkos_CoreUnitTest_HIPInterOpStreams 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (399 ms) 8: [----------] 1 test from hip (400 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (400 ms total) 8: [ PASSED ] 1 test. 8/59 Test #8: Kokkos_CoreUnitTest_HIPInterOpStreams ...................... Passed 0.45 sec test 9 Start 9: Kokkos_CoreUnitTest_HIPInterOpGraph 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (9 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 3 tests from 1 test suite ran. (9 ms total) 9: [ PASSED ] 3 tests. 9/59 Test #9: Kokkos_CoreUnitTest_HIPInterOpGraph ........................ Passed 0.44 sec test 10 Start 10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 43: [ OK ] std_algorithms_find_end_team_test.sequences_exist (2005 ms) 43: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 10: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.managed_views (12 ms) 10: [ RUN ] hip_multi_gpu.unmanaged_views 10: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.unmanaged_views (0 ms) 10: [ RUN ] hip_multi_gpu.scratch_space 10: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.scratch_space (0 ms) 10: [ RUN ] hip_multi_gpu.stream_sync_semantics_raw_hip 10: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/hip/TestHIP_InterOp_StreamsMultiGPU.cpp:62: Skipped 10: Skipping HIP multi-gpu testing since current machine only contains a single GPU. 10: 10: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip (0 ms) 10: [----------] 4 tests from hip_multi_gpu (14 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 4 tests from 1 test suite ran. (14 ms total) 10: [ PASSED ] 0 tests. 10: [ SKIPPED ] 4 tests, listed below: 10: [ SKIPPED ] hip_multi_gpu.managed_views 10: [ SKIPPED ] hip_multi_gpu.unmanaged_views 10: [ SKIPPED ] hip_multi_gpu.scratch_space 10: [ SKIPPED ] hip_multi_gpu.stream_sync_semantics_raw_hip 10/59 Test #10: Kokkos_CoreUnitTest_HIPInterOpStreamsMultiGPU .............. Passed 0.44 sec test 11 Start 11: Kokkos_CoreUnitTest_Default 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 11: Test timeout computed to be: 1500 11: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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-8324/core/unit_test/TestSharedSpace.cpp:109: Skipped 11: skipping because specified arch does not support page migration 11: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 11: [ RUN ] defaultdevicetype.shared_host_pinned_space 11: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 11: [ RUN ] defaultdevicetype.compiler_macros 11: [ OK ] defaultdevicetype.compiler_macros (0 ms) 11: [ RUN ] defaultdevicetype.half_conversion 11: [ OK ] defaultdevicetype.half_conversion (4 ms) 11: [ RUN ] defaultdevicetype.bhalf_conversion 11: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 11: [ RUN ] defaultdevicetype.half_operators 11: [ OK ] defaultdevicetype.half_operators (1 ms) 11: [ RUN ] defaultdevicetype.bhalf_operators 11: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 11: [ RUN ] defaultdevicetype.host_space_access 11: [ OK ] defaultdevicetype.host_space_access (0 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a1 11: [ OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b1 11: [ OK ] defaultdevicetype.reduce_instantiation_b1 (16 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c1 11: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a2 11: [ OK ] defaultdevicetype.reduce_instantiation_a2 (9 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b2 11: [ OK ] defaultdevicetype.reduce_instantiation_b2 (21 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c2 11: [ OK ] defaultdevicetype.reduce_instantiation_c2 (8 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_a3 11: [ OK ] defaultdevicetype.reduce_instantiation_a3 (11 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_b3 27: Malloc/N:256/manual_time 20.4 us 23.1 us 35232 48.9965k/s 11: [ OK ] defaultdevicetype.reduce_instantiation_b3 (25 ms) 11: [ RUN ] defaultdevicetype.reduce_instantiation_c3 11: [ OK ] defaultdevicetype.reduce_instantiation_c3 (10 ms) 11: [----------] 19 tests from defaultdevicetype (124 ms total) 11: 11: [----------] 1 test from kokkosresize 11: [ RUN ] kokkosresize.host_space_access 11: [ OK ] kokkosresize.host_space_access (11 ms) 11: [----------] 1 test from kokkosresize (11 ms total) 11: 11: [----------] 1 test from TestViewAPI/0, where TypeParam = 11: [ RUN ] TestViewAPI/0.sizes 11: [ OK ] TestViewAPI/0.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/0 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/1, where TypeParam = 11: [ RUN ] TestViewAPI/1.sizes 11: [ OK ] TestViewAPI/1.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/1 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/2, where TypeParam = 11: [ RUN ] TestViewAPI/2.sizes 11: [ OK ] TestViewAPI/2.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/2 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/3, where TypeParam = 11: [ RUN ] TestViewAPI/3.sizes 11: [ OK ] TestViewAPI/3.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/3 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/4, where TypeParam = 11: [ RUN ] TestViewAPI/4.sizes 11: [ OK ] TestViewAPI/4.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/4 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/5, where TypeParam = 11: [ RUN ] TestViewAPI/5.sizes 11: [ OK ] TestViewAPI/5.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/5 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/6, where TypeParam = 11: [ RUN ] TestViewAPI/6.sizes 11: [ OK ] TestViewAPI/6.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/6 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/7, where TypeParam = 11: [ RUN ] TestViewAPI/7.sizes 11: [ OK ] TestViewAPI/7.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/7 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/8, where TypeParam = 11: [ RUN ] TestViewAPI/8.sizes 11: [ OK ] TestViewAPI/8.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/8 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/9, where TypeParam = 11: [ RUN ] TestViewAPI/9.sizes 11: [ OK ] TestViewAPI/9.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/9 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/10, where TypeParam = 11: [ RUN ] TestViewAPI/10.sizes 11: [ OK ] TestViewAPI/10.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/10 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/11, where TypeParam = 11: [ RUN ] TestViewAPI/11.sizes 11: [ OK ] TestViewAPI/11.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/11 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/12, where TypeParam = 11: [ RUN ] TestViewAPI/12.sizes 11: [ OK ] TestViewAPI/12.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/12 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/13, where TypeParam = 11: [ RUN ] TestViewAPI/13.sizes 11: [ OK ] TestViewAPI/13.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/13 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/14, where TypeParam = 11: [ RUN ] TestViewAPI/14.sizes 11: [ OK ] TestViewAPI/14.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/14 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/15, where TypeParam = 11: [ RUN ] TestViewAPI/15.sizes 11: [ OK ] TestViewAPI/15.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/15 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/16, where TypeParam = 11: [ RUN ] TestViewAPI/16.sizes 11: [ OK ] TestViewAPI/16.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/16 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/17, where TypeParam = 11: [ RUN ] TestViewAPI/17.sizes 11: [ OK ] TestViewAPI/17.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/17 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/18, where TypeParam = 11: [ RUN ] TestViewAPI/18.sizes 11: [ OK ] TestViewAPI/18.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/18 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/19, where TypeParam = 11: [ RUN ] TestViewAPI/19.sizes 11: [ OK ] TestViewAPI/19.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/19 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/20, where TypeParam = 11: [ RUN ] TestViewAPI/20.sizes 11: [ OK ] TestViewAPI/20.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/20 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/21, where TypeParam = 11: [ RUN ] TestViewAPI/21.sizes 11: [ OK ] TestViewAPI/21.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/21 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/22, where TypeParam = 11: [ RUN ] TestViewAPI/22.sizes 11: [ OK ] TestViewAPI/22.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/22 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/23, where TypeParam = 11: [ RUN ] TestViewAPI/23.sizes 11: [ OK ] TestViewAPI/23.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/23 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/24, where TypeParam = 11: [ RUN ] TestViewAPI/24.sizes 11: [ OK ] TestViewAPI/24.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/24 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/25, where TypeParam = 11: [ RUN ] TestViewAPI/25.sizes 11: [ OK ] TestViewAPI/25.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/25 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/26, where TypeParam = 11: [ RUN ] TestViewAPI/26.sizes 11: [ OK ] TestViewAPI/26.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/26 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/27, where TypeParam = 11: [ RUN ] TestViewAPI/27.sizes 11: [ OK ] TestViewAPI/27.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/27 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/28, where TypeParam = 11: [ RUN ] TestViewAPI/28.sizes 11: [ OK ] TestViewAPI/28.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/28 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/29, where TypeParam = 11: [ RUN ] TestViewAPI/29.sizes 11: [ OK ] TestViewAPI/29.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/29 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/30, where TypeParam = 11: [ RUN ] TestViewAPI/30.sizes 11: [ OK ] TestViewAPI/30.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/30 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/31, where TypeParam = 11: [ RUN ] TestViewAPI/31.sizes 11: [ OK ] TestViewAPI/31.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/31 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/32, where TypeParam = 11: [ RUN ] TestViewAPI/32.sizes 11: [ OK ] TestViewAPI/32.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/32 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/33, where TypeParam = 11: [ RUN ] TestViewAPI/33.sizes 11: [ OK ] TestViewAPI/33.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/33 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/34, where TypeParam = 11: [ RUN ] TestViewAPI/34.sizes 11: [ OK ] TestViewAPI/34.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/34 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/35, where TypeParam = 11: [ RUN ] TestViewAPI/35.sizes 11: [ OK ] TestViewAPI/35.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/35 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/36, where TypeParam = 11: [ RUN ] TestViewAPI/36.sizes 11: [ OK ] TestViewAPI/36.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/36 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/37, where TypeParam = 11: [ RUN ] TestViewAPI/37.sizes 11: [ OK ] TestViewAPI/37.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/37 (0 ms total) 11: 11: [----------] 1 test from TestViewAPI/38, where TypeParam = 11: [ RUN ] TestViewAPI/38.sizes 11: [ OK ] TestViewAPI/38.sizes (0 ms) 11: [----------] 1 test from TestViewAPI/38 (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 59 tests from 41 test suites ran. (138 ms total) 11: [ PASSED ] 58 tests. 11: [ SKIPPED ] 1 test, listed below: 11: [ SKIPPED ] defaultdevicetype.shared_space 11/59 Test #11: Kokkos_CoreUnitTest_Default ................................ Passed 0.57 sec test 12 Start 12: Kokkos_CoreUnitTest_InitializeFinalize 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 12: Test timeout computed to be: 1500 12: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 12: [==========] Running 30 tests from 7 test suites. 12: [----------] Global test environment set-up. 12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (1000 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 43: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2017 ms) 43: [----------] 2 tests from std_algorithms_find_end_team_test (4023 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 [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_TeamScratch.cpp.o 27: Malloc/N:4096/manual_time 20.4 us 23.4 us 34192 49.0145k/s 43: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (2051 ms) 43: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 27: Malloc/N:65536/manual_time 25.9 us 30.6 us 27192 38.6587k/s 31: Test_Atomic/100000/iterations:10 4.09 s 4.08 s 10 1 8 0.0104937 1.8608m 963.01u 4.99995G 110.526k 4.99995G 31/58 Test #31: Kokkos_PerformanceTest_Atomic .............................. Passed 279.15 sec test 32 Start 32: Kokkos_PerformanceTest_Reduction 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T15-26-55.json" 32: Test timeout computed to be: 1500 32: 2025-09-23T15:55:42+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 32: Run on (64 X 3277.42 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.03, 2.84, 5.88 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 1800 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX20: yes 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HIP: yes 32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_OPENMP: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 32: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 32: Kokkos Version: 4.7.99 32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 32: macro HIP_VERSION: 60342134 = version 6.3.42134 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: mdspan: disabled 32: mdspan version: not applicable 32: platform: 64bit 32: ---------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations 32: ---------------------------------------------------------------------------------------------------- 32: ReductionCheapScalarResult/10000/iterations:10 41.6 us 40.8 us 10 32: ReductionCheapScalarResult/100000/iterations:10 43.1 us 42.2 us 10 32: ReductionCheapScalarResult/1000000/iterations:10 51.7 us 51.7 us 10 32: ReductionCheapScalarResult/10000000/iterations:10 159 us 158 us 10 32: ReductionCheapHostResult/10000/iterations:10 38.2 us 38.1 us 10 32: ReductionCheapHostResult/100000/iterations:10 41.1 us 41.1 us 10 32: ReductionCheapHostResult/1000000/iterations:10 52.4 us 52.3 us 10 32: ReductionCheapHostResult/10000000/iterations:10 156 us 153 us 10 32: ReductionCheapDeviceResult/10000/iterations:10 22.1 us 22.1 us 10 32: ReductionCheapDeviceResult/100000/iterations:10 24.6 us 24.6 us 10 32: ReductionCheapDeviceResult/1000000/iterations:10 35.3 us 34.9 us 10 32: ReductionCheapDeviceResult/10000000/iterations:10 145 us 144 us 10 32: ReductionExpensive/10000/iterations:10 109 us 108 us 10 32: ReductionExpensive/100000/iterations:10 308 us 306 us 10 32: ReductionExpensive/1000000/iterations:10 2616 us 2605 us 10 32: ReductionExpensive/10000000/iterations:10 22496 us 22427 us 10 32/58 Test #32: Kokkos_PerformanceTest_Reduction ........................... Passed 0.76 sec test 33 Start 33: Kokkos_ContainersUnitTest_OpenMP 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 33: Test timeout computed to be: 1500 33: [==========] Running 72 tests from 2 test suites. 33: [----------] Global test environment set-up. 33: [----------] 2 tests from openmp_DeathTest 33: [ RUN ] openmp_DeathTest.dualview_external_view_construction 33: [ OK ] openmp_DeathTest.dualview_external_view_construction (1669 ms) 33: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (4179 ms) 12: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o 27: Malloc/N:1048576/manual_time 25.7 us 30.5 us 27124 38.9124k/s [ 76%] Linking CXX executable Kokkos_UnitTest_Sort [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o 43: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (4251 ms) 43: [----------] 2 tests from std_algorithms_find_first_of_team_test (6303 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 8 tests from 4 test suites ran. (19211 ms total) 43: [ PASSED ] 8 tests. 43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 19.60 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 44: Test timeout computed to be: 1500 44: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 44: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 44: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 44: For unit testing set OMP_PROC_BIND=false 44: 44: [==========] Running 11 tests from 7 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_find_team_test 44: [ RUN ] std_algorithms_find_team_test.searched_values_exist 44: [ OK ] std_algorithms_find_team_test.searched_values_exist (653 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 (693 ms) 44: [----------] 2 tests from std_algorithms_find_team_test (1347 ms total) 44: 44: [----------] 2 tests from std_algorithms_find_if_team_test 44: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 27: Malloc/N:16777216/manual_time 282 us 184 us 7306 3.54794k/s 27: Malloc/N:268435456/manual_time 6139 us 474 us 98 162.894/s 44: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (627 ms) 44: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 44: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (697 ms) 44: [----------] 2 tests from std_algorithms_find_if_team_test (1325 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 (708 ms) 44: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 27: Malloc/N:4294967296/manual_time 99909 us 3021 us 8 10.0091/s 44: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (628 ms) 44: [----------] 2 tests from std_algorithms_find_if_not_team_test (1336 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 (702 ms) 44: [----------] 1 test from std_algorithms_all_of_team_test (702 ms total) 44: 44: [----------] 1 test from std_algorithms_any_of_team_test 44: [ RUN ] std_algorithms_any_of_team_test.test 27: MallocFree/N:1/manual_time 44.0 us 24.0 us 16063 22.7049k/s 44: [ OK ] std_algorithms_any_of_team_test.test (619 ms) 44: [----------] 1 test from std_algorithms_any_of_team_test (619 ms total) 44: 44: [----------] 1 test from std_algorithms_none_of_team_test 44: [ RUN ] std_algorithms_none_of_team_test.test 12: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (7364 ms) 12: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (12544 ms total) 12: 12: [----------] 4 tests from InitializeFinalize_DeathTest 12: [ RUN ] InitializeFinalize_DeathTest.initialize 27: MallocFree/N:16/manual_time 43.0 us 23.3 us 16390 23.2369k/s 44: [ OK ] std_algorithms_none_of_team_test.test (696 ms) 44: [----------] 1 test from std_algorithms_none_of_team_test (696 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 (656 ms) 44: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 27: MallocFree/N:256/manual_time 45.0 us 24.8 us 16289 22.2392k/s 44: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (650 ms) 44: [----------] 2 tests from std_algorithms_search_n_team_test (1307 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 11 tests from 7 test suites ran. (7336 ms total) 44: [ PASSED ] 11 tests. 44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 7.72 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 45: Test timeout computed to be: 1500 45: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 45: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 45: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 45: For unit testing set OMP_PROC_BIND=false 45: 45: [==========] Running 3 tests from 3 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_min_element_team_test 45: [ RUN ] std_algorithms_min_element_team_test.test 12: [ OK ] InitializeFinalize_DeathTest.initialize (3156 ms) 12: [ RUN ] InitializeFinalize_DeathTest.finalize 27: MallocFree/N:4096/manual_time 41.4 us 22.3 us 15909 24.1693k/s [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynRankView_ViewCustomization.cpp.o 27: MallocFree/N:65536/manual_time 55.7 us 32.2 us 13048 17.9491k/s 27: MallocFree/N:1048576/manual_time 54.5 us 32.1 us 11446 18.3541k/s 45: [ OK ] std_algorithms_min_element_team_test.test (2646 ms) 45: [----------] 1 test from std_algorithms_min_element_team_test (2646 ms total) 45: 45: [----------] 1 test from std_algorithms_max_element_team_test 45: [ RUN ] std_algorithms_max_element_team_test.test 12: [ OK ] InitializeFinalize_DeathTest.finalize (2395 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_initialized [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 12: [ OK ] InitializeFinalize_DeathTest.is_initialized (425 ms) 12: [ RUN ] InitializeFinalize_DeathTest.is_finalized 27: MallocFree/N:16777216/manual_time 323 us 173 us 3552 3.09356k/s 12: [ OK ] InitializeFinalize_DeathTest.is_finalized (442 ms) 12: [----------] 4 tests from InitializeFinalize_DeathTest (6420 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 (155 ms) 12: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (155 ms total) 12: 12: [----------] 1 test from Legion_DeathTest 12: [ RUN ] Legion_DeathTest.individual_backend_initialization 12: [ OK ] Legion_DeathTest.individual_backend_initialization (440 ms) 12: [----------] 1 test from Legion_DeathTest (440 ms total) 12: 12: [----------] 2 tests from PushFinalizeHook_DeathTest 12: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 12: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (432 ms) 12: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 27: MallocFree/N:268435456/manual_time 6496 us 467 us 118 153.936/s 45: [ OK ] std_algorithms_max_element_team_test.test (2635 ms) 45: [----------] 1 test from std_algorithms_max_element_team_test (2635 ms total) 45: 45: [----------] 1 test from std_algorithms_minmax_element_team_test 45: [ RUN ] std_algorithms_minmax_element_team_test.test 12: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (1409 ms) 12: [----------] 2 tests from PushFinalizeHook_DeathTest (1841 ms total) 12: 12: [----------] 6 tests from ScopeGuard_DeathTest 12: [ RUN ] ScopeGuard_DeathTest.create 12: [ OK ] ScopeGuard_DeathTest.create (482 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_argument 27: MallocFree/N:4294967296/manual_time 117535 us 3538 us 10 8.50812/s 12: [ OK ] ScopeGuard_DeathTest.create_argument (414 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 33: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (19813 ms) 33: [----------] 2 tests from openmp_DeathTest (21486 ms total) 33: 33: [----------] 70 tests from openmp 33: [ RUN ] openmp.bitset 33: [ OK ] openmp.bitset (155 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 (1 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 (11 ms) 33: [ RUN ] openmp.dyn_rank_view_api_generic 33: [ OK ] openmp.dyn_rank_view_api_generic (8 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-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 33: skipping since not default execution space 33: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 33: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 33: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 33: [ RUN ] openmp.dyn_rank_view_ctor_from_members 33: [ OK ] openmp.dyn_rank_view_ctor_from_members (0 ms) 33: [ RUN ] openmp.dyn_rank_view_layout_member 33: [ OK ] openmp.dyn_rank_view_layout_member (0 ms) 33: [ RUN ] openmp.dyn_rank_view_team_scratch 33: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 33: [ RUN ] openmp.ErrorReporterViaLambda 33: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 33: [ RUN ] openmp.ErrorReporter 33: [ OK ] openmp.ErrorReporter (0 ms) 33: [ RUN ] openmp.offsetview_construction 33: [ OK ] openmp.offsetview_construction (4 ms) 33: [ RUN ] openmp.offsetview_unmanaged_construction 33: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 33: [ RUN ] openmp.offsetview_subview 33: [ OK ] openmp.offsetview_subview (3 ms) 33: [ RUN ] openmp.offsetview_offsets_rank1 33: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 33: [ RUN ] openmp.offsetview_offsets_rank2 33: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 33: [ RUN ] openmp.offsetview_offsets_rank3 33: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 33: [ RUN ] openmp.scatterview 33: [ OK ] openmp.scatterview (892 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 (1 ms) 33: [ RUN ] openmp.resize_realloc_no_alloc_dualview 33: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 33: [ RUN ] openmp.resize_exec_space_dualview 33: [ OK ] openmp.resize_exec_space_dualview (0 ms) 33: [ RUN ] openmp.realloc_exec_space_dualview 33: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 33: [ RUN ] openmp.resize_realloc_no_init_dynrankview 33: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 33: [ RUN ] openmp.resize_exec_space_dynrankview 33: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 33: [ RUN ] openmp.realloc_exec_space_dynrankview 33: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 33: [ RUN ] openmp.resize_realloc_no_init_scatterview 33: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 33: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 33: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 33: [ RUN ] openmp.resize_exec_space_scatterview 33: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 33: [ RUN ] openmp.realloc_exec_space_scatterview 33: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynrankview 33: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 33: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 33: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 33: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_offsetview 33: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 33: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 33: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 33: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynamicview 33: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 33: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 33: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 33: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 33: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 33: [ RUN ] openmp.UnorderedMap_insert [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o 27: MallocTouch/N:1/manual_time 21.1 us 23.5 us 34434 47.4265k/s 12: [ OK ] ScopeGuard_DeathTest.create_while_initialize (1440 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 45: [ OK ] std_algorithms_minmax_element_team_test.test (2791 ms) 45: [----------] 1 test from std_algorithms_minmax_element_team_test (2792 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 3 tests from 3 test suites ran. (8074 ms total) 45: [ PASSED ] 3 tests. 45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 8.46 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 46: Test timeout computed to be: 1500 46: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 46: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 46: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 46: For unit testing set OMP_PROC_BIND=false 46: 46: [==========] Running 6 tests from 6 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_fill_team_test 46: [ RUN ] std_algorithms_fill_team_test.test 33: [ OK ] openmp.UnorderedMap_insert (3150 ms) 33: [ RUN ] openmp.UnorderedMap_failed_insert 12: [ OK ] ScopeGuard_DeathTest.create_after_initialize (1374 ms) 12: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 46: [ OK ] std_algorithms_fill_team_test.test (1368 ms) 46: [----------] 1 test from std_algorithms_fill_team_test (1368 ms total) 46: 46: [----------] 1 test from std_algorithms_fill_n_team_test 46: [ RUN ] std_algorithms_fill_n_team_test.test 27: MallocTouch/N:16/manual_time 22.3 us 24.7 us 31618 44.9321k/s 46: [ OK ] std_algorithms_fill_n_team_test.test (502 ms) 46: [----------] 1 test from std_algorithms_fill_n_team_test (503 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_team_test 46: [ RUN ] std_algorithms_replace_team_test.test 12: [ OK ] ScopeGuard_DeathTest.create_after_finalize (1347 ms) 12: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 27: MallocTouch/N:256/manual_time 23.1 us 26.0 us 30567 43.2542k/s 12: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (1351 ms) 12: [----------] 6 tests from ScopeGuard_DeathTest (6411 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. (27816 ms total) 12: [ PASSED ] 30 tests. 12/59 Test #12: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 27.97 sec test 13 Start 13: Kokkos_CoreUnitTest_Develop 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 13: Test timeout computed to be: 1500 33: [ OK ] openmp.UnorderedMap_failed_insert (3056 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: [----------] 70 tests from openmp (7300 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 72 tests from 2 test suites ran. (28787 ms total) 33: [ PASSED ] 71 tests. 33: [ SKIPPED ] 1 test, listed below: 33: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 33/58 Test #33: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 29.29 sec test 34 Start 34: Kokkos_ContainersUnitTest_HIP 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 34: Test timeout computed to be: 1500 13: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from defaultdevicetype 13: [ RUN ] defaultdevicetype.development_test 13: [ OK ] defaultdevicetype.development_test (0 ms) 13: [----------] 1 test from defaultdevicetype (0 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (0 ms total) 13: [ PASSED ] 1 test. 13/59 Test #13: Kokkos_CoreUnitTest_Develop ................................ Passed 0.42 sec test 14 Start 14: Kokkos_CoreUnitTest_KokkosP 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 14: Test timeout computed to be: 1500 27: MallocTouch/N:4096/manual_time 68.2 us 55.1 us 9165 14.6707k/s 34: [==========] Running 72 tests from 2 test suites. 34: [----------] Global test environment set-up. 34: [----------] 2 tests from hip_DeathTest 34: [ RUN ] hip_DeathTest.dualview_external_view_construction 34: /var/jenkins/workspace/Kokkos_PR-8324/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 46: [ OK ] std_algorithms_replace_team_test.test (2416 ms) 46: [----------] 1 test from std_algorithms_replace_team_test (2416 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_if_team_test 46: [ RUN ] std_algorithms_replace_if_team_test.test 14: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 (1 ms) 14: [ RUN ] kokkosp.parallel_scan 14: [ OK ] kokkosp.parallel_scan (4 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence 14: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 14: [ RUN ] kokkosp.parallel_scan_no_fence_view 14: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 14: [ RUN ] kokkosp.regions 14: [ OK ] kokkosp.regions (0 ms) 14: [ RUN ] kokkosp.fences 14: [ OK ] kokkosp.fences (0 ms) 14: [ RUN ] kokkosp.raw_allocation 14: [ OK ] kokkosp.raw_allocation (0 ms) 14: [ RUN ] kokkosp.view 14: [ OK ] kokkosp.view (0 ms) 14: [ RUN ] kokkosp.sections 14: [ OK ] kokkosp.sections (0 ms) 14: [ RUN ] kokkosp.metadata 14: [ OK ] kokkosp.metadata (0 ms) 14: [ RUN ] kokkosp.profile_events 14: [ OK ] kokkosp.profile_events (0 ms) 14: [ RUN ] kokkosp.no_init_kernel 14: [ OK ] kokkosp.no_init_kernel (0 ms) 14: [ RUN ] kokkosp.get_events 14: [ OK ] kokkosp.get_events (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_for 14: [ OK ] kokkosp.kernel_name_parallel_for (1 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_reduce 14: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 14: [ RUN ] kokkosp.kernel_name_parallel_scan 14: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 14: [ RUN ] kokkosp.kernel_name_internal 14: [ OK ] kokkosp.kernel_name_internal (0 ms) 14: [ RUN ] kokkosp.profiling_section 14: [ OK ] kokkosp.profiling_section (0 ms) 14: [ RUN ] kokkosp.scoped_profile_region 14: [ OK ] kokkosp.scoped_profile_region (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init 14: [ OK ] kokkosp.create_mirror_no_init (0 ms) 14: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 14: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 14: [ RUN ] kokkosp.create_mirror_view_and_copy 14: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 14: [----------] 31 tests from kokkosp (9 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 31 tests from 1 test suite ran. (9 ms total) 14: [ PASSED ] 31 tests. 14/59 Test #14: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.44 sec test 15 Start 15: Kokkos_CoreUnitTest_ToolIndependence 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 15: Test timeout computed to be: 1500 15/59 Test #15: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.14 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoadHelp 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 16: Environment variables: 16: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/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_ProfilingTestLibraryLoadHelp ........................ Passed 0.41 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLineHelp 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 1500 27: MallocTouch/N:65536/manual_time 70.5 us 60.7 us 9615 14.1901k/s 17: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 17/59 Test #17: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.45 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoad 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 18: Environment variables: 18: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 18: Test timeout computed to be: 1500 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o 18: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1dbcfc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x189b040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x189b140:Host:source:0x1dbd0c0: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:0x1e0ea80: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:0x189b040:40::kokkosp_deallocate_data:Host:source:0x1dbcfc0:40::kokkosp_finalize_library:: 18/59 Test #18: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.43 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLine 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 19: Test timeout computed to be: 1500 27: MallocTouch/N:1048576/manual_time 74.2 us 60.4 us 10375 13.4847k/s 19: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1800::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1d55540:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1d7c200:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1d7c300:Host:source:0x1d55640: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:0x1dcb7c0: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:0x1d7c200:40::kokkosp_deallocate_data:Host:source:0x1d55540:40::kokkosp_finalize_library:: 19/59 Test #19: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.43 sec test 20 Start 20: Kokkos_CoreUnitTest_StackTraceTest 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 20: Test timeout computed to be: 1500 46: [ OK ] std_algorithms_replace_if_team_test.test (2433 ms) 46: [----------] 1 test from std_algorithms_replace_if_team_test (2433 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_copy_team_test 46: [ RUN ] std_algorithms_replace_copy_team_test.test 20: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f6731b365c2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2c8dce] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x2c4c02] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x2c65ac] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fa709] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2d61a0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2d73b9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2d7c58] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2e687d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fb3e9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2e642d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2c6a80] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f67310cf1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f67310cf28b] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2c4a75] 20: 20: demangled test_f1: 20: [0x7f6731b365c2] Kokkos::Impl::save_stacktrace() 20: [0x2c8dce] Test::stacktrace_test_f1(std::ostream&) 20: [0x2c4c02] Test::test_stacktrace(bool, bool) 20: [0x2c65ac] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x2fa709] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2d61a0] testing::Test::Run() 20: [0x2d73b9] testing::TestInfo::Run() 20: [0x2d7c58] testing::TestSuite::Run() 20: [0x2e687d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2fb3e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2e642d] testing::UnitTest::Run() 20: [0x2c6a80] main 20: [0x7f67310cf1ca] 20: [0x7f67310cf28b] __libc_start_main 20: [0x2c4a75] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f6731b365c2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2c8dce] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x2c9296] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x2c56aa] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x2c65ac] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fa709] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2d61a0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2d73b9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2d7c58] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2e687d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fb3e9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2e642d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2c6a80] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f67310cf1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f67310cf28b] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2c4a75] 20: 20: demangled test_f3: 20: [0x7f6731b365c2] Kokkos::Impl::save_stacktrace() 20: [0x2c8dce] Test::stacktrace_test_f1(std::ostream&) 20: [0x2c9296] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x2c56aa] Test::test_stacktrace(bool, bool) 20: [0x2c65ac] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 20: [0x2fa709] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2d61a0] testing::Test::Run() 20: [0x2d73b9] testing::TestInfo::Run() 20: [0x2d7c58] testing::TestSuite::Run() 20: [0x2e687d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2fb3e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2e642d] testing::UnitTest::Run() 20: [0x2c6a80] main 20: [0x7f67310cf1ca] 20: [0x7f67310cf28b] __libc_start_main 20: [0x2c4a75] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 27: MallocTouch/N:16777216/manual_time 183 us 217 us 3825 5.45696k/s 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1336 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7efcb62785c2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2c8dce] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x2c4c02] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x2c6869] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fa709] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2d61a0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2d73b9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2d7c58] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2e687d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fb3e9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2e642d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2c6a80] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7efcb58111ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7efcb581128b] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2c4a75] 20: 20: demangled test_f1: 20: [0x7efcb62785c2] Kokkos::Impl::save_stacktrace() 20: [0x2c8dce] Test::stacktrace_test_f1(std::ostream&) 20: [0x2c4c02] Test::test_stacktrace(bool, bool) 20: [0x2c6869] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x2fa709] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2d61a0] testing::Test::Run() 20: [0x2d73b9] testing::TestInfo::Run() 20: [0x2d7c58] testing::TestSuite::Run() 20: [0x2e687d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2fb3e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2e642d] testing::UnitTest::Run() 20: [0x2c6a80] main 20: [0x7efcb58111ca] 20: [0x7efcb581128b] __libc_start_main 20: [0x2c4a75] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7efcb62785c2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2c8dce] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x2c9296] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x2c56aa] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x2c6869] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fa709] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2d61a0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2d73b9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2d7c58] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2e687d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fb3e9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2e642d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2c6a80] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7efcb58111ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7efcb581128b] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2c4a75] 20: 20: demangled test_f3: 20: [0x7efcb62785c2] Kokkos::Impl::save_stacktrace() 20: [0x2c8dce] Test::stacktrace_test_f1(std::ostream&) 20: [0x2c9296] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x2c56aa] Test::test_stacktrace(bool, bool) 20: [0x2c6869] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 20: [0x2fa709] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2d61a0] testing::Test::Run() 20: [0x2d73b9] testing::TestInfo::Run() 20: [0x2d7c58] testing::TestSuite::Run() 20: [0x2e687d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2fb3e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2e642d] testing::UnitTest::Run() 20: [0x2c6a80] main 20: [0x7efcb58111ca] 20: [0x7efcb581128b] __libc_start_main 20: [0x2c4a75] _start 20: 20: Test setting std::terminate handler that prints the last saved stack trace 27: MallocTouch/N:268435456/manual_time 6172 us 540 us 102 162.024/s [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o 46: [ OK ] std_algorithms_replace_copy_team_test.test (2316 ms) 46: [----------] 1 test from std_algorithms_replace_copy_team_test (2316 ms total) 46: 46: [----------] 1 test from std_algorithms_replace_copy_if_team_test 46: [ RUN ] std_algorithms_replace_copy_if_team_test.test 20: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1344 ms) 20: [----------] 2 tests from defaultdevicetype_DeathTest (2680 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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f092eb365c2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2c8dce] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x22) [0x2c4c02] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fa709] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2d61a0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2d73b9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2d7c58] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2e687d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fb3e9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2e642d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2c6a80] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f092e0cf1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f092e0cf28b] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2c4a75] 20: 20: demangled test_f1: 20: [0x7f092eb365c2] Kokkos::Impl::save_stacktrace() 20: [0x2c8dce] Test::stacktrace_test_f1(std::ostream&) 20: [0x2c4c02] Test::test_stacktrace(bool, bool) 20: [0x2fa709] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2d61a0] testing::Test::Run() 20: [0x2d73b9] testing::TestInfo::Run() 20: [0x2d7c58] testing::TestSuite::Run() 20: [0x2e687d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2fb3e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2e642d] testing::UnitTest::Run() 20: [0x2c6a80] main 20: [0x7f092e0cf1ca] 20: [0x7f092e0cf28b] __libc_start_main 20: [0x2c4a75] _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-8324/build/core/src/libkokkoscore.so.4.7(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7f092eb365c2] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x2c8dce] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x2c9296] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaca) [0x2c56aa] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fa709] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x2d61a0] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x2d73b9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x148) [0x2d7c58] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41d) [0x2e687d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x2fb3e9] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x2e642d] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2c6a80] 20: /lib/x86_64-linux-gnu/libc.so.6(+0x2a1ca) [0x7f092e0cf1ca] 20: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f092e0cf28b] 20: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x2c4a75] 20: 20: demangled test_f3: 20: [0x7f092eb365c2] Kokkos::Impl::save_stacktrace() 20: [0x2c8dce] Test::stacktrace_test_f1(std::ostream&) 20: [0x2c9296] Test::stacktrace_test_f3(std::ostream&, int) 20: [0x2c56aa] Test::test_stacktrace(bool, bool) 20: [0x2fa709] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 20: [0x2d61a0] testing::Test::Run() 20: [0x2d73b9] testing::TestInfo::Run() 20: [0x2d7c58] testing::TestSuite::Run() 20: [0x2e687d] testing::internal::UnitTestImpl::RunAllTests() 20: [0x2fb3e9] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 20: [0x2e642d] testing::UnitTest::Run() 20: [0x2c6a80] main 20: [0x7f092e0cf1ca] 20: [0x7f092e0cf28b] __libc_start_main 20: [0x2c4a75] _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. (2681 ms total) 20: [ PASSED ] 3 tests. 20/59 Test #20: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 3.12 sec test 21 Start 21: Kokkos_IncrementalTest_SERIAL 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 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 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 (41 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 (70 ms) 21: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 21: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 21: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 21: [ OK ] SERIAL.IncrTest_12b_TeamScratch (1 ms) 21: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 21: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 21: [ RUN ] SERIAL.incr_14_MDrangeReduce 21: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 21: [ RUN ] SERIAL.IncrTest_16_parallelscan 21: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 21: [ RUN ] SERIAL.incr_17_atomicView 21: [ OK ] SERIAL.incr_17_atomicView (0 ms) 21: [----------] 28 tests from SERIAL (113 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 28 tests from 1 test suite ran. (113 ms total) 21: [ PASSED ] 28 tests. 21/59 Test #21: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.54 sec test 22 Start 22: Kokkos_IncrementalTest_HIP 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_HIP 22: Test timeout computed to be: 1500 27: MallocTouch/N:4294967296/manual_time 107466 us 3789 us 7 9.30531/s 22: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 : 60241133 = version 6.2.41133 22: macro KOKKOS_ENABLE_ROCTHRUST : defined 22: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 22: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected 22: Total Global Memory: 31.98 GiB 22: Shared Memory per Block: 64 KiB 22: APU or dGPU: dGPU 22: Is Large Bar: 1 22: Supports Managed Memory: 1 22: Architecture capable of accessing system allocated memory: 1 22: System allows accessing system allocated memory on GPU: 0 22: Wavefront Size: 64 22: HIP 22: [ OK ] HIP.IncrTest_01_execspace (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicExchange 22: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicAdd 22: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 22: [ RUN ] HIP.IncrTest_02_AtomicSub 22: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 22: [ RUN ] HIP.IncrTest_03a_memspace_malloc 22: [ OK ] HIP.IncrTest_03a_memspace_malloc (1 ms) 22: [ RUN ] HIP.IncrTest_03b_memspace_free 27: MallocTouchFree/N:1/manual_time 45.5 us 24.8 us 15436 21.9662k/s 46: [ OK ] std_algorithms_replace_copy_if_team_test.test (2000 ms) 46: [----------] 1 test from std_algorithms_replace_copy_if_team_test (2000 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 6 tests from 6 test suites ran. (11038 ms total) 46: [ PASSED ] 6 tests. 46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 11.43 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 47: Test timeout computed to be: 1500 47: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 47: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 47: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 47: For unit testing set OMP_PROC_BIND=false 47: 47: [==========] Running 4 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_reverse_team_test 47: [ RUN ] std_algorithms_reverse_team_test.test [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o 27: MallocTouchFree/N:16/manual_time 45.5 us 24.6 us 16176 21.9733k/s 47: [ OK ] std_algorithms_reverse_team_test.test (1640 ms) 47: [----------] 1 test from std_algorithms_reverse_team_test (1640 ms total) 47: 47: [----------] 1 test from std_algorithms_reverse_copy_team_test 47: [ RUN ] std_algorithms_reverse_copy_team_test.test 27: MallocTouchFree/N:256/manual_time 44.7 us 24.2 us 15978 22.3871k/s 27: MallocTouchFree/N:4096/manual_time 88.0 us 50.9 us 7894 11.3648k/s 47: [ OK ] std_algorithms_reverse_copy_team_test.test (1679 ms) 47: [----------] 1 test from std_algorithms_reverse_copy_team_test (1679 ms total) 47: 47: [----------] 1 test from std_algorithms_rotate_team_test 47: [ RUN ] std_algorithms_rotate_team_test.test 22: [ OK ] HIP.IncrTest_03b_memspace_free (4358 ms) 22: [ RUN ] HIP.IncrTest_04_simple_parallelFor 22: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 22: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 22: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 22: [ RUN ] HIP.IncrTest_05_reduction 22: [ OK ] HIP.IncrTest_05_reduction (7 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange2D 22: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange3D 22: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 22: [ RUN ] HIP.IncrTest_06_mdrange4D 22: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_2D 22: [ OK ] HIP.IncrTest_08_deep_copy_2D (2 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_3D 22: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 22: [ RUN ] HIP.IncrTest_08_deep_copy_4D 22: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 22: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 22: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms) 22: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 22: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 22: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 22: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (107 ms) 22: [ RUN ] HIP.IncrTest_12a_ThreadScratch 22: [ OK ] HIP.IncrTest_12a_ThreadScratch (3 ms) 22: [ RUN ] HIP.IncrTest_12b_TeamScratch 22: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 22: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms) 22: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms) 22: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 22: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms) 22: [ RUN ] HIP.incr_14_MDrangeReduce 22: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 22: [ RUN ] HIP.IncrTest_16_parallelscan 22: [ OK ] HIP.IncrTest_16_parallelscan (5 ms) 22: [ RUN ] HIP.incr_17_atomicView 22: [ OK ] HIP.incr_17_atomicView (0 ms) 22: [----------] 28 tests from HIP (4501 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 28 tests from 1 test suite ran. (4501 ms total) 22: [ PASSED ] 28 tests. 22/59 Test #22: Kokkos_IncrementalTest_HIP ................................. Passed 4.98 sec test 23 Start 23: Kokkos_CoreUnitTest_CTestDevice 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 23: Test timeout computed to be: 1500 23: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 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 27: MallocTouchFree/N:65536/manual_time 95.9 us 58.5 us 7175 10.4314k/s [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o 23: [ OK ] ctest_environment_DeathTest.invalid_rank (638 ms) 23: [ RUN ] ctest_environment_DeathTest.no_type_str 27: MallocTouchFree/N:1048576/manual_time 98.1 us 59.9 us 7344 10.1967k/s 47: [ OK ] std_algorithms_rotate_team_test.test (1566 ms) 47: [----------] 1 test from std_algorithms_rotate_team_test (1566 ms total) 47: 47: [----------] 1 test from std_algorithms_rotate_copy_team_test 47: [ RUN ] std_algorithms_rotate_copy_team_test.test 23: [ OK ] ctest_environment_DeathTest.no_type_str (712 ms) 23: [ RUN ] ctest_environment_DeathTest.missing_type 27: MallocTouchFree/N:16777216/manual_time 271 us 214 us 2684 3.68961k/s 27: MallocTouchFree/N:268435456/manual_time 6108 us 528 us 100 163.73/s 23: [ OK ] ctest_environment_DeathTest.missing_type (1133 ms) 23: [ RUN ] ctest_environment_DeathTest.no_id_str 47: [ OK ] std_algorithms_rotate_copy_team_test.test (1629 ms) 47: [----------] 1 test from std_algorithms_rotate_copy_team_test (1629 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (6516 ms total) 47: [ PASSED ] 4 tests. 47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 6.95 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 48: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 48: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 48: For unit testing set OMP_PROC_BIND=false 48: 23: [ OK ] ctest_environment_DeathTest.no_id_str (616 ms) 23: [ RUN ] ctest_environment_DeathTest.invalid_id_str 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 27: MallocTouchFree/N:4294967296/manual_time 108640 us 4214 us 6 9.20474/s 23: [ OK ] ctest_environment_DeathTest.invalid_id_str (1175 ms) 23: [----------] 5 tests from ctest_environment_DeathTest (4275 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. (4276 ms total) 23: [ PASSED ] 8 tests. 23/59 Test #23: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 4.44 sec test 24 Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 24: Test timeout computed to be: 1500 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: Benchmark Time CPU Iterations FOM: GB/s MB 27: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 27: ViewAllocate_Rank1/N:10/manual_time 0.015 s 0.001 s 36 53.4816/s 800 24/59 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.15 sec test 25 Start 25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 25: Test timeout computed to be: 1500 25: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 25/59 Test #25: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.15 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 26: Test timeout computed to be: 1500 26/59 Test #26: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.15 sec test 27 Start 27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 27: Environment variables: 27: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 27: Test timeout computed to be: 1500 27/59 Test #27: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.15 sec test 28 Start 28: Kokkos_CoreUnitTest_DeviceAndThreads 28: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 28: Test timeout computed to be: 1500 27: ViewAllocate_Rank1/N:10/manual_time 0.019 s 0.001 s 36 43.1172/s 800 [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o 27: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.001 s 38 45.1606/s 800 28: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ok 48: [ OK ] std_algorithms_move_team_test.test (3394 ms) 48: [----------] 1 test from std_algorithms_move_team_test (3395 ms total) 48: 48: [----------] 1 test from std_algorithms_move_backward_team_test 48: [ RUN ] std_algorithms_move_backward_team_test.test 27: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.001 s 38 43.3313/s 800 27: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.001 s 38 43.3536/s 800 28: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ok 48: [ OK ] std_algorithms_move_backward_team_test.test (2103 ms) 48: [----------] 1 test from std_algorithms_move_backward_team_test (2103 ms total) 48: 48: [----------] 1 test from std_algorithms_shift_left_team_test 48: [ RUN ] std_algorithms_shift_left_team_test.test 28: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ok 28: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... skipped 'no host parallel backend enabled' 27: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.001 s 38 43.1899/s 800 27: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.001 s 38 43.1211/s 800 28: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ok 28: 28: ---------------------------------------------------------------------- 28: Ran 5 tests in 5.770s 28: 28: OK (skipped=1) 28/59 Test #28: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 5.82 sec test 29 Start 29: Kokkos_PerformanceTest_Benchmark 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T15-32-41.json" 29: Test timeout computed to be: 1500 34: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (19819 ms) 34: [----------] 2 tests from hip_DeathTest (19819 ms total) 34: 34: [----------] 70 tests from hip 34: [ RUN ] hip.bitset 34: [ OK ] hip.bitset (24 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 (14 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 (15 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 (47 ms) 34: [ RUN ] hip.dyn_rank_view_api_generic 34: [ OK ] hip.dyn_rank_view_api_generic (31 ms) 34: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 34: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (3 ms) 34: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 34: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 34: [ RUN ] hip.dyn_rank_view_api_operator_rank67 34: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 34: [ RUN ] hip.dyn_rank_view_ctor_from_members 34: [ OK ] hip.dyn_rank_view_ctor_from_members (0 ms) 34: [ RUN ] hip.dyn_rank_view_layout_member 34: [ OK ] hip.dyn_rank_view_layout_member (0 ms) 34: [ RUN ] hip.dyn_rank_view_team_scratch 34: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 34: [ RUN ] hip.ErrorReporterViaLambda 34: [ OK ] hip.ErrorReporterViaLambda (4 ms) 34: [ RUN ] hip.ErrorReporter 34: [ OK ] hip.ErrorReporter (0 ms) 34: [ RUN ] hip.offsetview_construction 34: [ OK ] hip.offsetview_construction (7 ms) 34: [ RUN ] hip.offsetview_unmanaged_construction 34: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 34: [ RUN ] hip.offsetview_subview 34: [ OK ] hip.offsetview_subview (0 ms) 34: [ RUN ] hip.offsetview_offsets_rank1 34: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 34: [ RUN ] hip.offsetview_offsets_rank2 34: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 34: [ RUN ] hip.offsetview_offsets_rank3 34: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 34: [ RUN ] hip.scatterview 27: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.001 s 38 43.0942/s 800 29: 2025-09-23T16:03:03+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 29: Run on (255 X 3524.79 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: 4.01, 10.77, 15.36 29: APU or dGPU: dGPU 29: Architecture capable of accessing system allocated memory: 1 29: CPU architecture: none 29: Default Device: HIP 29: GPU architecture: AMD_GFX908 29: Is Large Bar: 1 29: KOKKOS_COMPILER_CLANG: 1800 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX20: yes 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HIP: yes 29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: KOKKOS_ENABLE_SERIAL: yes 29: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 29: Kokkos Version: 4.7.99 29: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 29: Shared Memory per Block: 64 KiB 29: Supports Managed Memory: 1 29: System allows accessing system allocated memory on GPU: 0 29: Total Global Memory: 31.98 GiB 29: Wavefront Size: 64 29: XNACK environment variable set: no 29: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 29: macro HIP_VERSION: 60241133 = version 6.2.41133 29: macro KOKKOS_ENABLE_HIP: defined 29: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 29: macro KOKKOS_ENABLE_ROCTHRUST: defined 29: mdspan: enabled 29: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 29: platform: 64bit 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: GramSchmidt/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1024 6.74189u 29: GramSchmidt/Count:2048/iterations:5/manual_time 0.007 s 0.008 s 5 2.048k 3.35208u 29: GramSchmidt/Count:4096/iterations:5/manual_time 0.007 s 0.008 s 5 4.096k 1.67865u 29: GramSchmidt/Count:8192/iterations:5/manual_time 0.007 s 0.008 s 5 8.192k 830.562n 29: GramSchmidt/Count:16384/iterations:5/manual_time 0.007 s 0.008 s 5 16.384k 415.12n 29: GramSchmidt/Count:32768/iterations:5/manual_time 0.007 s 0.009 s 5 32.768k 224.794n 29: GramSchmidt/Count:65536/iterations:5/manual_time 0.008 s 0.012 s 5 65.536k 123.804n 27: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.001 s 38 43.1543/s 800 29: GramSchmidt/Count:131072/iterations:5/manual_time 0.010 s 0.019 s 5 131.072k 76.5919n 29: GramSchmidt/Count:262144/iterations:5/manual_time 0.030 s 0.044 s 5 262.144k 115.924n 29: GramSchmidt/Count:524288/iterations:5/manual_time 0.033 s 0.058 s 5 524.288k 62.3102n 27: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.001 s 37 42.2548/s 800 27: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.001 s 38 43.0991/s 800 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s Max 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: CustomReduction/N:100000/R:1000/manual_time 0.007 s 0.018 s 89 14.8115k/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.515 s 0.512 s 1 0.0984159 0.0475558 0.0878194 0.0420634 0.0443696 2.49u 27: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.001 s 38 43.1816/s 800 48: [ OK ] std_algorithms_shift_left_team_test.test (5919 ms) 48: [----------] 1 test from std_algorithms_shift_left_team_test (5919 ms total) 48: 48: [----------] 1 test from std_algorithms_shift_right_team_test 48: [ RUN ] std_algorithms_shift_right_team_test.test 27: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.001 s 38 43.1435/s 800 [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: OverlapMDRangePolicy/N:200/M:10000/R:10 0.045 s 0.045 s 16 8.20049m 4.06765m 7.73907m 3.87066m 3.91263m 4.571u 27: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.001 s 38 43.0725/s 800 29: OverlapTeamPolicy/N:20/M:1000000/R:10 0.205 s 0.203 s 3 0.0356548 0.0184364 0.0340283 0.0184783 0.0186687 2.949u 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations Count Time normalized 29: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.001 s 5 1024 35.0869n 29: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 16.1572n 29: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 6.39893n 29: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.19214n 29: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.76874n 29: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1085.17p 29: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 710.449p 29: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 542.519p 29: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 446.011p 29: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 390.965p 27: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.001 s 38 43.0063/s 800 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 27: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.001 s 38 43.1734/s 800 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Benchmark Time CPU Iterations FOM: rate 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 29: Malloc/N:1/manual_time 23.5 us 54.7 us 28884 42.572k/s 48: [ OK ] std_algorithms_shift_right_team_test.test (5924 ms) 48: [----------] 1 test from std_algorithms_shift_right_team_test (5924 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (17342 ms total) 48: [ PASSED ] 4 tests. 48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 17.74 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 49: Test timeout computed to be: 1500 49: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 49: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 49: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 49: For unit testing set OMP_PROC_BIND=false 49: [ 77%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o 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 27: ViewDeepCopy_Rank1/N:10/manual_time 0.166 s 0.165 s 4 9.66051/s 1.6k 29: Malloc/N:16/manual_time 24.3 us 56.4 us 29541 41.2323k/s 27: ViewDeepCopy_Rank1/N:10/manual_time 0.166 s 0.165 s 4 9.62233/s 1.6k [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 382 895.608/s 1.6k 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 380 890.494/s 1.6k 29: Malloc/N:256/manual_time 23.3 us 54.1 us 30022 42.9638k/s 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 371 870.015/s 1.6k 27: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.000 s 247 293.895/s 800 29: Malloc/N:4096/manual_time 23.5 us 54.4 us 29645 42.56k/s 49: [ OK ] std_algorithms_copy_team_test.test (4412 ms) 49: [----------] 1 test from std_algorithms_copy_team_test (4412 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 (570 ms) 49: [----------] 1 test from std_algorithms_copy_n_team_test (570 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 (2128 ms) 49: [----------] 1 test from std_algorithms_copy_backward_team_test (2128 ms total) 49: 49: [----------] 1 test from std_algorithms_copy_if_team_test 49: [ RUN ] std_algorithms_copy_if_team_test.test 27: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.171 s 0.171 s 4 4.6675/s 800 29: Malloc/N:65536/manual_time 23.7 us 55.1 us 29675 42.267k/s 34: [ OK ] hip.scatterview (19280 ms) 34: [ RUN ] hip.scatterview_devicetype 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 387 893.289/s 1.6k 49: [ OK ] std_algorithms_copy_if_team_test.test (1989 ms) 49: [----------] 1 test from std_algorithms_copy_if_team_test (1989 ms total) 49: 49: [----------] 1 test from std_algorithms_unique_copy_team_test 49: [ RUN ] std_algorithms_unique_copy_team_test.test 27: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 382 887.166/s 1.6k 29: Malloc/N:1048576/manual_time 31.7 us 74.2 us 29729 31.5105k/s 27: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 384 853.749/s 1.6k 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 363 853.564/s 1.6k [ 78%] Built target Kokkos_ContainersUnitTest_Serial [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o 49: [ OK ] std_algorithms_unique_copy_team_test.test (2413 ms) 49: [----------] 1 test from std_algorithms_unique_copy_team_test (2413 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_team_test 49: [ RUN ] std_algorithms_remove_team_test.test 27: ViewDeepCopy_Rank2/N:10/manual_time 0.021 s 0.000 s 33 74.8845/s 1.6k 29: Malloc/N:16777216/manual_time 440 us 228 us 4424 2.27305k/s 27: ViewDeepCopy_Rank3/N:10/manual_time 0.023 s 0.000 s 30 68.4718/s 1.6k 29: Malloc/N:268435456/manual_time 9339 us 457 us 75 107.082/s 49: [ OK ] std_algorithms_remove_team_test.test (1926 ms) 49: [----------] 1 test from std_algorithms_remove_team_test (1926 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_if_team_test 49: [ RUN ] std_algorithms_remove_if_team_test.test [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o 27: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 363 858.565/s 1.6k 29: Malloc/N:4294967296/manual_time 147151 us 1413 us 5 6.79573/s 49: [ OK ] std_algorithms_remove_if_team_test.test (1241 ms) 49: [----------] 1 test from std_algorithms_remove_if_team_test (1241 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_copy_team_test 49: [ RUN ] std_algorithms_remove_copy_team_test.test 27: ViewDeepCopy_Rank2/N:10/manual_time 0.021 s 0.000 s 33 75.1093/s 1.6k 29: MallocFree/N:1/manual_time 154 us 153 us 4561 6.51004k/s 29: MallocFree/N:16/manual_time 115 us 114 us 4558 8.71041k/s 27: ViewDeepCopy_Rank3/N:10/manual_time 0.023 s 0.000 s 31 70.7424/s 1.6k 29: MallocFree/N:256/manual_time 59.9 us 59.7 us 10772 16.6995k/s 27: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 367 840.059/s 1.6k 29: MallocFree/N:4096/manual_time 53.8 us 53.7 us 12974 18.5784k/s 49: [ OK ] std_algorithms_remove_copy_team_test.test (2175 ms) 49: [----------] 1 test from std_algorithms_remove_copy_team_test (2175 ms total) 49: 49: [----------] 1 test from std_algorithms_remove_copy_if_team_test 49: [ RUN ] std_algorithms_remove_copy_if_team_test.test 27: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 360 866.142/s 1.6k 29: MallocFree/N:65536/manual_time 53.8 us 53.7 us 12907 18.5831k/s 29: MallocFree/N:1048576/manual_time 53.4 us 53.3 us 13035 18.7145k/s 27: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 373 873.748/s 1.6k 49: [ OK ] std_algorithms_remove_copy_if_team_test.test (1925 ms) 49: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1925 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 9 tests from 9 test suites ran. (18783 ms total) 49: [ PASSED ] 9 tests. 49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 19.20 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 50: Test timeout computed to be: 1500 50: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 50: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 50: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 50: For unit testing set OMP_PROC_BIND=false 50: 50: [==========] Running 4 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_unique_team_test 50: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 27: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 360 840.709/s 1.6k 29: MallocFree/N:16777216/manual_time 447 us 231 us 3064 2.23778k/s 27: ViewDeepCopy_Rank4/N:10/manual_time 0.024 s 0.000 s 29 67.9346/s 1.6k 29: MallocFree/N:268435456/manual_time 11791 us 1825 us 73 84.8083/s 27: ViewDeepCopy_Rank5/N:10/manual_time 0.024 s 0.000 s 29 67.2537/s 1.6k 50: [ OK ] std_algorithms_unique_team_test.test_default_predicate (2504 ms) 50: [----------] 1 test from std_algorithms_unique_team_test (2504 ms total) 50: 50: [----------] 1 test from std_algorithms_adjacent_difference_team_test 50: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 27: ViewDeepCopy_Rank4/N:10/manual_time 0.024 s 0.000 s 29 67.9324/s 1.6k 29: MallocFree/N:4294967296/manual_time 157716 us 1136 us 10 6.34053/s 27: ViewDeepCopy_Rank5/N:10/manual_time 0.024 s 0.000 s 29 67.3965/s 1.6k 29: MallocTouch/N:1/manual_time 126 us 154 us 5499 7.91414k/s 27: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 361 843.887/s 1.6k [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 27: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 359 837.93/s 1.6k 50: [ OK ] std_algorithms_adjacent_difference_team_test.test (3948 ms) 50: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3948 ms total) 50: 50: [----------] 1 test from std_algorithms_reduce_team_test 50: [ RUN ] std_algorithms_reduce_team_test.test 29: MallocTouch/N:16/manual_time 21.5 us 47.3 us 33467 46.4399k/s [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o 27: ViewDeepCopy_Rank6/N:10/manual_time 0.024 s 0.000 s 29 67.1746/s 1.6k [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o 27: ViewDeepCopy_Rank6/N:10/manual_time 0.024 s 0.000 s 29 67.4887/s 1.6k 50: [ OK ] std_algorithms_reduce_team_test.test (2148 ms) 50: [----------] 1 test from std_algorithms_reduce_team_test (2148 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_reduce_team_test 50: [ RUN ] std_algorithms_transform_reduce_team_test.test 27: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 363 842.447/s 1.6k 29: MallocTouch/N:256/manual_time 21.2 us 47.4 us 33384 47.1453k/s 27: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 362 866.737/s 1.6k 29: MallocTouch/N:4096/manual_time 57.5 us 82.6 us 10000 17.4008k/s 27: ViewDeepCopy_Rank7/N:10/manual_time 0.024 s 0.000 s 29 67.8227/s 1.6k [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o 29: MallocTouch/N:65536/manual_time 31.9 us 58.1 us 21366 31.3903k/s 27: ViewDeepCopy_Rank7/N:10/manual_time 0.023 s 0.000 s 30 68.3274/s 1.6k 27: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 363 855.146/s 1.6k 27: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 365 854.174/s 1.6k 29: MallocTouch/N:1048576/manual_time 34.9 us 60.7 us 20652 28.6672k/s 50: [ OK ] std_algorithms_transform_reduce_team_test.test (4311 ms) 50: [----------] 1 test from std_algorithms_transform_reduce_team_test (4311 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (12914 ms total) 50: [ PASSED ] 4 tests. 50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 13.34 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 51: Test timeout computed to be: 1500 51: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 51: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 51: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 51: For unit testing set OMP_PROC_BIND=false 51: 51: [==========] Running 18 tests from 5 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_is_sorted_team_test 51: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 27: ViewDeepCopy_Rank8/N:10/manual_time 0.024 s 0.000 s 29 66.9943/s 1.6k 27: ViewDeepCopy_Rank8/N:10/manual_time 0.024 s 0.000 s 29 67.5154/s 1.6k 29: MallocTouch/N:16777216/manual_time 385 us 283 us 3683 2.5981k/s 51: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (2625 ms) 51: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 29: MallocTouch/N:268435456/manual_time 9332 us 534 us 75 107.153/s 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 330 772.868/s 1.6k 29: MallocTouch/N:4294967296/manual_time 146986 us 2342 us 5 6.80337/s 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 340 768.479/s 1.6k 29: MallocTouchFree/N:1/manual_time 153 us 153 us 4554 6.5181k/s 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 329 769.023/s 1.6k 51: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2458 ms) 51: [----------] 2 tests from std_algorithms_is_sorted_team_test (5084 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 (20 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (21 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 27: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 321 760.85/s 1.6k 29: MallocTouchFree/N:16/manual_time 46.5 us 46.4 us 14401 21.5129k/s 27: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 764 902.925/s 800 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2362 ms) 51: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 27: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 762 907.499/s 800 29: MallocTouchFree/N:256/manual_time 45.4 us 45.3 us 16011 22.0319k/s 27: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 778 909.894/s 800 29: MallocTouchFree/N:4096/manual_time 58.0 us 57.8 us 11214 17.2442k/s 29: MallocTouchFree/N:65536/manual_time 57.5 us 57.4 us 12231 17.3858k/s 27: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 774 910.415/s 800 27: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 777 907.106/s 800 29: MallocTouchFree/N:1048576/manual_time 59.6 us 59.5 us 12281 16.769k/s 51: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (2907 ms) 51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (5311 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 (10 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 27: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 776 909.188/s 800 29: MallocTouchFree/N:16777216/manual_time 405 us 246 us 2716 2.46806k/s 51: [ OK ] std_algorithms_is_partitioned_team_test.all_true (1345 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 27: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.000 s 360 203.853/s 400 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o 29: MallocTouchFree/N:268435456/manual_time 9452 us 562 us 74 105.796/s 27: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 766 908.086/s 800 29: MallocTouchFree/N:4294967296/manual_time 147381 us 2229 us 5 6.78514/s 51: [ OK ] std_algorithms_is_partitioned_team_test.all_false (1338 ms) 51: [ RUN ] std_algorithms_is_partitioned_team_test.random 27: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 776 907.279/s 800 51: [ OK ] std_algorithms_is_partitioned_team_test.random (1114 ms) 51: [----------] 4 tests from std_algorithms_is_partitioned_team_test (3808 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 (17 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.all_true 27: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 776 904.167/s 800 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 29: ViewAllocate_Rank1/N:10/manual_time 0.026 s 0.001 s 29 31.2396/s 800 27: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 774 907.149/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o 29: ViewAllocate_Rank1/N:10/manual_time 0.027 s 0.001 s 26 29.7963/s 800 27: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 776 908.975/s 800 29: ViewAllocate_Rank2/N:10/manual_time 0.027 s 0.001 s 26 29.8414/s 800 27: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 769 901.137/s 800 51: [ OK ] std_algorithms_partition_copy_team_test.all_true (3280 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.all_false 29: ViewAllocate_Rank2/N:10/manual_time 0.027 s 0.001 s 26 29.8795/s 800 27: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 766 898.402/s 800 27: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 770 907.695/s 800 29: ViewAllocate_Rank3/N:10/manual_time 0.027 s 0.001 s 26 29.8347/s 800 27: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 776 903.677/s 800 29: ViewAllocate_Rank3/N:10/manual_time 0.027 s 0.001 s 26 29.8105/s 800 27: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 775 909.078/s 800 27: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 785 919.69/s 800 51: [ OK ] std_algorithms_partition_copy_team_test.all_false (3278 ms) 51: [ RUN ] std_algorithms_partition_copy_team_test.random 29: ViewAllocate_Rank4/N:10/manual_time 0.027 s 0.001 s 28 29.8047/s 800 27: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 775 908.771/s 800 27: ViewResize_Rank1/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.39344k/s 1.6k 27: ViewResize_Rank1/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.41197k/s 1.6k 27: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.30956k/s 1.6k 27: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.28838k/s 1.6k 27: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.27063k/s 1.6k 27: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.35328k/s 1.6k 27: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.68704k/s 1.6k 27: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.38066k/s 1.6k 27: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.1672k/s 1.6k 27: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.21702k/s 1.6k 27: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.86153k/s 1.6k 27: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.8963k/s 1.6k 27: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.18521k/s 1.6k 27: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.24229k/s 1.6k 27: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.11726k/s 1.6k 27: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.19574k/s 1.6k 27: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.38915k/s 1.6k 27: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.39545k/s 1.6k 27: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.80312k/s 1.6k 27: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.04032k/s 1.6k 27: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.00083k/s 1.6k 27: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 1.99121k/s 1.6k 27: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s29: ViewAllocate_Rank4/N:10/manual_time 0.027 s 0.001 s 24 29.8451/s 800 10 4.19568k/s 1.6k 27: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.16426k/s 1.6k 27: ViewResize_Rank7/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.22776k/s 1.6k 27: ViewResize_Rank7/N:10/iterations:10/manual_time 0.005 s 0.000 s 10 327.744/s 1.6k 27: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.46765k/s 1.6k 27: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 413.125/s 1.6k 27: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 379.248/s 1.6k 27: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 518.139/s 1.6k 27: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 475.957/s 1.6k 27: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 483.561/s 1.6k 27: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.027 s 0.001 s 10 58.6712/s 1.6k 27: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.035 s 0.001 s 10 45.9466/s 1.6k 29: ViewAllocate_Rank5/N:10/manual_time 0.027 s 0.001 s 26 29.8164/s 800 27/55 Test #27: Kokkos_PerformanceTest_Benchmark ........................... Passed 121.65 sec test 28 Start 28: Kokkos_Benchmark_Atomic_MinMax 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T15-26-37.json" 28: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 28: Test timeout computed to be: 1500 28: 2025-09-23T15:57:40+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 28: Run on (6 X 2095.11 MHz CPU s) 28: CPU Caches: 28: L1 Data 32 KiB (x6) 28: L1 Instruction 32 KiB (x6) 28: L2 Unified 4096 KiB (x6) 28: L3 Unified 16384 KiB (x6) 28: Load Average: 0.71, 3.09, 4.77 28: CPU architecture: none 28: Default Device: OpenMPTarget 28: GIT_BRANCH: HEAD 28: GIT_CLEAN_STATUS: CLEAN 28: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 28: GIT_COMMIT_DESCRIPTION: Update desul hash 28: GIT_COMMIT_HASH: 79cbad54b 28: GPU architecture: VOLTA70 28: KOKKOS_COMPILER_CLANG: 2018 28: KOKKOS_ENABLE_ASM: no 28: KOKKOS_ENABLE_CXX20: yes 28: KOKKOS_ENABLE_CXX23: no 28: KOKKOS_ENABLE_CXX26: no 28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 28: KOKKOS_ENABLE_HWLOC: no 28: KOKKOS_ENABLE_LIBDL: yes 28: KOKKOS_ENABLE_OPENMPTARGET: yes 28: KOKKOS_ENABLE_PRAGMA_IVDEP: no 28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 28: KOKKOS_ENABLE_PRAGMA_UNROLL: no 28: KOKKOS_ENABLE_PRAGMA_VECTOR: no 28: KOKKOS_ENABLE_SERIAL: yes 28: Kokkos Version: 4.7.99 28: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 28: mdspan: enabled 28: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 28: platform: 64bit 28: ---------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations 28: ---------------------------------------------------------------------------------------------------------------------------------------- 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.001 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 28/55 Test #28: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.39 sec test 29 Start 29: Kokkos_PerformanceTest_ViewFirstTouch 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T15-26-37.json" 29: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 29: Test timeout computed to be: 1500 29: 2025-09-23T15:57:40+00:00 29: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 29: Run on (6 X 2095.11 MHz CPU s) 29: CPU Caches: 29: L1 Data 32 KiB (x6) 29: L1 Instruction 32 KiB (x6) 29: L2 Unified 4096 KiB (x6) 29: L3 Unified 16384 KiB (x6) 29: Load Average: 0.71, 3.09, 4.77 29: CPU architecture: none 29: Default Device: OpenMPTarget 29: GIT_BRANCH: HEAD 29: GIT_CLEAN_STATUS: CLEAN 29: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 29: GIT_COMMIT_DESCRIPTION: Update desul hash 29: GIT_COMMIT_HASH: 79cbad54b 29: GPU architecture: VOLTA70 29: KOKKOS_COMPILER_CLANG: 2018 29: KOKKOS_ENABLE_ASM: no 29: KOKKOS_ENABLE_CXX20: yes 29: KOKKOS_ENABLE_CXX23: no 29: KOKKOS_ENABLE_CXX26: no 29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 29: KOKKOS_ENABLE_HWLOC: no 29: KOKKOS_ENABLE_LIBDL: yes 29: KOKKOS_ENABLE_OPENMPTARGET: yes 29: KOKKOS_ENABLE_PRAGMA_IVDEP: no 29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 29: KOKKOS_ENABLE_PRAGMA_UNROLL: no 29: KOKKOS_ENABLE_PRAGMA_VECTOR: no 29: KOKKOS_ENABLE_SERIAL: yes 29: Kokkos Version: 4.7.99 29: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 29: mdspan: enabled 29: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 29: platform: 64bit 51: [ OK ] std_algorithms_partition_copy_team_test.random (3038 ms) 51: [----------] 4 tests from std_algorithms_partition_copy_team_test (9614 ms total) 51: 51: [----------] 4 tests from std_algorithms_partition_point_team_test 51: [ RUN ] std_algorithms_partition_point_team_test.empty 51: [ OK ] std_algorithms_partition_point_team_test.empty (10 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.all_true 29: ------------------------------------------------------------------------------------------------------------------------------------ 29: Benchmark Time CPU Iterations FOM: GB/s MB 29: ------------------------------------------------------------------------------------------------------------------------------------ 29: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 9291 6.95398m/s 512u 29: ViewAllocate_Rank5/N:10/manual_time 0.027 s 0.001 s 42 29.8459/s 800 29: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 9493 0.0567232/s 4.096m 51: [ OK ] std_algorithms_partition_point_team_test.all_true (1301 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.all_false 29: ViewAllocate_Rank6/N:10/manual_time 0.027 s 0.001 s 26 29.8302/s 800 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o 29: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 8851 0.434366/s 0.032768 51: [ OK ] std_algorithms_partition_point_team_test.all_false (1299 ms) 51: [ RUN ] std_algorithms_partition_point_team_test.random 29: ViewAllocate_Rank6/N:10/manual_time 0.027 s 0.001 s 26 29.8157/s 800 29: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 9232 2.6065/s 0.262144 51: [ OK ] std_algorithms_partition_point_team_test.random (1067 ms) 51: [----------] 4 tests from std_algorithms_partition_point_team_test (3678 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 18 tests from 5 test suites ran. (27497 ms total) 51: [ PASSED ] 18 tests. 51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 27.91 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 52: Test timeout computed to be: 1500 52: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 52: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 52: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 52: For unit testing set OMP_PROC_BIND=false 52: 29: ViewAllocate_Rank7/N:10/manual_time 0.027 s 0.001 s 26 29.8061/s 800 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 29: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 3477 11.2558/s 2.09715 29: ViewAllocate_Rank7/N:10/manual_time 0.027 s 0.001 s 26 29.8215/s 800 [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o 29: ViewFirstTouch_Initialize/N:2097152/manual_time 0.000 s 0.000 s 2773 67.6379/s 16.7772 29: ViewAllocate_Rank8/N:10/manual_time 0.027 s 0.001 s 26 29.8137/s 800 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o 29: ViewAllocate_Rank8/N:10/manual_time 0.026 s 0.001 s 24 31.0491/s 800 34: [ OK ] hip.scatterview_devicetype (48757 ms) 34: [ RUN ] hip.resize_realloc_no_init_dualview 34: [ OK ] hip.resize_realloc_no_init_dualview (3 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 (3928 ms) 34: [ RUN ] hip.UnorderedMap_failed_insert 34: [ OK ] hip.UnorderedMap_failed_insert (983 ms) 34: [ RUN ] hip.UnorderedMap_deep_copy 34: [ OK ] hip.UnorderedMap_deep_copy (6 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: [----------] 70 tests from hip (73134 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 72 tests from 2 test suites ran. (92953 ms total) 34: [ PASSED ] 71 tests. 34: [ SKIPPED ] 1 test, listed below: 34: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction 34/58 Test #34: Kokkos_ContainersUnitTest_HIP .............................. Passed 93.55 sec test 35 Start 35: Kokkos_ContainersPerformanceTest_OpenMP 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.00377598 35: View sum computation time: 0.00377598 35: Strided View time (init only): 0.0025462 35: View Rank7 time (init only): 0.00310078 35: DynRankView time (init only): 0.00280275 35: DynRankView sum computation time: 0.00361442 35: Ratio of View to DynRankView time: 1.34724 35: Ratio of View to DynRankView sum computation time: 0.994695 35: Ratio of View to View Rank7 time: 1.21775 35: Ratio of StrideView to DynRankView time: 0.908468 35: Ratio of DynRankView to View Rank7 time: 0.903883 35: [ OK ] TEST_CATEGORY.dynrankview_perf (56 ms) 35: [ RUN ] TEST_CATEGORY.global_2_local 35: OpenMP 35: size, create, generate, fill, find 35: 256, 7.0422e-05, 9.728e-06, 6.5974e-05, 0.00061771 35: 512, 3.3212e-05, 1.6181e-05, 8.4208e-05, 0.000593345 35: 1024, 3.0587e-05, 1.1872e-05, 0.00011714, 0.000690036 35: 2048, 3.3804e-05, 7.253e-06, 0.000213681, 0.00076131 35: 4096, 4.4614e-05, 6.082e-06, 0.000347012, 0.000946859 35: 8192, 5.841e-05, 7.414e-06, 0.000615938, 0.00144659 35: 16384, 0.000134553, 9.077e-06, 0.00116572, 0.00262605 35: 32768, 0.000241854, 1.7693e-05, 0.00226821, 0.00602541 35: 65536, 0.000403197, 3.4164e-05, 0.00438436, 0.0168298 35: 131072, 0.0016798, 5.4964e-05, 0.00916244, 0.0399167 35: 262144, 0.00296639, 8.0731e-05, 0.0179626, 0.0813634 35: 524288, 0.00351607, 6.8088e-05, 0.0353378, 0.186256 35: 1048576, 0.00497693, 0.000167775, 0.0706639, 1.26442 29: ViewFirstTouch_Initialize/N:16777216/manual_time 0.003 s 0.000 s 822 43.9863/s 134.218 29: ViewDeepCopy_Rank1/N:10/manual_time 0.032 s 0.032 s 22 49.8839/s 1.6k 29: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 10000 0.0172282/s 1024u 52: [ OK ] std_algorithms_transform_team_test.test_unary_op (5528 ms) 52: [ RUN ] std_algorithms_transform_team_test.test_binary_op 35: 2097152, 0.00772151, 0.000200257, 0.137295, 3.8244 29: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 10000 0.162654/s 8.192m 29: ViewDeepCopy_Rank1/N:10/manual_time 0.031 s 0.031 s 21 51.9379/s 1.6k 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 403 932.633/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 400 929.67/s 1.6k 29: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 13868 1.32812/s 0.065536 52: [ OK ] std_algorithms_transform_team_test.test_binary_op (3509 ms) 52: [----------] 2 tests from std_algorithms_transform_team_test (9038 ms total) 52: 52: [----------] 1 test from std_algorithms_generate_team_test 52: [ RUN ] std_algorithms_generate_team_test.test_unary_op 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 400 932.717/s 1.6k [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o 29: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 254 296.984/s 800 [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.cpp.o 29: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 14808 11.1852/s 0.524288 29: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.050 s 0.050 s 14 15.9026/s 800 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 403 932.255/s 1.6k 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 400 932.378/s 1.6k 35: 4194304, 0.015464, 0.000253576, 0.267226, 8.63051 35: [ OK ] TEST_CATEGORY.global_2_local (14647 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.057794 seconds 35: test took 0.0577762 seconds 35: num_threads 8 35: hand-coded test took 0.0576256 seconds 35: test took 0.0578949 seconds 35: num_threads 8 35: hand-coded test took 0.0576432 seconds 35: test took 0.057584 seconds 35: num_threads 8 35: hand-coded test took 0.0581738 seconds 35: test took 0.057954 seconds 35: num_threads 8 35: hand-coded test took 0.0576871 seconds 35: test took 0.057864 seconds 35: [ OK ] TEST_CATEGORY.scatter_view (663 ms) 35: [----------] 5 tests from TEST_CATEGORY (15366 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 5 tests from 1 test suite ran. (15366 ms total) 35: [ PASSED ] 5 tests. 35/58 Test #35: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 15.82 sec test 36 Start 36: Kokkos_ContainersPerformanceTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.00543267 36: View sum computation time: 0.00543267 36: Strided View time (init only): 0.00186745 36: View Rank7 time (init only): 0.00171036 36: DynRankView time (init only): 0.00743997 36: DynRankView sum computation time: 0.00156641 36: Ratio of View to DynRankView time: 0.7302 36: Ratio of View to DynRankView sum computation time: 0.880772 36: Ratio of View to View Rank7 time: 3.17632 36: Ratio of StrideView to DynRankView time: 0.251002 36: Ratio of DynRankView to View Rank7 time: 4.34994 36: [ OK ] TEST_CATEGORY.dynrankview_perf (23 ms) 36: [ RUN ] TEST_CATEGORY.global_2_local 36: HIP 36: size, create, generate, fill, find 36: 256, 0.0010565, 2.096e-05, 4.9092e-05, 0.00581469 36: 512, 0.00111302, 1.3446e-05, 4.0116e-05, 0.0044988 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 400 929.606/s 1.6k 36: 1024, 0.00104986, 1.4587e-05, 3.735e-05, 0.00455023 36: 2048, 0.00105612, 1.3084e-05, 3.7701e-05, 0.00457574 36: 4096, 0.00112258, 1.3565e-05, 3.9985e-05, 0.00437803 36: 8192, 0.00105963, 1.3325e-05, 3.8662e-05, 0.00436272 36: 16384, 0.0010679, 1.2884e-05, 3.9664e-05, 0.0046532 36: 32768, 0.00104388, 1.3756e-05, 4.0426e-05, 0.00457942 36: 65536, 0.00102933, 1.3736e-05, 4.6076e-05, 0.00485284 36: 131072, 0.00112388, 1.3425e-05, 7.0964e-05, 0.00611172 36: 262144, 0.00107347, 1.4657e-05, 0.000116549, 0.00763138 36: 524288, 0.00114785, 1.6281e-05, 0.000289794, 0.0111116 36: 1048576, 0.000887677, 2.127e-05, 0.000683364, 0.0218809 36: 2097152, 0.00116726, 2.9144e-05, 0.00155498, 0.0479915 36: 4194304, 0.00117989, 4.3262e-05, 0.00353836, 0.102552 36: [ OK ] TEST_CATEGORY.global_2_local (265 ms) 36: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 36: skipping test 36: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 36: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 36: skipping test 36: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 36: [----------] 4 tests from TEST_CATEGORY (288 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 4 tests from 1 test suite ran. (288 ms total) 36: [ PASSED ] 4 tests. 36/58 Test #36: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.76 sec test 37 Start 37: Kokkos_UnitTest_Sort 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 37: Test timeout computed to be: 1500 37: [==========] Running 17 tests from 2 test suites. 37: [----------] Global test environment set-up. 37: [----------] 1 test from hip_DeathTest 37: [ RUN ] hip_DeathTest.SortByKeyKeysLargerThanValues 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 400 932.119/s 1.6k [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o 29: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 223 477.503/s 1.6k 29: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 225 519.966/s 1.6k 29: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 16172 77.7555/s 4.1943 29: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 363 931.093/s 1.6k 37: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3301 ms) 37: [----------] 1 test from hip_DeathTest (3301 ms total) 37: 37: [----------] 16 tests from hip 37: [ RUN ] hip.SortUnsignedValueType 37: [ OK ] hip.SortUnsignedValueType (32 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 (12 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 (96 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 52: [ OK ] std_algorithms_generate_team_test.test_unary_op (12185 ms) 52: [----------] 1 test from std_algorithms_generate_team_test (12185 ms total) 52: 52: [----------] 1 test from std_algorithms_generate_n_team_test 52: [ RUN ] std_algorithms_generate_n_team_test.test 29: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 329 752.582/s 1.6k 52: [ OK ] std_algorithms_generate_n_team_test.test (543 ms) 52: [----------] 1 test from std_algorithms_generate_n_team_test (543 ms total) 52: 52: [----------] 1 test from std_algorithms_swap_ranges_team_test 52: [ RUN ] std_algorithms_swap_ranges_team_test.test 29: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 278 643.365/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 400 931.977/s 1.6k 29: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.000 s 6375 302.551/s 33.5544 29: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 400 932.073/s 1.6k [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o 29: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 400 932.378/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 400 932.221/s 1.6k 52: [ OK ] std_algorithms_swap_ranges_team_test.test (4882 ms) 52: [----------] 1 test from std_algorithms_swap_ranges_team_test (4882 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 5 tests from 4 test suites ran. (26651 ms total) 52: [ PASSED ] 5 tests. 52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 27.05 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 53: Test timeout computed to be: 1500 53: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 53: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 53: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 53: For unit testing set OMP_PROC_BIND=false 53: 53: [==========] Running 2 tests from 2 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_exclusive_scan_team_test 53: [ RUN ] std_algorithms_exclusive_scan_team_test.test 29: ViewDeepCopy_Rank4/N:10/manual_time 0.014 s 0.014 s 49 112.436/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.014 s 0.014 s 49 112.932/s 1.6k 29: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 224 512.333/s 1.6k 29: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 103 235.921/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 400 932.16/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 400 932.294/s 1.6k 29: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 44 101.452/s 1.6k 37: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (10195 ms) 37: [ RUN ] hip.NestedSort 37: [ OK ] hip.NestedSort (47 ms) 37: [ RUN ] hip.NestedSortByKey 37: [ OK ] hip.NestedSortByKey (112 ms) 37: [----------] 16 tests from hip (10524 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 17 tests from 2 test suites ran. (13826 ms total) 37: [ PASSED ] 17 tests. 37/58 Test #37: Kokkos_UnitTest_Sort ....................................... Passed 14.30 sec test 38 Start 38: Kokkos_UnitTest_Random 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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:1758643097371151455 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 -0.0134586 -0.00418556 || 0.051031 28085 29389 || 29065.6 28674.4 || -57.8612 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00878499 -0.00547117 || 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.0180455 0.0108103 || 0.051031 28059 29358 || 28166.1 28674.4 || 149.441 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00219965 -0.00917231 || 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.00126662 -0.00312809 || 0.051031 27945 29423 || 28638.1 28674.4 || -43.2428 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0125637 -0.00271025 || 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.0092386 -0.0123179 || 0.051031 28073 29452 || 28411.9 28674.4 || -170.282 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.0058687 0.00237573 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245783 -0.99999 -48244.1 || 0.051031 0 194911 || 2.92837e+09 28674.4 || -6.66926e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000736316 -0.314259 0.165516 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.73523e-07 -0.00286714 -0.00399235 || 0.051031 28034 29351 || 28756.8 28674.4 || -55.1902 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.34064e-07 0.0141787 0.00285073 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.73523e-07 0.00357458 -0.00652934 || 0.051031 27900 29319 || 28572.3 28674.4 || -90.2615 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.34064e-07 -0.00455587 -0.00220218 || 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.0105824 -0.00482194 || 0.051031 27927 29365 || 28374.1 28674.4 || -66.6585 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00737612 0.00477483 || 0.051031 1e+64 -1e+64 38: Test Seed:1758643097519470288 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 0.00333605 0.016662 || 0.051031 28046 29277 || 28579 28674.4 || 230.335 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0147703 0.00639735 || 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.0014887 -0.00802534 || 0.051031 28084 29345 || 28631.8 28674.4 || -110.942 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00803998 0.00203247 || 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.0254384 -0.000462909 || 0.051031 28020 29292 || 27963.1 28674.4 || -6.39925 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00571138 -0.0111806 || 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.0037295 0.0246039 || 0.051031 28023 29345 || 28567.8 28674.4 || 340.125 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00241532 -0.00787422 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000244251 -0.99999 -48241.5 || 0.051031 0 194994 || 2.92829e+09 28674.4 || -6.66891e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000731677 -0.308845 0.145458 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.73523e-07 -0.0202535 -0.00394488 || 0.051031 28064 29361 || 29267.1 28674.4 || -54.534 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.34064e-07 -0.0103948 0.00903437 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.63432e-07 0.00381228 -0.000406512 || 0.051031 28059 29317 || 28565.5 28674.4 || -5.61962 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.03793e-07 0.00315293 -0.00250054 || 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.0107457 -0.0119244 || 0.051031 27960 29301 || 28369.5 28674.4 || -164.842 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00355235 -0.000303726 || 0.051031 1e+64 -1e+64 38: [ OK ] hip.Random_XorShift64 (272 ms) 38: [ RUN ] hip.Random_XorShift1024_0 38: Test Seed:1758643097643549433 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 0.00589015 -0.019446 || 0.051031 10975 11770 || 11310.3 11377 || -268.822 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00060689 0.00305396 || 0.051031 1e+64 -1e+64 38: Test Scalar=unsigned int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.54313e-07 0.00211568 -0.0034855 || 0.051031 10981 11778 || 11352.9 11377 || -48.1835 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.67029e-07 0.00418928 -0.00369187 || 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.0122182 -0.00733757 || 0.051031 10967 11765 || 11239.6 11377 || -101.435 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00153814 2.86033e-05 || 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.0065162 0.00792191 || 0.051031 10980 11815 || 11451.6 11377 || 109.512 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00167614 -0.00213562 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.00024532 -0.999975 -7594.41 || 0.051031 0 77766 || 4.61009e+08 11377 || -1.04985e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.000735747 -0.158827 0.0274956 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.9246e-07 0.0139599 -0.00337596 || 0.051031 10956 11828 || 11220.3 11377 || -46.6692 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.8147e-07 -0.00491516 -0.000664731 || 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.00836534 -0.0186573 || 0.051031 10983 11793 || 11282.6 11377 || -257.919 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.62396e-07 -0.00690256 -0.00144014 || 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.0074 0.00582867 || 0.051031 10920 11771 || 11461.8 11377 || 80.5756 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.021727 0.000139674 || 0.051031 1e+64 -1e+64 38: Test Seed:1758643097748036961 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 0.00420406 0.00783172 || 0.051031 10961 11826 || 11329.3 11377 || 108.266 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00235055 -0.00596055 || 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.006939 -0.00212996 || 0.051031 10980 11751 || 11298.6 11377 || -29.4445 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.0105818 -0.00190948 || 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.00381596 -0.00980109 || 0.051031 10969 11813 || 11420.5 11377 || -135.49 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00571559 0.00132468 || 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.00666281 -0.00730046 || 0.051031 10956 11788 || 11453.3 11377 || -100.922 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0172627 0.00409677 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000244506 -0.999975 -7594.94 || 0.051031 0 77685 || 4.61041e+08 11377 || -1.04992e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.000733264 -0.144562 0.023218 || 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.00762987 0.00773723 || 0.051031 10907 11808 || 11464.4 11377 || 106.96 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.05176e-07 -0.0205954 -0.00141552 || 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.000431688 0.00119503 || 0.051031 10955 11809 || 11372 11377 || 16.5201 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.62396e-07 0.0050046 -0.00175148 || 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.000947518 0.00144865 || 0.051031 10943 11786 || 11387.7 11377 || 20.0262 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0061295 -0.00180045 || 0.051031 1e+64 -1e+64 38: [ OK ] hip.Random_XorShift1024_0 (241 ms) 38: [ RUN ] hip.Multi_streams 38: [ OK ] hip.Multi_streams (764 ms) 38: [----------] 3 tests from hip (1278 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 1 test suite ran. (1278 ms total) 38: [ PASSED ] 3 tests. 38/58 Test #38: Kokkos_UnitTest_Random ..................................... Passed 1.76 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test timeout computed to be: 1500 29: ViewDeepCopy_Rank6/N:10/manual_time 0.018 s 0.018 s 38 87.444/s 1.6k 29: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.000 s 0.000 s 1804 704.311/s 268.435 29: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 12247 0.0211709/s 1024u 29: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 10000 0.134688/s 8.192m 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 29: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 11393 1.05915/s 0.065536 29: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 400 932.101/s 1.6k [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o 29: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 11393 7.96632/s 0.524288 53: [ OK ] std_algorithms_exclusive_scan_team_test.test (8053 ms) 53: [----------] 1 test from std_algorithms_exclusive_scan_team_test (8054 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 53: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 29: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 400 932.239/s 1.6k 29: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 10044 58.4328/s 4.1943 29: ViewDeepCopy_Rank7/N:10/manual_time 0.017 s 0.017 s 40 91.5194/s 1.6k [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o 29: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 4843 232.963/s 33.5544 29: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 37 84.6951/s 1.6k 29: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.001 s 0.000 s 1007 387.207/s 268.435 29: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 400 932.717/s 1.6k 29: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 11305 0.0156306/s 1024u 29: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 398 931.591/s 1.6k 29: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 10557 0.123519/s 8.192m 53: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (4064 ms) 53: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (4064 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 2 tests from 2 test suites ran. (12119 ms total) 53: [ PASSED ] 2 tests. 53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 12.52 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 54: Test timeout computed to be: 1500 54: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 54: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 54: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 54: For unit testing set OMP_PROC_BIND=false 54: 54: [==========] Running 2 tests from 2 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_inclusive_scan_team_test 54: [ RUN ] std_algorithms_inclusive_scan_team_test.test 29: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 39 88.3336/s 1.6k 29: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 10306 0.990143/s 0.065536 29: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 37 83.5588/s 1.6k 29: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 10314 7.73077/s 0.524288 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 445 1033.02/s 1.6k 29: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 10312 64.8317/s 4.1943 39: [ OK ] std_algorithms_DeathTest.expect_no_overlap (8240 ms) 39: [----------] 1 test from std_algorithms_DeathTest (8240 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 (4 ms) 39: [ RUN ] random_access_iterator_test.constructiblity 39: [ OK ] random_access_iterator_test.constructiblity (0 ms) 39: [ RUN ] random_access_iterator_test.dereference 39: [ OK ] random_access_iterator_test.dereference (1 ms) 39: [ RUN ] random_access_iterator_test.subscript_operator 39: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet1 39: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet2 39: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet3 39: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet4 39: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 39: [ RUN ] random_access_iterator_test.assignment_operator 39: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 39: [ RUN ] random_access_iterator_test.distance 39: [ OK ] random_access_iterator_test.distance (0 ms) 39: [ RUN ] random_access_iterator_test.traits_helpers 39: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 39: [----------] 11 tests from random_access_iterator_test (10 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 16 tests from 4 test suites ran. (8251 ms total) 39: [ PASSED ] 16 tests. 39/58 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 8.71 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test timeout computed to be: 1500 29: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 8177 386.493/s 33.5544 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 445 1033.06/s 1.6k 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 (17 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 (10 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 (10 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 (10 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 (16 ms) 40: [----------] 7 tests from std_algorithms_min_max_element_test (67 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 7 tests from 1 test suite ran. (67 ms total) 40: [ PASSED ] 7 tests. 40/58 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.52 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_C 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (39 ms) 41: [----------] 1 test from std_algorithms_lexicographical_compare_test (39 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 (71 ms) 41: [----------] 1 test from std_algorithms_for_each_test (71 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 (44 ms) 41: [----------] 1 test from std_algorithms_find_test (44 ms total) 41: 41: [----------] 4 tests from std_algorithms_non_mod_seq_ops 41: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 445 1033.04/s 1.6k 29: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 3448 1.27877k/s 268.435 29/55 Test #29: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 47.85 sec test 30 Start 30: Kokkos_PerformanceTest_Mempool 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T15-26-37.json" 30: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 30: Test timeout computed to be: 1500 30: 2025-09-23T15:58:28+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 30: Run on (6 X 2095.11 MHz CPU s) 30: CPU Caches: 30: L1 Data 32 KiB (x6) 30: L1 Instruction 32 KiB (x6) 30: L2 Unified 4096 KiB (x6) 30: L3 Unified 16384 KiB (x6) 30: Load Average: 1.14, 2.85, 4.60 30: CPU architecture: none 30: Default Device: OpenMPTarget 30: GIT_BRANCH: HEAD 30: GIT_CLEAN_STATUS: CLEAN 30: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 30: GIT_COMMIT_DESCRIPTION: Update desul hash 30: GIT_COMMIT_HASH: 79cbad54b 30: GPU architecture: VOLTA70 30: KOKKOS_COMPILER_CLANG: 2018 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX20: yes 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_OPENMPTARGET: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: KOKKOS_ENABLE_SERIAL: yes 30: Kokkos Version: 4.7.99 30: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 30: mdspan: enabled 30: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 30: platform: 64bit 41: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (660 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 29: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 445 1033.05/s 1.6k 30: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations FOM: fill ops per second 30: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 30: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.001 s 0.000 s 612 4.88963M/s 41: [ OK ] std_algorithms_non_mod_seq_ops.find_end (679 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search 29: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 889 1045.67/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. 41: [ OK ] std_algorithms_non_mod_seq_ops.search (656 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 41: [ OK ] std_algorithms_non_mod_seq_ops.search_n (462 ms) 41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2459 ms total) 41: 41: [----------] 1 test from std_algorithms_count_test 41: [ RUN ] std_algorithms_count_test.test 41: [ OK ] std_algorithms_count_test.test (30 ms) 41: [----------] 1 test from std_algorithms_count_test (30 ms total) 41: 41: [----------] 1 test from std_algorithms_equal_test 41: [ RUN ] std_algorithms_equal_test.test 41: [ OK ] std_algorithms_equal_test.test (26 ms) 41: [----------] 1 test from std_algorithms_equal_test (26 ms total) 41: 41: [----------] 1 test from std_algorithms_all_any_none_of_test 41: [ RUN ] std_algorithms_all_any_none_of_test.test 41: [ OK ] std_algorithms_all_any_none_of_test.test (43 ms) 41: [----------] 1 test from std_algorithms_all_any_none_of_test (43 ms total) 41: 41: [----------] 1 test from std_algorithms_nonmod_seq_ops 41: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 41: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (85 ms) 41: [----------] 1 test from std_algorithms_nonmod_seq_ops (85 ms total) 41: 41: [----------] 1 test from std_algorithms_mismatch_test 41: [ RUN ] std_algorithms_mismatch_test.test 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 1496 23.7436M/s 30/55 Test #30: Kokkos_PerformanceTest_Mempool ............................. Passed 2.78 sec test 31 Start 31: Kokkos_PerformanceTest_Atomic 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T15-26-37.json" 31: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 31: Test timeout computed to be: 1500 41: [ OK ] std_algorithms_mismatch_test.test (105 ms) 41: [----------] 1 test from std_algorithms_mismatch_test (105 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 (78 ms) 41: [----------] 1 test from std_algorithms_mod_seq_ops (78 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 13 tests from 10 test suites ran. (2985 ms total) 41: [ PASSED ] 13 tests. 41/58 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 3.47 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test timeout computed to be: 1500 31: 2025-09-23T15:58:31+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 31: Run on (6 X 2095.11 MHz CPU s) 31: CPU Caches: 31: L1 Data 32 KiB (x6) 31: L1 Instruction 32 KiB (x6) 31: L2 Unified 4096 KiB (x6) 31: L3 Unified 16384 KiB (x6) 31: Load Average: 1.14, 2.85, 4.60 31: CPU architecture: none 31: Default Device: OpenMPTarget 31: GIT_BRANCH: HEAD 31: GIT_CLEAN_STATUS: CLEAN 31: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 31: GIT_COMMIT_DESCRIPTION: Update desul hash 31: GIT_COMMIT_HASH: 79cbad54b 31: GPU architecture: VOLTA70 31: KOKKOS_COMPILER_CLANG: 2018 31: KOKKOS_ENABLE_ASM: no 31: KOKKOS_ENABLE_CXX20: yes 31: KOKKOS_ENABLE_CXX23: no 31: KOKKOS_ENABLE_CXX26: no 31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_OPENMPTARGET: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: KOKKOS_ENABLE_SERIAL: yes 31: Kokkos Version: 4.7.99 31: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 31: mdspan: enabled 31: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 31: platform: 64bit 29: ViewFill_Rank1/N:10/manual_time 0.031 s 0.031 s 22 25.4856/s 800 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 (4 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 (4 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 (6 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 42: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.fill 42: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 42: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 42: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 42: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.generate 42: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 42: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 42: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms) 42: [----------] 12 tests from std_algorithms_mod_seq_ops_test (11 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 (47 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_if 42: [ OK ] std_algorithms_replace_ops_test.replace_if (136 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy 42: [ OK ] std_algorithms_replace_ops_test.replace_copy (81 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 42: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (76 ms) 42: [----------] 4 tests from std_algorithms_replace_ops_test (341 ms total) 42: 42: [----------] 11 tests from std_algorithms_mod_seq_ops 42: [ RUN ] std_algorithms_mod_seq_ops.copy_if 42: [ OK ] std_algorithms_mod_seq_ops.copy_if (52 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique 29: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 901 1046.8/s 800 42: [ OK ] std_algorithms_mod_seq_ops.unique (115 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 42: [ OK ] std_algorithms_mod_seq_ops.unique_copy (69 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove 42: [ OK ] std_algorithms_mod_seq_ops.remove (51 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_if 42: [ OK ] std_algorithms_mod_seq_ops.remove_if (54 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy (178 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (52 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 31: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Test_Atomic/30000/iterations:10 0.199 s 0.004 s 10 1 4 1.07273 0.0193075 45.7667u 449.985M 101.184k 449.985M [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o 29: ViewFill_Rank1/N:10/manual_time 0.031 s 0.031 s 23 25.6568/s 800 42: [ OK ] std_algorithms_mod_seq_ops.rotate (1342 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 42: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (558 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_left 29: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 901 1046.29/s 800 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o 29: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 893 1046.51/s 800 42: [ OK ] std_algorithms_mod_seq_ops.shift_left (1614 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_right 29: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 911 1046.29/s 800 54: [ OK ] std_algorithms_inclusive_scan_team_test.test (12081 ms) 54: [----------] 1 test from std_algorithms_inclusive_scan_team_test (12081 ms total) 54: 54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 54: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 29: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 891 1045.91/s 800 [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o 42: [ OK ] std_algorithms_mod_seq_ops.shift_right (1602 ms) 42: [----------] 11 tests from std_algorithms_mod_seq_ops (5693 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 (76 ms) 42: [----------] 1 test from std_algorithms_modseq_test (76 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 31 tests from 5 test suites ran. (6129 ms total) 42: [ PASSED ] 31 tests. 42/58 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 6.61 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (16 ms) 43: [----------] 2 tests from std_algorithms_sorting_ops_test (34 ms total) 43: 43: [----------] 4 tests from std_algorithms_partitioning_test 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 43: [ RUN ] std_algorithms_partitioning_test.partition_point 43: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 43: [----------] 4 tests from std_algorithms_partitioning_test (6 ms total) 43: 43: [----------] 1 test from std_algorithms_partitioning_ops 43: [ RUN ] std_algorithms_partitioning_ops.partition_copy 29: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 314 200.23/s 400 43: [ OK ] std_algorithms_partitioning_ops.partition_copy (43 ms) 43: [----------] 1 test from std_algorithms_partitioning_ops (43 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 (12 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (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 (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (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 (1 ms) 43: [----------] 12 tests from std_algorithms_numerics_test (25 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 (110 ms) 43: [----------] 1 test from std_algorithms_numerics_ops_test (110 ms total) 43: 43: [----------] 8 tests from std_algorithms_numeric_ops_test 43: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 29: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 890 1045.64/s 800 [ 82%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL 43: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (980 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 29: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 893 1045.83/s 800 43: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (886 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 (279 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 29: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 892 1046.38/s 800 43: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (482 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 (2628 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 (58 ms) 43: [----------] 1 test from std_algorithms_transform_ops_test (58 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 29 tests from 7 test suites ran. (2908 ms total) 43: [ PASSED ] 29 tests. 43/58 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 3.39 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test timeout computed to be: 1500 [ 82%] Built target Kokkos_UnitTest_Sort [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o 29: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 892 1044.29/s 800 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 29: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 892 1045.28/s 800 44: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (643 ms) 44: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 29: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 890 1043.7/s 800 44: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (678 ms) 44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1321 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 (306 ms) 44: [ RUN ] std_algorithms_count_team_test.count_returns_zero 44: [ OK ] std_algorithms_count_team_test.count_returns_zero (289 ms) 44: [----------] 2 tests from std_algorithms_count_team_test (596 ms total) 44: 44: [----------] 1 test from std_algorithms_count_if_team_test 44: [ RUN ] std_algorithms_count_if_team_test.test 29: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 890 1043.34/s 800 44: [ OK ] std_algorithms_count_if_team_test.test (338 ms) 44: [----------] 1 test from std_algorithms_count_if_team_test (338 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 (446 ms) 44: [----------] 1 test from std_algorithms_for_each_team_test (446 ms total) 44: 44: [----------] 1 test from std_algorithms_for_each_n_team_test 44: [ RUN ] std_algorithms_for_each_n_team_test.test 29: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 890 1044.22/s 800 44: [ OK ] std_algorithms_for_each_n_team_test.test (517 ms) 44: [----------] 1 test from std_algorithms_for_each_n_team_test (517 ms total) 44: 44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 54: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (8009 ms) 54: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (8009 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 2 tests from 2 test suites ran. (20090 ms total) 54: [ PASSED ] 2 tests. 54/56 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 20.48 sec test 55 Start 55: Kokkos_PerformanceTest_InclusiveScan 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T15-26-59.json" 55: Test timeout computed to be: 1500 55: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 55: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 55: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 55: For unit testing set OMP_PROC_BIND=false 55: 29: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 892 1046.06/s 800 55: 2025-09-23T15:58:45+00:00 55: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 55: Run on (15 X 3250 MHz CPU s) 55: CPU Caches: 55: L1 Data 64 KiB (x15) 55: L1 Instruction 64 KiB (x15) 55: L2 Unified 512 KiB (x15) 55: L3 Unified 16384 KiB (x15) 55: Load Average: 3.63, 5.54, 6.04 55: CPU architecture: none 55: Can access system allocated memory: 0 55: Capability: 8.0 55: Default Device: Cuda 55: GPU architecture: AMPERE80 55: KOKKOS_COMPILER_GNU: 1330 55: KOKKOS_COMPILER_NVCC: 1300 55: KOKKOS_ENABLE_ASM: yes 55: KOKKOS_ENABLE_CUDA: yes 55: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 55: KOKKOS_ENABLE_CUDA_UVM: no 55: KOKKOS_ENABLE_CXX20: yes 55: KOKKOS_ENABLE_CXX23: no 55: KOKKOS_ENABLE_CXX26: no 55: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 55: KOKKOS_ENABLE_HWLOC: no 55: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 55: KOKKOS_ENABLE_LIBDL: no 55: KOKKOS_ENABLE_OPENMP: yes 55: KOKKOS_ENABLE_PRAGMA_IVDEP: no 55: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 55: KOKKOS_ENABLE_PRAGMA_UNROLL: no 55: KOKKOS_ENABLE_PRAGMA_VECTOR: no 55: Kokkos: OpenMP thread_pool_topology[ 1 x 15 x 1 ] 55: Kokkos Version: 4.7.99 55: Kokkos::Cuda[ 0 ] NVIDIA A30: Selected 55: Shared Memory per Block: 48 KiB 55: Total Global Memory: 23.6 GiB 55: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 55: macro CUDA_VERSION: 13000 = version 13.0 55: macro KOKKOS_ENABLE_CUDA: defined 55: mdspan: disabled 55: mdspan version: not applicable 55: platform: 64bit 55: via Address Translation Service: 0 55: ***WARNING*** Library was built as DEBUG. Timings may be affected. 44: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (830 ms) 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 29: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 889 1044.1/s 800 44: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (694 ms) 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 29: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 892 1045.04/s 800 44: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (692 ms) 44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2218 ms total) 44: 44: [----------] 2 tests from std_algorithms_mismatch_team_test 44: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 29: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 892 1046.54/s 800 29: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.43664k/s 1.6k 29: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.79629k/s 1.6k 29: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.84652k/s 1.6k 29: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.76703k/s 1.6k 29: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.34601k/s 1.6k 29: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.86298k/s 1.6k 29: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.93901k/s 1.6k 29: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.95492k/s 1.6k 29: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.86639k/s 1.6k 29: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.95314k/s 1.6k 29: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.46822k/s 1.6k 29: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.58871k/s 1.6k 29: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.64852k/s 1.6k 29: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.57635k/s 1.6k 29: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.5785k/s 1.6k 29: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.97881k/s 1.6k 29: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.40188k/s 1.6k 29: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.43982k/s 1.6k 29: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.70795k/s 1.6k 29: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.77698k/s 1.6k 29: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.26078k/s 1.6k 29: ViewResize_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 465.543/s 1.6k 29: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 507.495/s 1.6k [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 44: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (840 ms) 44: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 29: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 479.872/s 1.6k 29: ViewResize_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 536.299/s 1.6k 29: ViewResize_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 544.083/s 1.6k 29: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 561.528/s 1.6k 29: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 563.271/s 1.6k 29: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 512.078/s 1.6k 29: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 541.61/s 1.6k 29: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 536.935/s 1.6k 29: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 561.281/s 1.6k 31: Test_Atomic/100000/iterations:10 1.41 s 0.003 s 10 1 8 2.47883 5.73343m 86.58u 4.99995G 183.6k 4.99995G 29: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.028 s 0.002 s 10 56.6991/s 1.6k 44: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (958 ms) 44: [----------] 2 tests from std_algorithms_mismatch_team_test (1798 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 12 tests from 7 test suites ran. (7236 ms total) 44: [ PASSED ] 12 tests. 29: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.031 s 0.002 s 10 51.3166/s 1.6k 29/59 Test #29: Kokkos_PerformanceTest_Benchmark ........................... Passed 134.26 sec test 30 Start 30: Kokkos_Benchmark_Atomic_MinMax 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T15-32-41.json" 30: Test timeout computed to be: 1500 44/58 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 7.72 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test timeout computed to be: 1500 45: [==========] Running 8 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_equal_team_test 45: [ RUN ] std_algorithms_equal_team_test.views_are_equal 30: 2025-09-23T16:05:17+00:00 30: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 30: Run on (255 X 3253.28 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: 11.91, 11.98, 15.23 30: APU or dGPU: dGPU 30: Architecture capable of accessing system allocated memory: 1 30: CPU architecture: none 30: Default Device: HIP 30: GPU architecture: AMD_GFX908 30: Is Large Bar: 1 30: KOKKOS_COMPILER_CLANG: 1800 30: KOKKOS_ENABLE_ASM: no 30: KOKKOS_ENABLE_CXX20: yes 30: KOKKOS_ENABLE_CXX23: no 30: KOKKOS_ENABLE_CXX26: no 30: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 30: KOKKOS_ENABLE_HIP: yes 30: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 30: KOKKOS_ENABLE_HWLOC: no 30: KOKKOS_ENABLE_LIBDL: yes 30: KOKKOS_ENABLE_PRAGMA_IVDEP: no 30: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 30: KOKKOS_ENABLE_PRAGMA_UNROLL: no 30: KOKKOS_ENABLE_PRAGMA_VECTOR: no 30: KOKKOS_ENABLE_SERIAL: yes 30: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 30: Kokkos Version: 4.7.99 30: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 30: Shared Memory per Block: 64 KiB 30: Supports Managed Memory: 1 30: System allows accessing system allocated memory on GPU: 0 30: Total Global Memory: 31.98 GiB 30: Wavefront Size: 64 30: XNACK environment variable set: no 30: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 30: macro HIP_VERSION: 60241133 = version 6.2.41133 30: macro KOKKOS_ENABLE_HIP: defined 30: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 30: macro KOKKOS_ENABLE_ROCTHRUST: defined 30: mdspan: enabled 30: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 30: platform: 64bit 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Benchmark Time CPU Iterations 30: ---------------------------------------------------------------------------------------------------------------------------------------- 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 30/59 Test #30: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.55 sec test 31 Start 31: Kokkos_PerformanceTest_ViewFirstTouch 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T15-32-41.json" 31: Test timeout computed to be: 1500 31: 2025-09-23T16:05:17+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 31: Run on (255 X 3102.06 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: 11.91, 11.98, 15.23 31: APU or dGPU: dGPU 31: Architecture capable of accessing system allocated memory: 1 31: CPU architecture: none 31: Default Device: HIP 31: GPU architecture: AMD_GFX908 31: Is Large Bar: 1 31: KOKKOS_COMPILER_CLANG: 1800 31: KOKKOS_ENABLE_ASM: no 31: KOKKOS_ENABLE_CXX20: yes 31: KOKKOS_ENABLE_CXX23: no 31: KOKKOS_ENABLE_CXX26: no 31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 31: KOKKOS_ENABLE_HIP: yes 31: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: KOKKOS_ENABLE_SERIAL: yes 31: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 31: Kokkos Version: 4.7.99 31: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 31: Shared Memory per Block: 64 KiB 31: Supports Managed Memory: 1 31: System allows accessing system allocated memory on GPU: 0 31: Total Global Memory: 31.98 GiB 31: Wavefront Size: 64 31: XNACK environment variable set: no 31: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 31: macro HIP_VERSION: 60241133 = version 6.2.41133 31: macro KOKKOS_ENABLE_HIP: defined 31: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 31: macro KOKKOS_ENABLE_ROCTHRUST: defined 31: mdspan: enabled 31: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 31: platform: 64bit 45: [ OK ] std_algorithms_equal_team_test.views_are_equal (1286 ms) 45: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: Benchmark Time CPU Iterations FOM: GB/s MB 31: ------------------------------------------------------------------------------------------------------------------------------------ 31: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 21840 0.0156233/s 512u 45: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1464 ms) 45: [----------] 2 tests from std_algorithms_equal_team_test (2751 ms total) 45: 45: [----------] 2 tests from std_algorithms_search_team_test 45: [ RUN ] std_algorithms_search_team_test.sequences_exist 31: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 20753 0.123517/s 4.096m 45: [ OK ] std_algorithms_search_team_test.sequences_exist (619 ms) 45: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 45: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (639 ms) 45: [----------] 2 tests from std_algorithms_search_team_test (1259 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 (741 ms) 45: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 31: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 20984 0.960068/s 0.032768 45: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (735 ms) 45: [----------] 2 tests from std_algorithms_find_end_team_test (1476 ms total) 45: 45: [----------] 2 tests from std_algorithms_find_first_of_team_test 45: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 45: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (664 ms) 45: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 31: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 21245 7.80488/s 0.262144 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o 45: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (805 ms) 45: [----------] 2 tests from std_algorithms_find_first_of_team_test (1469 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 8 tests from 4 test suites ran. (6957 ms total) 45: [ PASSED ] 8 tests. 45/58 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 7.42 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 31: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 3511 10.442/s 2.09715 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o 46: [ OK ] std_algorithms_find_team_test.searched_values_exist (311 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 (304 ms) 46: [----------] 2 tests from std_algorithms_find_team_test (616 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 (320 ms) 46: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 46: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (316 ms) 46: [----------] 2 tests from std_algorithms_find_if_team_test (636 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 (318 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 (300 ms) 46: [----------] 2 tests from std_algorithms_find_if_not_team_test (619 ms total) 46: 46: [----------] 1 test from std_algorithms_all_of_team_test 46: [ RUN ] std_algorithms_all_of_team_test.test 31: ViewFirstTouch_Initialize/N:2097152/manual_time 0.000 s 0.000 s 3471 41.2132/s 16.7772 46: [ OK ] std_algorithms_all_of_team_test.test (309 ms) 46: [----------] 1 test from std_algorithms_all_of_team_test (309 ms total) 46: 46: [----------] 1 test from std_algorithms_any_of_team_test 46: [ RUN ] std_algorithms_any_of_team_test.test 46: [ OK ] std_algorithms_any_of_team_test.test (296 ms) 46: [----------] 1 test from std_algorithms_any_of_team_test (296 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 (310 ms) 46: [----------] 1 test from std_algorithms_none_of_team_test (310 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 (355 ms) 46: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 31: ViewFirstTouch_Initialize/N:16777216/manual_time 0.005 s 0.001 s 150 28.3486/s 134.218 46: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (324 ms) 46: [----------] 2 tests from std_algorithms_search_n_team_test (680 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 11 tests from 7 test suites ran. (3469 ms total) 46: [ PASSED ] 11 tests. 46/58 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.94 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 [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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: 83005bf21416 Build name: Linux-nvc++ Create new tag: 20250923-1558 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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.42 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenACC_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.21 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 242 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (400 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (478 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (375 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (453 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (382 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (735 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (366 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (785 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (1493 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (5472 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 (763 ms) 3: [----------] 1 test from serial_graph_DeathTest (763 ms total) 3: 3: [----------] 213 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (0 ms) 3: [ RUN ] serial.atomics 3: [ OK ] serial.atomics (2 ms) 3: [ RUN ] serial.atomics_tpetra_max_abs 3: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 3: [ RUN ] serial.atomic_views_integral 3: [ OK ] serial.atomic_views_integral (150 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 (12 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (92 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-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:102: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_range (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:149: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:198: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:247: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_range_reduce (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:291: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:336: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce (0 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:392: Skipped 3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 3: [ SKIPPED ] serial.exec_space_thread_safety_range_scan (0 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1280: Skipped 3: This test requires a shared space. 3: [ SKIPPED ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2607 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 47: [ OK ] std_algorithms_min_element_team_test.test (672 ms) 47: [----------] 1 test from std_algorithms_min_element_team_test (672 ms total) 47: 47: [----------] 1 test from std_algorithms_max_element_team_test 47: [ RUN ] std_algorithms_max_element_team_test.test 47: [ OK ] std_algorithms_max_element_team_test.test (721 ms) 47: [----------] 1 test from std_algorithms_max_element_team_test (721 ms total) 47: 47: [----------] 1 test from std_algorithms_minmax_element_team_test 47: [ RUN ] std_algorithms_minmax_element_team_test.test 31: Test_Atomic/100000/iterations:10 1.42 s 0.003 s 10 1 8 2.5096 4.51788m 84.6u 4.99995G 335.696k 4.99995G 47: [ OK ] std_algorithms_minmax_element_team_test.test (706 ms) 47: [----------] 1 test from std_algorithms_minmax_element_team_test (706 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 3 tests from 3 test suites ran. (2100 ms total) 47: [ PASSED ] 3 tests. 47/58 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.58 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test timeout computed to be: 1500 48: [==========] Running 6 tests from 6 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_fill_team_test 48: [ RUN ] std_algorithms_fill_team_test.test 48: [ OK ] std_algorithms_fill_team_test.test (304 ms) 48: [----------] 1 test from std_algorithms_fill_team_test (304 ms total) 48: 48: [----------] 1 test from std_algorithms_fill_n_team_test 48: [ RUN ] std_algorithms_fill_n_team_test.test 48: [ OK ] std_algorithms_fill_n_team_test.test (491 ms) 48: [----------] 1 test from std_algorithms_fill_n_team_test (491 ms total) 48: 48: [----------] 1 test from std_algorithms_replace_team_test 48: [ RUN ] std_algorithms_replace_team_test.test 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (5041 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 48: [ OK ] std_algorithms_replace_team_test.test (447 ms) 48: [----------] 1 test from std_algorithms_replace_team_test (447 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 (382 ms) 48: [----------] 1 test from std_algorithms_replace_if_team_test (382 ms total) 48: 48: [----------] 1 test from std_algorithms_replace_copy_team_test 48: [ RUN ] std_algorithms_replace_copy_team_test.test 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1019 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o 31: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 58362 0.089135/s 1024u 48: [ OK ] std_algorithms_replace_copy_team_test.test (522 ms) 48: [----------] 1 test from std_algorithms_replace_copy_team_test (522 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 (466 ms) 48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (466 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 6 tests from 6 test suites ran. (2616 ms total) 48: [ PASSED ] 6 tests. 48/58 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 3.07 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1036 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-8324/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 (23 ms) 3: [ RUN ] serial.mdrange_neg_idx 3: [ OK ] serial.mdrange_neg_idx (125 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 49: [ OK ] std_algorithms_reverse_team_test.test (340 ms) 49: [----------] 1 test from std_algorithms_reverse_team_test (340 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 (414 ms) 49: [----------] 1 test from std_algorithms_reverse_copy_team_test (414 ms total) 49: 49: [----------] 1 test from std_algorithms_rotate_team_test 49: [ RUN ] std_algorithms_rotate_team_test.test 55: ---------------------------------------------------------------------------------------------------------------------------------------------- 55: Benchmark Time CPU Iterations FOM: GB/s MB Passed 55: ---------------------------------------------------------------------------------------------------------------------------------------------- 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 328 775.508/s 1.6k 1 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o 49: [ OK ] std_algorithms_rotate_team_test.test (772 ms) 49: [----------] 1 test from std_algorithms_rotate_team_test (772 ms total) 49: 49: [----------] 1 test from std_algorithms_rotate_copy_team_test 49: [ RUN ] std_algorithms_rotate_copy_team_test.test 31: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 54802 0.635979/s 8.192m 49: [ OK ] std_algorithms_rotate_copy_team_test.test (813 ms) 49: [----------] 1 test from std_algorithms_rotate_copy_team_test (813 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (2341 ms total) 49: [ PASSED ] 4 tests. 49/58 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.83 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (552 ms) 50: [----------] 1 test from std_algorithms_move_team_test (552 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 (568 ms) 50: [----------] 1 test from std_algorithms_move_backward_team_test (568 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_left_team_test 50: [ RUN ] std_algorithms_shift_left_team_test.test 3: [ OK ] serial.mdrange_large_deep_copy (3645 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 [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o 31: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 45391 4.04385/s 0.065536 50: [ OK ] std_algorithms_shift_left_team_test.test (1860 ms) 50: [----------] 1 test from std_algorithms_shift_left_team_test (1860 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_right_team_test 50: [ RUN ] std_algorithms_shift_right_team_test.test 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3203 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (1 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (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-8324/core/unit_test/TestNumericTraits.hpp:376: Skipped 3: This test is known to fail with the NVHPC compiler 3: [ SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (15 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (14 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (2 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (35 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/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 3: [ OK ] serial.double_reduce (302 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic 50: [ OK ] std_algorithms_shift_right_team_test.test (2011 ms) 50: [----------] 1 test from std_algorithms_shift_right_team_test (2011 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (4992 ms total) 50: [ PASSED ] 4 tests. 50/58 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 5.47 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 31: Test_Atomic/100000/iterations:10 1.36 s 0.003 s 10 1 4 2.26213 5.40908m 41.2u 704.983M 185.952k 704.983M 51: [ OK ] std_algorithms_copy_team_test.test (702 ms) 51: [----------] 1 test from std_algorithms_copy_team_test (702 ms total) 51: 51: [----------] 1 test from std_algorithms_copy_n_team_test 51: [ RUN ] std_algorithms_copy_n_team_test.test 3: [ OK ] serial.int64_t_reduce_dynamic (990 ms) 3: [ RUN ] serial.double_reduce_dynamic 31: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 42608 32.3712/s 0.524288 51: [ OK ] std_algorithms_copy_n_team_test.test (600 ms) 51: [----------] 1 test from std_algorithms_copy_n_team_test (600 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 (535 ms) 51: [----------] 1 test from std_algorithms_copy_backward_team_test (535 ms total) 51: 51: [----------] 1 test from std_algorithms_copy_if_team_test 51: [ RUN ] std_algorithms_copy_if_team_test.test 3: [ OK ] serial.double_reduce_dynamic (1084 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (620 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestReduce.hpp:719: 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 51: [ OK ] std_algorithms_copy_if_team_test.test (499 ms) 51: [----------] 1 test from std_algorithms_copy_if_team_test (499 ms total) 51: 51: [----------] 1 test from std_algorithms_unique_copy_team_test 51: [ RUN ] std_algorithms_unique_copy_team_test.test 3: [ OK ] serial.reduce_device_view_mdrange_policy (21 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 51: [ OK ] std_algorithms_unique_copy_team_test.test (615 ms) 51: [----------] 1 test from std_algorithms_unique_copy_team_test (615 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 (511 ms) 51: [----------] 1 test from std_algorithms_remove_team_test (511 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_if_team_test 51: [ RUN ] std_algorithms_remove_if_team_test.test [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 51: [ OK ] std_algorithms_remove_if_team_test.test (478 ms) 51: [----------] 1 test from std_algorithms_remove_if_team_test (478 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 (518 ms) 51: [----------] 1 test from std_algorithms_remove_copy_team_test (518 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_copy_if_team_test 51: [ RUN ] std_algorithms_remove_copy_if_team_test.test 51: [ OK ] std_algorithms_remove_copy_if_team_test.test (465 ms) 51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (465 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 9 tests from 9 test suites ran. (4926 ms total) 51: [ PASSED ] 9 tests. 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: [----------] 213 tests from serial (23359 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-8324/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-8324/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (1 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 242 tests from 4 test suites ran. (29596 ms total) 3: [ PASSED ] 223 tests. 3: [ SKIPPED ] 19 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial.atomic_operations_int8 3: [ SKIPPED ] serial.atomic_operations_int16 3: [ SKIPPED ] serial.exec_space_thread_safety_range 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy 3: [ SKIPPED ] serial.exec_space_thread_safety_range_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce 3: [ SKIPPED ] serial.exec_space_thread_safety_range_scan 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.mixed_then_host_device_nodes 3: [ SKIPPED ] serial.mathematical_functions_nextafter_fp16 3: [ SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_identity_min_max_floating_point_types 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/23 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 29.82 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 51/58 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 5.41 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test timeout computed to be: 1500 4: [==========] Running 146 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 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 (714 ms) 52: [----------] 1 test from std_algorithms_unique_team_test (714 ms total) 52: 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test 52: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o 52: [ OK ] std_algorithms_adjacent_difference_team_test.test (905 ms) 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (905 ms total) 52: 52: [----------] 1 test from std_algorithms_reduce_team_test 52: [ RUN ] std_algorithms_reduce_team_test.test 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2658 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 52: [ OK ] std_algorithms_reduce_team_test.test (943 ms) 52: [----------] 1 test from std_algorithms_reduce_team_test (943 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_reduce_team_test 52: [ RUN ] std_algorithms_transform_reduce_team_test.test 52: [ OK ] std_algorithms_transform_reduce_team_test.test (1626 ms) 52: [----------] 1 test from std_algorithms_transform_reduce_team_test (1626 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 4 tests from 4 test suites ran. (4189 ms total) 52: [ PASSED ] 4 tests. 52/58 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.68 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test timeout computed to be: 1500 53: [==========] Running 18 tests from 5 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_is_sorted_team_test 53: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 53: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (639 ms) 53: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2591 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 53: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (583 ms) 53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1222 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 (34 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (35 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (1126 ms) 4: [----------] 10 tests from serial_DeathTest (6377 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 (350 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 (6 ms) 4: [ RUN ] serial.triple_nested_parallelism 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (472 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (577 ms) 53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1121 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 (18 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 53: [ OK ] std_algorithms_is_partitioned_team_test.all_true (279 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 4: [ OK ] serial.triple_nested_parallelism (917 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 53: [ OK ] std_algorithms_is_partitioned_team_test.all_false (292 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.random 53: [ OK ] std_algorithms_is_partitioned_team_test.random (236 ms) 53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (828 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 (31 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_true 4: [ OK ] serial.parallel_scan_with_reducers (386 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 (13 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (9 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (10 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (11 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (206 ms) 4: [ RUN ] serial.team_long_reduce [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 31: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 31876 191.461/s 4.1943 4: [ OK ] serial.team_long_reduce (142 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (113 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (143 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (113 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 53: [ OK ] std_algorithms_partition_copy_team_test.all_true (684 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_false 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 334 783.042/s 1.6k 1 53: [ OK ] std_algorithms_partition_copy_team_test.all_false (695 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.random 31: Test_Atomic/100000/iterations:10 1.41 s 0.003 s 10 1 8 2.52227 5.62847m 80.01u 4.99995G 166.64k 4.99995G 4: [ OK ] serial.repeated_team_reduce (1196 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 53: [ OK ] std_algorithms_partition_copy_team_test.random (671 ms) 53: [----------] 4 tests from std_algorithms_partition_copy_team_test (2082 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 (20 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_true 53: [ OK ] std_algorithms_partition_point_team_test.all_true (274 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_false 4: [ OK ] serial.team_scan (297 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 (2 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (30 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (2 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (17 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 53: [ OK ] std_algorithms_partition_point_team_test.all_false (280 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.random 53: [ OK ] std_algorithms_partition_point_team_test.random (236 ms) 53: [----------] 4 tests from std_algorithms_partition_point_team_test (811 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 18 tests from 5 test suites ran. (6066 ms total) 53: [ PASSED ] 18 tests. 53/58 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 6.54 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test timeout computed to be: 1500 4: [ OK ] serial.view_allocation_large_rank (917 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 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 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o 54: [ OK ] std_algorithms_transform_team_test.test_unary_op (748 ms) 54: [ RUN ] std_algorithms_transform_team_test.test_binary_op 54: [ OK ] std_algorithms_transform_team_test.test_binary_op (947 ms) 54: [----------] 2 tests from std_algorithms_transform_team_test (1696 ms total) 54: 54: [----------] 1 test from std_algorithms_generate_team_test 54: [ RUN ] std_algorithms_generate_team_test.test_unary_op 54: [ OK ] std_algorithms_generate_team_test.test_unary_op (1685 ms) 54: [----------] 1 test from std_algorithms_generate_team_test (1685 ms total) 54: 54: [----------] 1 test from std_algorithms_generate_n_team_test 54: [ RUN ] std_algorithms_generate_n_team_test.test 54: [ OK ] std_algorithms_generate_n_team_test.test (482 ms) 54: [----------] 1 test from std_algorithms_generate_n_team_test (482 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 (910 ms) 54: [----------] 1 test from std_algorithms_swap_ranges_team_test (910 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 5 tests from 4 test suites ran. (4774 ms total) 54: [ PASSED ] 5 tests. 54/58 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 5.25 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test timeout computed to be: 1500 31: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.000 s 13752 656.983/s 33.5544 55: [==========] Running 2 tests from 2 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_exclusive_scan_team_test 55: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o 4: [ OK ] serial.view_fill_tests_layout_right (6169 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 55: [ OK ] std_algorithms_exclusive_scan_team_test.test (1956 ms) 55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1956 ms total) 55: 55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 55: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 55: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (979 ms) 55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (979 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 2 tests from 2 test suites ran. (2935 ms total) 55: [ PASSED ] 2 tests. 55/58 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 3.41 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test timeout computed to be: 1500 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test 56: [ RUN ] std_algorithms_inclusive_scan_team_test.test 56: [ OK ] std_algorithms_inclusive_scan_team_test.test (2908 ms) 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2908 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 4: [ OK ] serial.view_fill_tests_layout_left (5986 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 (57 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (7 ms) 4: [ RUN ] serial.static_extent 4: [ OK ] serial.static_extent (0 ms) 4: [ RUN ] serial.view_mapping_atomic 4: [ OK ] serial.view_mapping_atomic (1 ms) 4: [ RUN ] serial.view_mapping_class_value 4: [ OK ] serial.view_mapping_class_value (0 ms) 4: [ RUN ] serial.view_mapping_assignable 4: [ OK ] serial.view_mapping_assignable (0 ms) 4: [ RUN ] serial.view_mapping_trivially_copyable 4: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] serial.view_mapping_subview 4: [ OK ] serial.view_mapping_subview (0 ms) 4: [ RUN ] serial.view_nested_view 4: [ OK ] serial.view_nested_view (0 ms) 4: [ RUN ] serial.view_of_views_default 4: [ OK ] serial.view_of_views_default (0 ms) 4: [ RUN ] serial.view_of_views_without_initializing 4: [ OK ] serial.view_of_views_without_initializing (0 ms) 4: [ RUN ] serial.test_view_of_views_sequential_host_init 4: [ OK ] serial.test_view_of_views_sequential_host_init (0 ms) 4: [ RUN ] serial.append_formatted_multidimensional_index 4: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] serial.view_resize 4: [ OK ] serial.view_resize (38 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (223 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-8324/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 (13 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_atomic 4: [ OK ] serial.view_subview_2d_from_3d_atomic (13 ms) 4: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 4: [ OK ] serial.view_subview_2d_from_3d_randomaccess (13 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left 4: [ OK ] serial.view_subview_3d_from_5d_left (371 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 31: Test_Atomic/100000/iterations:10 1.41 s 0.003 s 10 1 8 2.48695 5.17545m 78.07u 4.99995G 191.888k 4.99995G 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (370 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (367 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 56: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1945 ms) 56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1945 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (4854 ms total) 56: [ PASSED ] 2 tests. 56/58 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 5.32 sec test 57 Start 57: Kokkos_PerformanceTest_InclusiveScan 57: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T15-26-55.json" 57: Test timeout computed to be: 1500 57: 2025-09-23T15:59:45+00:00 57: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 57: Run on (64 X 3293.92 MHz CPU s) 57: CPU Caches: 57: L1 Data 32 KiB (x32) 57: L1 Instruction 32 KiB (x32) 57: L2 Unified 512 KiB (x32) 57: L3 Unified 16384 KiB (x16) 57: Load Average: 6.64, 4.28, 5.73 57: APU or dGPU: dGPU 57: Architecture capable of accessing system allocated memory: 1 57: CPU architecture: none 57: Default Device: HIP 57: GPU architecture: AMD_GFX908 57: Is Large Bar: 1 57: KOKKOS_COMPILER_CLANG: 1800 57: KOKKOS_ENABLE_ASM: no 57: KOKKOS_ENABLE_CXX20: yes 57: KOKKOS_ENABLE_CXX23: no 57: KOKKOS_ENABLE_CXX26: no 57: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 57: KOKKOS_ENABLE_HIP: yes 57: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 57: KOKKOS_ENABLE_HWLOC: no 57: KOKKOS_ENABLE_LIBDL: yes 57: KOKKOS_ENABLE_OPENMP: yes 57: KOKKOS_ENABLE_PRAGMA_IVDEP: no 57: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 57: KOKKOS_ENABLE_PRAGMA_UNROLL: no 57: KOKKOS_ENABLE_PRAGMA_VECTOR: no 57: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 57: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 57: Kokkos Version: 4.7.99 57: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 57: Shared Memory per Block: 64 KiB 57: Supports Managed Memory: 1 57: System allows accessing system allocated memory on GPU: 0 57: Total Global Memory: 31.98 GiB 57: Wavefront Size: 64 57: XNACK environment variable set: no 57: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 57: macro HIP_VERSION: 60342134 = version 6.3.42134 57: macro KOKKOS_ENABLE_HIP: defined 57: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 57: macro KOKKOS_ENABLE_ROCTHRUST: defined 57: mdspan: disabled 57: mdspan version: not applicable 57: platform: 64bit 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 (466 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (464 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 (20192 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 146 tests from 2 test suites ran. (26570 ms total) 4: [ PASSED ] 138 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/23 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 26.83 sec test 5 Start 5: Kokkos_CoreUnitTest_OpenACC 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC 5: Test timeout computed to be: 1500 5: [==========] Running 247 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 21 tests from openacc_DeathTest 5: [ RUN ] openacc_DeathTest.abort_from_host 57: ---------------------------------------------------------------------------------------------------------------------------------------------- 57: Benchmark Time CPU Iterations FOM: GB/s MB Passed 57: ---------------------------------------------------------------------------------------------------------------------------------------------- 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 441 899.82/s 1.6k 1 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o 5: [ OK ] openacc_DeathTest.abort_from_host (2165 ms) 5: [ RUN ] openacc_DeathTest.abort_from_device 5: [ OK ] openacc_DeathTest.abort_from_device (40 ms) 5: [ RUN ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 441 1007.65/s 1.6k 1 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 298 743.963/s 1.6k 1 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 442 1010.03/s 1.6k 1 5: [ OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (2482 ms) 5: [ RUN ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 433 1003.26/s 1.6k 1 31: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.000 s 0.001 s 2457 940.034/s 268.435 31: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 54350 0.0872605/s 1024u 31: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 59366 0.694727/s 8.192m 31: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 60142 5.53126/s 0.065536 5: [ OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (2671 ms) 5: [ RUN ] openacc_DeathTest.policy_invalid_bounds 31: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 57444 40.2361/s 0.524288 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 440 1003.83/s 1.6k 1 31: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 43595 277.27/s 4.1943 5: [ OK ] openacc_DeathTest.policy_invalid_bounds (2155 ms) 5: [ RUN ] openacc_DeathTest.range_policy_invalid_bounds 31: Test_Atomic/100000/iterations:10 1.26 s 0.003 s 10 0 4 1.76121 5.36231m 1086.95u 4.99848G 332.576k 4.99989G 31: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 22942 1.13449k/s 33.5544 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 442 1009.56/s 1.6k 1 31: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4720 1.81328k/s 268.435 31: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 63915 0.0941015/s 1024u 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 438 1003.36/s 1.6k 1 31: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 62454 0.739362/s 8.192m 31: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 63985 5.79947/s 0.065536 5: [ OK ] openacc_DeathTest.range_policy_invalid_bounds (4230 ms) 5: [ RUN ] openacc_DeathTest.range_policy_round_trip_conversion_fires 31: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 60206 45.045/s 0.524288 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 439 1001.64/s 1.6k 1 31: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 49283 289.001/s 4.1943 31: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 23184 1.14425k/s 33.5544 57: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 442 1009.4/s 1.6k 1 57/58 Test #57: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 18.63 sec test 58 Start 58: Kokkos_UnitTest_SIMD 58: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 58: Test timeout computed to be: 1500 5: [ OK ] openacc_DeathTest.range_policy_round_trip_conversion_fires (2227 ms) 5: [ RUN ] openacc_DeathTest.range_policy_check_sign_changes 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 (9 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 (10 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 18 tests from 1 test suite ran. (10 ms total) 58: [ PASSED ] 18 tests. 58/58 Test #58: Kokkos_UnitTest_SIMD ....................................... Passed 0.47 sec 100% tests passed, 0 tests failed out of 58 Label Time Summary: Kokkos = 639.82 sec*proc (50 tests) Total Test time (real) = 1162.25 sec Post stage [Pipeline] sh 31: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 5044 1.93329k/s 268.435 31/59 Test #31: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 74.63 sec test 32 Start 32: Kokkos_PerformanceTest_Mempool 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T15-32-41.json" 32: Test timeout computed to be: 1500 + ccache --show-stats Local storage: Cache size (GB): 0.0 / 5.0 ( 0.00%) [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 0a0817706af3d3cc7bbb147af8bfdb629a8bc899366d86209d69f3d99c366a5f 32: 2025-09-23T16:06:32+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 32: Run on (255 X 3524.74 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: 14.22, 12.79, 15.26 32: APU or dGPU: dGPU 32: Architecture capable of accessing system allocated memory: 1 32: CPU architecture: none 32: Default Device: HIP 32: GPU architecture: AMD_GFX908 32: Is Large Bar: 1 32: KOKKOS_COMPILER_CLANG: 1800 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX20: yes 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HIP: yes 32: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 32: Kokkos Version: 4.7.99 32: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 32: Shared Memory per Block: 64 KiB 32: Supports Managed Memory: 1 32: System allows accessing system allocated memory on GPU: 0 32: Total Global Memory: 31.98 GiB 32: Wavefront Size: 64 32: XNACK environment variable set: no 32: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 32: macro HIP_VERSION: 60241133 = version 6.2.41133 32: macro KOKKOS_ENABLE_HIP: defined 32: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 32: macro KOKKOS_ENABLE_ROCTHRUST: defined 32: mdspan: enabled 32: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 32: platform: 64bit 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 0a0817706af3d3cc7bbb147af8bfdb629a8bc899366d86209d69f3d99c366a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 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 2180 17.1439M/s 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: cycle ops per second 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 7485 118.66M/s 32/59 Test #32: Kokkos_PerformanceTest_Mempool ............................. Passed 3.33 sec test 33 Start 33: Kokkos_PerformanceTest_Atomic 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T15-32-41.json" 33: Test timeout computed to be: 1500 [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o 5: [ OK ] openacc_DeathTest.range_policy_check_sign_changes (4240 ms) 5: [ RUN ] openacc_DeathTest.range_policy_implicitly_converted_bounds 33: 2025-09-23T16:06:35+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 33: Run on (255 X 3384.17 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: 14.22, 12.79, 15.26 33: APU or dGPU: dGPU 33: Architecture capable of accessing system allocated memory: 1 33: CPU architecture: none 33: Default Device: HIP 33: GPU architecture: AMD_GFX908 33: Is Large Bar: 1 33: KOKKOS_COMPILER_CLANG: 1800 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_CXX20: yes 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_CXX26: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HIP: yes 33: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 33: Kokkos Version: 4.7.99 33: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 33: Shared Memory per Block: 64 KiB 33: Supports Managed Memory: 1 33: System allows accessing system allocated memory on GPU: 0 33: Total Global Memory: 31.98 GiB 33: Wavefront Size: 64 33: XNACK environment variable set: no 33: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 33: macro HIP_VERSION: 60241133 = version 6.2.41133 33: macro KOKKOS_ENABLE_HIP: defined 33: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes 33: macro KOKKOS_ENABLE_ROCTHRUST: defined 33: mdspan: enabled 33: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 33: platform: 64bit 31: Test_Atomic/100000/iterations:10 1.27 s 0.003 s 10 1 8 1.79893 3.85804m 1.33733m 4.99995G 251.296k 4.99995G 31/55 Test #31: Kokkos_PerformanceTest_Atomic .............................. Passed 97.59 sec test 32 Start 32: Kokkos_PerformanceTest_Reduction 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T15-26-37.json" 32: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test 32: Test timeout computed to be: 1500 32: 2025-09-23T16:00:09+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 32: Run on (6 X 2095.11 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x6) 32: L1 Instruction 32 KiB (x6) 32: L2 Unified 4096 KiB (x6) 32: L3 Unified 16384 KiB (x6) 32: Load Average: 1.02, 2.32, 4.23 32: CPU architecture: none 32: Default Device: OpenMPTarget 32: GIT_BRANCH: HEAD 32: GIT_CLEAN_STATUS: CLEAN 32: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 32: GIT_COMMIT_DESCRIPTION: Update desul hash 32: GIT_COMMIT_HASH: 79cbad54b 32: GPU architecture: VOLTA70 32: KOKKOS_COMPILER_CLANG: 2018 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CXX20: yes 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_OPENMPTARGET: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kokkos Version: 4.7.99 32: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 32: mdspan: enabled 32: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 32: platform: 64bit 32: ---------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations 32: ---------------------------------------------------------------------------------------------------- 32: ReductionCheapScalarResult/10000/iterations:10 105 us 40.9 us 10 32: ReductionCheapScalarResult/100000/iterations:10 176 us 41.8 us 10 32: ReductionCheapScalarResult/1000000/iterations:10 195 us 44.0 us 10 32: ReductionCheapScalarResult/10000000/iterations:10 318 us 44.6 us 10 32: ReductionCheapHostResult/10000/iterations:10 114 us 41.2 us 10 32: ReductionCheapHostResult/100000/iterations:10 179 us 40.1 us 10 32: ReductionCheapHostResult/1000000/iterations:10 190 us 39.8 us 10 32: ReductionCheapHostResult/10000000/iterations:10 318 us 44.4 us 10 32: ReductionCheapDeviceResult/10000/iterations:10 150 us 52.1 us 10 32: ReductionCheapDeviceResult/100000/iterations:10 190 us 48.6 us 10 32: ReductionCheapDeviceResult/1000000/iterations:10 210 us 50.2 us 10 32: ReductionCheapDeviceResult/10000000/iterations:10 347 us 53.1 us 10 32: ReductionExpensive/10000/iterations:10 282 us 42.6 us 10 32: ReductionExpensive/100000/iterations:10 396 us 43.7 us 10 32: ReductionExpensive/1000000/iterations:10 1983 us 95.4 us 10 32: ReductionExpensive/10000000/iterations:10 15558 us 99.4 us 10 32/55 Test #32: Kokkos_PerformanceTest_Reduction ........................... Passed 0.45 sec test 33 Start 33: Kokkos_ContainersUnitTest_Serial 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 33: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests 33: Test timeout computed to be: 1500 33: [==========] Running 73 tests from 2 test suites. 33: [----------] Global test environment set-up. 33: [----------] 2 tests from serial_DeathTest 33: [ RUN ] serial_DeathTest.dualview_external_view_construction 33: [ OK ] serial_DeathTest.dualview_external_view_construction (391 ms) 33: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.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/30000/iterations:10 0.360 s 0.359 s 10 1 4 5.6643m 4.96063m 49.3333u 449.985M 21.88k 449.985M 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 283 695.396/s 1.6k 1 33: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (5246 ms) 33: [----------] 2 tests from serial_DeathTest (5637 ms total) 33: 33: [----------] 71 tests from serial 33: [ RUN ] serial.bitset [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o 33: [ OK ] serial.bitset (1970 ms) 33: [ RUN ] serial.bitset_default_constructor_no_alloc 33: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 33: [ RUN ] serial.dualview_combination 33: [ OK ] serial.dualview_combination (0 ms) 33: [ RUN ] serial.dualview_alloc 33: [ OK ] serial.dualview_alloc (0 ms) 33: [ RUN ] serial.test_dualview_copy_construction_and_assignment 33: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 33: [ RUN ] serial.dualview_combinations_without_init 33: [ OK ] serial.dualview_combinations_without_init (0 ms) 33: [ RUN ] serial.dualview_deep_copy 33: [ OK ] serial.dualview_deep_copy (0 ms) 33: [ RUN ] serial.dualview_sync_should_fence 33: [ OK ] serial.dualview_sync_should_fence (0 ms) 33: [ RUN ] serial.dualview_realloc 33: [ OK ] serial.dualview_realloc (0 ms) 33: [ RUN ] serial.dualview_resize 33: [ OK ] serial.dualview_resize (0 ms) 33: [ RUN ] serial.dualview_device_correct_kokkos_device 33: [ OK ] serial.dualview_device_correct_kokkos_device (6 ms) 33: [ RUN ] serial.dualview_host_correct_kokkos_device 33: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 33: [ RUN ] serial.dualview_host_modify_template_device_sync 33: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 33: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 33: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 33: [ RUN ] serial.dualview_device_modify_template_host_sync 33: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 33: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 33: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 33: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 33: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 33: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 33: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 33: [ RUN ] serial.dualview_sequential_host_init 33: [ OK ] serial.dualview_sequential_host_init (0 ms) 33: [ RUN ] serial.dualview_default_constructed 33: [ OK ] serial.dualview_default_constructed (0 ms) 33: [ RUN ] serial.dualview_resize_single_device 33: [ OK ] serial.dualview_resize_single_device (0 ms) 33: [ RUN ] serial.dynamic_view 33: [ OK ] serial.dynamic_view (11 ms) 33: [ RUN ] serial.dyn_rank_view_api_generic 33: [ OK ] serial.dyn_rank_view_api_generic (6 ms) 33: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 33: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 33: [ RUN ] serial.dyn_rank_view_api_operator_rank67 33: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 33: [ RUN ] serial.dyn_rank_view_ctor_from_members 33: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 33: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 33: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 33: [ RUN ] serial.dyn_rank_view_layout_member 33: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 33: [ RUN ] serial.dyn_rank_view_team_scratch 33: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 33: [ RUN ] serial.view_customization_extra_int_arg 33: [ OK ] serial.view_customization_extra_int_arg (0 ms) 33: [ RUN ] serial.ErrorReporterViaLambda 33: [ OK ] serial.ErrorReporterViaLambda (0 ms) 33: [ RUN ] serial.ErrorReporter 33: [ OK ] serial.ErrorReporter (0 ms) 33: [ RUN ] serial.offsetview_construction 33: [ OK ] serial.offsetview_construction (12 ms) 33: [ RUN ] serial.offsetview_unmanaged_construction 33: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 33: [ RUN ] serial.offsetview_subview 33: [ OK ] serial.offsetview_subview (8 ms) 33: [ RUN ] serial.offsetview_offsets_rank1 33: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 33: [ RUN ] serial.offsetview_offsets_rank2 33: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 33: [ RUN ] serial.offsetview_offsets_rank3 33: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 33: [ RUN ] serial.scatterview [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o 5: [ OK ] openacc_DeathTest.range_policy_implicitly_converted_bounds (8691 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 (2429 ms) 5: [ RUN ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/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 [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 33: [ OK ] serial.scatterview (1773 ms) 33: [ RUN ] serial.scatterview_devicetype 33: [ OK ] serial.scatterview_devicetype (0 ms) 33: [ RUN ] serial.staticcrsgraph 33: [ OK ] serial.staticcrsgraph (12 ms) 33: [ RUN ] serial.resize_realloc_no_init_dualview 33: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 33: [ RUN ] serial.resize_realloc_no_alloc_dualview 33: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 33: [ RUN ] serial.resize_exec_space_dualview 33: [ OK ] serial.resize_exec_space_dualview (0 ms) 33: [ RUN ] serial.realloc_exec_space_dualview 33: [ OK ] serial.realloc_exec_space_dualview (0 ms) 33: [ RUN ] serial.resize_realloc_no_init_dynrankview 33: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 33: [ RUN ] serial.resize_exec_space_dynrankview 33: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 33: [ RUN ] serial.realloc_exec_space_dynrankview 33: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 33: [ RUN ] serial.resize_realloc_no_init_scatterview 33: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 33: [ RUN ] serial.resize_realloc_no_alloc_scatterview 33: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 33: [ RUN ] serial.resize_exec_space_scatterview 33: [ OK ] serial.resize_exec_space_scatterview (0 ms) 33: [ RUN ] serial.realloc_exec_space_scatterview 33: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_dynrankview 33: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 33: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 33: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 33: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_offsetview 33: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 33: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 33: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 33: [ RUN ] serial.create_mirror_view_and_copy_offsetview 33: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 33: [ RUN ] serial.UnorderedMap_insert [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o 33: [ OK ] serial.UnorderedMap_insert (7300 ms) 33: [ RUN ] serial.UnorderedMap_failed_insert 33: [ OK ] serial.UnorderedMap_failed_insert (3992 ms) 33: [ RUN ] serial.UnorderedMap_deep_copy 33: [ OK ] serial.UnorderedMap_deep_copy (4 ms) 33: [ RUN ] serial.UnorderedMap_valid_empty 33: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 33: [ RUN ] serial.UnorderedMap_clear_zero_size 33: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 33: [ RUN ] serial.UnorderedMap_consistent_size 33: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 33: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 33: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 33: [ RUN ] serial.UnorderedMap_lambda_capturable 33: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 33: [ RUN ] serial.UnorderedMap_constructor_view_alloc 33: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 33: [ RUN ] serial.UnorderedMap_View_as_value 33: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 33: [ RUN ] serial.vector_combination 33: [ OK ] serial.vector_combination (0 ms) 33: [ RUN ] serial.vector_insert 33: [ OK ] serial.vector_insert (0 ms) 33: [ RUN ] serial.vector_push_back_default_exec 33: [ OK ] serial.vector_push_back_default_exec (0 ms) 33: [----------] 71 tests from serial (15106 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 73 tests from 2 test suites ran. (20744 ms total) 33: [ PASSED ] 73 tests. 33/55 Test #33: Kokkos_ContainersUnitTest_Serial ........................... Passed 21.33 sec test 34 Start 34: Kokkos_UnitTest_Sort 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 34: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 34: Test timeout computed to be: 1500 34: [==========] Running 17 tests from 2 test suites. 34: [----------] Global test environment set-up. 34: [----------] 1 test from openmptarget_DeathTest 34: [ RUN ] openmptarget_DeathTest.SortByKeyKeysLargerThanValues [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o 34: [ OK ] openmptarget_DeathTest.SortByKeyKeysLargerThanValues (845 ms) 34: [----------] 1 test from openmptarget_DeathTest (845 ms total) 34: 34: [----------] 16 tests from openmptarget 34: [ RUN ] openmptarget.SortUnsignedValueType 34: [ OK ] openmptarget.SortUnsignedValueType (25 ms) 34: [ RUN ] openmptarget.SortEmptyView 34: [ OK ] openmptarget.SortEmptyView (0 ms) 34: [ RUN ] openmptarget.SortByKeyEmptyView 34: [ OK ] openmptarget.SortByKeyEmptyView (0 ms) 34: [ RUN ] openmptarget.SortByKeyEmptyViewHost 34: [ OK ] openmptarget.SortByKeyEmptyViewHost (0 ms) 34: [ RUN ] openmptarget.SortByKey 34: [ OK ] openmptarget.SortByKey (3 ms) 34: [ RUN ] openmptarget.SortByKeyWithComparator 34: [ OK ] openmptarget.SortByKeyWithComparator (2 ms) 34: [ RUN ] openmptarget.SortByKeyStaticExtents 34: [ OK ] openmptarget.SortByKeyStaticExtents (0 ms) 34: [ RUN ] openmptarget.SortByKeyWithStrides 34: [ OK ] openmptarget.SortByKeyWithStrides (0 ms) 34: [ RUN ] openmptarget.SortWithCustomComparator 34: [ OK ] openmptarget.SortWithCustomComparator (137 ms) 34: [ RUN ] openmptarget.BinSortGenericTests 34: [ OK ] openmptarget.BinSortGenericTests (28 ms) 34: [ RUN ] openmptarget.BinSortEmptyView 34: [ OK ] openmptarget.BinSortEmptyView (0 ms) 34: [ RUN ] openmptarget.BinSortEmptyKeysView 34: [ OK ] openmptarget.BinSortEmptyKeysView (0 ms) 34: [ RUN ] openmptarget.BinSort_issue_7221 34: [ OK ] openmptarget.BinSort_issue_7221 (0 ms) 34: [ RUN ] openmptarget.BinSortUnsignedKeyLayoutStrideValues 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 277 689.384/s 1.6k 1 5: [ OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (15867 ms) 5: [ RUN ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment Running on fetnat_07 in /var/jenkins/workspace/Kokkos_PR-8324 [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 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh + docker build -t b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10 -f scripts/docker/Dockerfile.nvhpc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/9 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu22.04@sha256:d06b3185fe53e8d2d31482c974dcf6023efe857ebf2c1d9625a29b394560ac91 Step 2/9 : FROM $BASE ---> 1ba982ef9a08 Step 3/9 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 902df32ca385 Step 4/9 : RUN apt-get update && apt-get install -y ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> b86599a84c58 Step 5/9 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 6d2b3045e90b Step 6/9 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> 038c033a880e Step 7/9 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 2b8b8fd6f8c9 Step 8/9 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> b1b4011b6467 Step 9/9 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 733f5e53835d Successfully built 733f5e53835d Successfully tagged b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o + docker inspect -f . b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_07 seems to be running inside container 83d95ef729f604da27eaf959e5ab252cf4d89c43629918a39788feb9586ff481 $ 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-8324 --volumes-from 83d95ef729f604da27eaf959e5ab252cf4d89c43629918a39788feb9586ff481 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** b8e54d6b6f5e625aaa0ee1b0a5699ac50632bd10 cat [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o $ docker top 2a7f69f3feed4e987cf241cec3df363781755efa89e68ae22ffc183132ffbbd7 -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 [ 86%] Linking CXX executable Kokkos_PerformanceTest_Benchmark 34: [ OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (12199 ms) 34: [ RUN ] openmptarget.NestedSort 34: [ OK ] openmptarget.NestedSort (38 ms) 34: [ RUN ] openmptarget.NestedSortByKey 34: [ OK ] openmptarget.NestedSortByKey (103 ms) 34: [----------] 16 tests from openmptarget (12544 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 17 tests from 2 test suites ran. (13389 ms total) 34: [ PASSED ] 17 tests. 34/55 Test #34: Kokkos_UnitTest_Sort ....................................... Passed 13.73 sec test 35 Start 35: Kokkos_UnitTest_Random 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 35: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 35: Test timeout computed to be: 1500 35: [==========] Running 3 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 3 tests from openmptarget 35: [ RUN ] openmptarget.Random_XorShift64 35: Test Seed:1758643244670306792 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.00805175 0.00025736 || 0.051031 2064 2413 || 2204.31 2222.06 || 3.55774 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0280621 -0.000160768 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.00210289 0.000102119 || 0.051031 2037 2402 || 2217.4 2222.06 || 1.41169 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0218594 -0.00115701 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.0137659 -0.000172741 || 0.051031 2016 2408 || 2191.89 2222.06 || -2.38797 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.00241659 -0.000500806 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.0241333 -0.00111927 || 0.051031 2049 2427 || 2277.01 2222.06 || -15.4729 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.00220793 -0.000219494 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 3.25521e-08 -0.00568886 0.000638414 || 0.051031 2043 2426 || 2234.77 2222.06 || 8.82544 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 9.76563e-08 0.0348995 -0.000538493 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 3.25521e-08 0.0315418 0.00131016 || 0.051031 2035 2413 || 2154.12 2222.06 || 18.1117 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 9.76563e-08 -0.00510214 -0.000168737 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 9.76563e-08 -0.00564125 -0.000610296 || 0.051031 2047 2394 || 2234.67 2222.06 || -8.43673 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 2.92969e-07 0.00437711 0.000418833 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.0179355 -0.00111248 || 0.051031 2048 2460 || 2262.64 2222.06 || -15.3789 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0138536 1.04582e-06 || 0.051031 1e+64 -1e+64 35: Test Seed:1758643244846845327 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.0270228 -0.00402308 || 0.051031 2043 2400 || 2283.78 2222.06 || -55.6151 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.0014538 -0.000118056 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.0119074 -0.00133628 || 0.051031 2048 2439 || 2195.91 2222.06 || -18.4727 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0384068 -0.00018741 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.00663669 -0.00062042 || 0.051031 2035 2400 || 2207.41 2222.06 || -8.57669 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.00873246 4.32552e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00461622 -0.00134951 || 0.051031 2039 2405 || 2232.37 2222.06 || -18.6556 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.00176128 0.000234573 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00350018 -0.000791618 || 0.051031 2035 2419 || 2229.87 2222.06 || -10.9433 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 -0.00281623 0.000390252 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 3.25521e-08 -0.0129795 0.000908527 || 0.051031 2036 2400 || 2251.28 2222.06 || 12.5595 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 9.76563e-08 -0.027439 2.07424e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 -0.00606209 -7.60047e-05 || 0.051031 2058 2418 || 2235.61 2222.06 || -1.05069 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0161585 0.000114104 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 0 0.0085447 -0.000416566 || 0.051031 2042 2401 || 2203.24 2222.06 || -5.75861 -0.160751 35: -- Testing 3-D histogram 35: Density 3D: 0 0.0133794 -0.00111048 || 0.051031 1e+64 -1e+64 35: [ OK ] openmptarget.Random_XorShift64 (358 ms) 35: [ RUN ] openmptarget.Random_XorShift1024_0 35: Test Seed:1758643245008205487 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.000174721 -0.00122227 || 0.051031 2026 2377 || 2198.61 2198.22 || -16.8966 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.0212766 -0.000446313 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.00469645 -0.00229034 || 0.051031 2029 2391 || 2208.6 2198.22 || -31.6617 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.000778658 -0.000602123 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.00260095 0.00180703 || 0.051031 2002 2403 || 2203.96 2198.22 || 24.9804 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00340774 -0.000234325 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.0226622 -0.00133112 || 0.051031 2008 2389 || 2249.19 2198.22 || -18.4015 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00257708 -1.59982e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26926e-05 -0.000816233 0.000348847 || 0.051031 1992 2383 || 2200.02 2198.22 || 4.82247 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.27585e-05 0.0135559 0.000106505 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 5.72497e-05 -0.000563382 || 0.051031 2014 2376 || 2198.1 2198.22 || -7.78819 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.00710289 -0.000211468 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.00100124 -0.00235785 || 0.051031 2034 2384 || 2200.43 2198.22 || -32.595 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.0173039 -0.000157965 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.00763819 -0.00194712 || 0.051031 2006 2355 || 2181.56 2198.22 || -26.9169 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.0196191 2.09495e-05 || 0.051031 1e+64 -1e+64 35: Test Seed:1758643245189875720 35: Test Scalar=int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.0117178 0.000747372 || 0.051031 2017 2390 || 2172.76 2198.22 || 10.3317 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.0101418 -0.000131651 || 0.051031 1e+64 -1e+64 35: Test Scalar=unsigned int 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.0103537 -0.000747326 || 0.051031 2029 2374 || 2221.22 2198.22 || -10.331 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.0145549 0.000570854 || 0.051031 1e+64 -1e+64 35: Test Scalar=int64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.0116621 0.000175186 || 0.051031 2031 2374 || 2172.88 2198.22 || 2.42177 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.00259157 0.000398827 || 0.051031 1e+64 -1e+64 35: Test Scalar=uint64_t 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.00666143 -0.00114756 || 0.051031 2010 2382 || 2183.68 2198.22 || -15.8638 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.0343216 0.000240478 || 0.051031 1e+64 -1e+64 35: Test Scalar=half 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26926e-05 -0.00661251 0.00173832 || 0.051031 2015 2397 || 2212.86 2198.22 || 24.0305 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.27585e-05 -0.0319786 0.000203918 || 0.051031 1e+64 -1e+64 35: Test Scalar=bhalf 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.01378 -0.00039845 || 0.051031 2004 2369 || 2168.34 2198.22 || -5.50818 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 -0.0207748 -5.43802e-05 || 0.051031 1e+64 -1e+64 35: Test Scalar=float 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 -0.0180417 0.00238805 || 0.051031 2016 2394 || 2238.61 2198.22 || 33.0124 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.0176075 -0.000628107 || 0.051031 1e+64 -1e+64 35: Test Scalar=double 35: -- Testing randomness properties 35: -- Testing 1-D histogram 35: Density 1D: 7.26597e-05 0.00161479 0.00146675 || 0.051031 2005 2398 || 2194.68 2198.22 || 20.2764 -0.159026 35: -- Testing 3-D histogram 35: Density 3D: 7.26597e-05 0.0155802 0.000219445 || 0.051031 1e+64 -1e+64 35: [ OK ] openmptarget.Random_XorShift1024_0 (387 ms) 35: [ RUN ] openmptarget.Multi_streams 35: /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestRandom.hpp:669: Skipped 35: Libomptarget error 35: [ SKIPPED ] openmptarget.Multi_streams (0 ms) 35: [----------] 3 tests from openmptarget (746 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 3 tests from 1 test suite ran. (746 ms total) 35: [ PASSED ] 2 tests. 35: [ SKIPPED ] 1 test, listed below: 35: [ SKIPPED ] openmptarget.Multi_streams 35/55 Test #35: Kokkos_UnitTest_Random ..................................... Passed 0.98 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_A 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 36: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 36: Test timeout computed to be: 1500 36: [==========] Running 16 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from std_algorithms_DeathTest 36: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 36: [ OK ] std_algorithms_DeathTest.expect_no_overlap (8 ms) 36: [----------] 1 test from std_algorithms_DeathTest (8 ms total) 36: 36: [----------] 3 tests from std_algorithms_reducers 36: [ RUN ] std_algorithms_reducers.max_first_loc 36: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_first_loc 36: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 36: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 36: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 36: [----------] 3 tests from std_algorithms_reducers (0 ms total) 36: 36: [----------] 1 test from std_algorithms 36: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 36: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 36: [----------] 1 test from std_algorithms (0 ms total) 36: 36: [----------] 11 tests from random_access_iterator_test 36: [ RUN ] random_access_iterator_test.constructor 36: [ OK ] random_access_iterator_test.constructor (0 ms) 36: [ RUN ] random_access_iterator_test.constructiblity 36: [ OK ] random_access_iterator_test.constructiblity (0 ms) 36: [ RUN ] random_access_iterator_test.dereference 36: [ OK ] random_access_iterator_test.dereference (1 ms) 36: [ RUN ] random_access_iterator_test.subscript_operator 36: [ OK ] random_access_iterator_test.subscript_operator (1 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet1 36: [ OK ] random_access_iterator_test.operatorsSet1 (1 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet2 36: [ OK ] random_access_iterator_test.operatorsSet2 (1 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet3 36: [ OK ] random_access_iterator_test.operatorsSet3 (1 ms) 36: [ RUN ] random_access_iterator_test.operatorsSet4 36: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 36: [ RUN ] random_access_iterator_test.assignment_operator 36: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 36: [ RUN ] random_access_iterator_test.distance 36: [ OK ] random_access_iterator_test.distance (0 ms) 36: [ RUN ] random_access_iterator_test.traits_helpers 36: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 36: [----------] 11 tests from random_access_iterator_test (9 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 16 tests from 4 test suites ran. (18 ms total) 36: [ PASSED ] 16 tests. 36/55 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.20 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_B 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 37: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 37: Test timeout computed to be: 1500 37: [==========] Running 6 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 6 tests from std_algorithms_min_max_element_test 37: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (12 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (20 ms) 37: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (20 ms) 37: [ RUN ] std_algorithms_min_max_element_test.minmax_element_empty_range 37: [ OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms) 37: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data 37: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (30 ms) 37: [----------] 6 tests from std_algorithms_min_max_element_test (84 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 6 tests from 1 test suite ran. (84 ms total) 37: [ PASSED ] 6 tests. 37/55 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.27 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_C 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 38: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 38: Test timeout computed to be: 1500 38: [==========] Running 13 tests from 10 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_lexicographical_compare_test 38: [ RUN ] std_algorithms_lexicographical_compare_test.test 38: [ OK ] std_algorithms_lexicographical_compare_test.test (0 ms) 38: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_test 38: [ RUN ] std_algorithms_for_each_test.test 38: [ OK ] std_algorithms_for_each_test.test (145 ms) 38: [----------] 1 test from std_algorithms_for_each_test (145 ms total) 38: 38: [----------] 1 test from std_algorithms_find_test 38: [ RUN ] std_algorithms_find_test.test 38: [ OK ] std_algorithms_find_test.test (84 ms) 38: [----------] 1 test from std_algorithms_find_test (84 ms total) 38: 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 38: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1177 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.find_end + mkdir -p build + cd build + /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_FLAGS=-Werror --diag_suppress=implicit_return_from_non_void_function -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_OPENMP=ON .. 38: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1020 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search -- Setting default Kokkos CXX standard to 20 38: [ OK ] std_algorithms_non_mod_seq_ops.search (1001 ms) 38: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 38: [ OK ] std_algorithms_non_mod_seq_ops.search_n (1037 ms) 38: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4237 ms total) 38: 38: [----------] 1 test from std_algorithms_count_test 38: [ RUN ] std_algorithms_count_test.test 38: [ OK ] std_algorithms_count_test.test (55 ms) 38: [----------] 1 test from std_algorithms_count_test (55 ms total) 38: 38: [----------] 1 test from std_algorithms_equal_test 38: [ RUN ] std_algorithms_equal_test.test 38: [ OK ] std_algorithms_equal_test.test (65 ms) 38: [----------] 1 test from std_algorithms_equal_test (65 ms total) 38: 38: [----------] 1 test from std_algorithms_all_any_none_of_test 38: [ RUN ] std_algorithms_all_any_none_of_test.test 38: [ OK ] std_algorithms_all_any_none_of_test.test (79 ms) 38: [----------] 1 test from std_algorithms_all_any_none_of_test (79 ms total) 38: 38: [----------] 1 test from std_algorithms_nonmod_seq_ops 38: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 38: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (117 ms) 38: [----------] 1 test from std_algorithms_nonmod_seq_ops (117 ms total) 38: 38: [----------] 1 test from std_algorithms_mismatch_test 38: [ RUN ] std_algorithms_mismatch_test.test 38: [ OK ] std_algorithms_mismatch_test.test (180 ms) 38: [----------] 1 test from std_algorithms_mismatch_test (180 ms total) 38: 38: [----------] 1 test from std_algorithms_mod_seq_ops 38: [ RUN ] std_algorithms_mod_seq_ops.move_backward 33: Test_Atomic/100000/iterations:10 3.93 s 3.92 s 10 1 8 2.86696m 1.52729m 103.1u 4.99995G 182.078k 4.99995G 38: [ OK ] std_algorithms_mod_seq_ops.move_backward (119 ms) 38: [----------] 1 test from std_algorithms_mod_seq_ops (119 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 13 tests from 10 test suites ran. (5085 ms total) 38: [ PASSED ] 13 tests. 38/55 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 5.31 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_D 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 39: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 39: Test timeout computed to be: 1500 39: [==========] Running 31 tests from 5 test suites. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from std_algorithms_mod_ops_test 39: [ RUN ] std_algorithms_mod_ops_test.move 39: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 39: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 39: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (20 ms) 39: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 39: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 39: [----------] 3 tests from std_algorithms_mod_ops_test (21 ms total) 39: 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy 39: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 39: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 39: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill 39: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 39: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 39: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate 39: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 39: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 39: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 39: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms) 39: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total) 39: 39: [----------] 4 tests from std_algorithms_replace_ops_test 39: [ RUN ] std_algorithms_replace_ops_test.replace 39: [ OK ] std_algorithms_replace_ops_test.replace (70 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_if 39: [ OK ] std_algorithms_replace_ops_test.replace_if (133 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy 5: [ OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (15151 ms) 5: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_host 39: [ OK ] std_algorithms_replace_ops_test.replace_copy (91 ms) 39: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 39: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (79 ms) 39: [----------] 4 tests from std_algorithms_replace_ops_test (374 ms total) 39: 39: [----------] 11 tests from std_algorithms_mod_seq_ops 39: [ RUN ] std_algorithms_mod_seq_ops.copy_if 39: [ OK ] std_algorithms_mod_seq_ops.copy_if (73 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique 39: [ OK ] std_algorithms_mod_seq_ops.unique (179 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 39: [ OK ] std_algorithms_mod_seq_ops.unique_copy (125 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove 39: [ OK ] std_algorithms_mod_seq_ops.remove (84 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_if (85 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy (170 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 39: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (83 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate 39: [ OK ] std_algorithms_mod_seq_ops.rotate (730 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 39: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (479 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_left -- 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-8324/build/generated/Kokkos_Version_Info.cpp 39: [ OK ] std_algorithms_mod_seq_ops.shift_left (1192 ms) 39: [ RUN ] std_algorithms_mod_seq_ops.shift_right -- Compiler Version: 12.2.91 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-8324/bin/kokkos_launch_compiler) is enabled... -- Using -std=c++20 for C++20 standard as feature 39: [ OK ] std_algorithms_mod_seq_ops.shift_right (1024 ms) 39: [----------] 11 tests from std_algorithms_mod_seq_ops (4231 ms total) 39: 39: [----------] 1 test from std_algorithms_modseq_test 39: [ RUN ] std_algorithms_modseq_test.reverse 39: [ OK ] std_algorithms_modseq_test.reverse (89 ms) 39: [----------] 1 test from std_algorithms_modseq_test (89 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 31 tests from 5 test suites ran. (4724 ms total) 39: [ PASSED ] 31 tests. 39/55 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 4.91 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_E 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 40: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 40: Test timeout computed to be: 1500 40: [==========] Running 14 tests from 6 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_sorting_ops_test 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted (32 ms) 40: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 40: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (20 ms) 40: [----------] 2 tests from std_algorithms_sorting_ops_test (53 ms total) 40: 40: [----------] 4 tests from std_algorithms_partitioning_test 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms) 40: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 40: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (3 ms) 40: [ RUN ] std_algorithms_partitioning_test.partition_point 40: [ OK ] std_algorithms_partitioning_test.partition_point (3 ms) 40: [----------] 4 tests from std_algorithms_partitioning_test (10 ms total) 40: 40: [----------] 1 test from std_algorithms_partitioning_ops 40: [ RUN ] std_algorithms_partitioning_ops.partition_copy 40: [ OK ] std_algorithms_partitioning_ops.partition_copy (93 ms) 40: [----------] 1 test from std_algorithms_partitioning_ops (93 ms total) 40: 40: [----------] 1 test from std_algorithms_numerics_ops_test 40: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 40: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (172 ms) 40: [----------] 1 test from std_algorithms_numerics_ops_test (172 ms total) 40: 40: [----------] 5 tests from std_algorithms_numeric_ops_test 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 282 693.663/s 1.6k 1 -- SIMD: AVX512 detected 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1152 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (454 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 40: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 40: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 40: [----------] 5 tests from std_algorithms_numeric_ops_test (1607 ms total) 40: 40: [----------] 1 test from std_algorithms_transform_ops_test 40: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op -- 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 40: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (81 ms) 40: [----------] 1 test from std_algorithms_transform_ops_test (82 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 14 tests from 6 test suites ran. (2019 ms total) 40: [ PASSED ] 14 tests. 40/55 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.21 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 41: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 41: Test timeout computed to be: 1500 41: [==========] Running 5 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_count_team_test 41: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Built target Kokkos_ContainersUnitTest_SYCL [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o 41: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (350 ms) 41: [ RUN ] std_algorithms_count_team_test.count_returns_zero 41: [ OK ] std_algorithms_count_team_test.count_returns_zero (298 ms) 41: [----------] 2 tests from std_algorithms_count_team_test (649 ms total) 41: 41: [----------] 1 test from std_algorithms_count_if_team_test 41: [ RUN ] std_algorithms_count_if_team_test.test 41: [ OK ] std_algorithms_count_if_team_test.test (344 ms) 41: [----------] 1 test from std_algorithms_count_if_team_test (344 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_team_test 41: [ RUN ] std_algorithms_for_each_team_test.test 41: [ OK ] std_algorithms_for_each_team_test.test (513 ms) 41: [----------] 1 test from std_algorithms_for_each_team_test (513 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_n_team_test 41: [ RUN ] std_algorithms_for_each_n_team_test.test 41: [ OK ] std_algorithms_for_each_n_team_test.test (591 ms) 41: [----------] 1 test from std_algorithms_for_each_n_team_test (591 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 5 tests from 4 test suites ran. (2099 ms total) 41: [ PASSED ] 5 tests. 41/55 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 2.28 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 42: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 42: Test timeout computed to be: 1500 42: [==========] Running 2 tests from 1 test suite. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_equal_team_test 42: [ RUN ] std_algorithms_equal_team_test.views_are_equal 42: [ OK ] std_algorithms_equal_team_test.views_are_equal (1229 ms) 42: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal -- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc 42: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1228 ms) 42: [----------] 2 tests from std_algorithms_equal_team_test (2457 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 2 tests from 1 test suite ran. (2457 ms total) 42: [ PASSED ] 2 tests. 42/55 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 2.66 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 43: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 43: Test timeout computed to be: 1500 43: [==========] Running 0 tests from 0 test suites. 43: [==========] 0 tests from 0 test suites ran. (0 ms total) 43: [ PASSED ] 0 tests. 43/55 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 0.23 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 44: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 44: Test timeout computed to be: 1500 44: [==========] Running 3 tests from 3 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_min_element_team_test 44: [ RUN ] std_algorithms_min_element_team_test.test 44: [ OK ] std_algorithms_min_element_team_test.test (0 ms) 44: [----------] 1 test from std_algorithms_min_element_team_test (0 ms total) 44: 44: [----------] 1 test from std_algorithms_max_element_team_test 44: [ RUN ] std_algorithms_max_element_team_test.test 44: [ OK ] std_algorithms_max_element_team_test.test (0 ms) 44: [----------] 1 test from std_algorithms_max_element_team_test (0 ms total) 44: 44: [----------] 1 test from std_algorithms_minmax_element_team_test 44: [ RUN ] std_algorithms_minmax_element_team_test.test 44: [ OK ] std_algorithms_minmax_element_team_test.test (0 ms) 44: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 3 tests from 3 test suites ran. (0 ms total) 44: [ PASSED ] 3 tests. 44/55 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 0.18 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 45: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 45: Test timeout computed to be: 1500 -- The CUDA compiler identification is NVIDIA 12.2.91 -- Detecting CUDA compiler ABI info 45: [==========] Running 6 tests from 6 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_fill_team_test 45: [ RUN ] std_algorithms_fill_team_test.test 45: [ OK ] std_algorithms_fill_team_test.test (335 ms) 45: [----------] 1 test from std_algorithms_fill_team_test (335 ms total) 45: 45: [----------] 1 test from std_algorithms_fill_n_team_test 45: [ RUN ] std_algorithms_fill_n_team_test.test 45: [ OK ] std_algorithms_fill_n_team_test.test (960 ms) 45: [----------] 1 test from std_algorithms_fill_n_team_test (960 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_team_test 45: [ RUN ] std_algorithms_replace_team_test.test -- 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 45: [ OK ] std_algorithms_replace_team_test.test (513 ms) 45: [----------] 1 test from std_algorithms_replace_team_test (513 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_if_team_test 45: [ RUN ] std_algorithms_replace_if_team_test.test 45: [ OK ] std_algorithms_replace_if_team_test.test (417 ms) 45: [----------] 1 test from std_algorithms_replace_if_team_test (417 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_team_test 45: [ RUN ] std_algorithms_replace_copy_team_test.test 45: [ OK ] std_algorithms_replace_copy_team_test.test (735 ms) 45: [----------] 1 test from std_algorithms_replace_copy_team_test (735 ms total) 45: 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test 45: [ RUN ] std_algorithms_replace_copy_if_team_test.test [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B -- 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 45: [ OK ] std_algorithms_replace_copy_if_team_test.test (581 ms) 45: [----------] 1 test from std_algorithms_replace_copy_if_team_test (581 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 6 tests from 6 test suites ran. (3545 ms total) 45: [ PASSED ] 6 tests. 45/55 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 3.75 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 46: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 46: Test timeout computed to be: 1500 -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_reverse_team_test 46: [ RUN ] std_algorithms_reverse_team_test.test -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE 46: [ OK ] std_algorithms_reverse_team_test.test (396 ms) 46: [----------] 1 test from std_algorithms_reverse_team_test (396 ms total) 46: 46: [----------] 1 test from std_algorithms_reverse_copy_team_test 46: [ RUN ] std_algorithms_reverse_copy_team_test.test 46: [ OK ] std_algorithms_reverse_copy_team_test.test (500 ms) 46: [----------] 1 test from std_algorithms_reverse_copy_team_test (500 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_team_test 46: [ RUN ] std_algorithms_rotate_team_test.test -- Found OpenMP_CXX: -mp (Required is at least version "3.0") -- Found OpenMP: TRUE (Required is at least version "3.0") found components: CXX -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) 46: [ OK ] std_algorithms_rotate_team_test.test (1217 ms) 46: [----------] 1 test from std_algorithms_rotate_team_test (1217 ms total) 46: 46: [----------] 1 test from std_algorithms_rotate_copy_team_test 46: [ RUN ] std_algorithms_rotate_copy_team_test.test -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Sources TestOpenMP.cpp -- Sources TestCuda.cpp -- Kokkos Backends: OPENMP;CUDA -- Configuring done 46: [ OK ] std_algorithms_rotate_copy_team_test.test (1036 ms) 46: [----------] 1 test from std_algorithms_rotate_copy_team_test (1036 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (3150 ms total) 46: [ PASSED ] 4 tests. 46/55 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 3.34 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 47: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 47: Test timeout computed to be: 1500 47: [==========] Running 4 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_move_team_test 47: [ RUN ] std_algorithms_move_team_test.test [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j8 47: [ OK ] std_algorithms_move_team_test.test (817 ms) 47: [----------] 1 test from std_algorithms_move_team_test (817 ms total) 47: 47: [----------] 1 test from std_algorithms_move_backward_team_test 47: [ RUN ] std_algorithms_move_backward_team_test.test [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.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_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o 47: [ OK ] std_algorithms_move_backward_team_test.test (649 ms) 47: [----------] 1 test from std_algorithms_move_backward_team_test (649 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_left_team_test 47: [ RUN ] std_algorithms_shift_left_team_test.test [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 47: [ OK ] std_algorithms_shift_left_team_test.test (2345 ms) 47: [----------] 1 test from std_algorithms_shift_left_team_test (2345 ms total) 47: 47: [----------] 1 test from std_algorithms_shift_right_team_test 47: [ RUN ] std_algorithms_shift_right_team_test.test 47: [ OK ] std_algorithms_shift_right_team_test.test (2245 ms) 47: [----------] 1 test from std_algorithms_shift_right_team_test (2245 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (6058 ms total) 47: [ PASSED ] 4 tests. 47/55 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 6.26 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 48: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 48: Test timeout computed to be: 1500 48: [==========] Running 5 tests from 5 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_copy_team_test 48: [ RUN ] std_algorithms_copy_team_test.test 48: [ OK ] std_algorithms_copy_team_test.test (958 ms) 48: [----------] 1 test from std_algorithms_copy_team_test (958 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_n_team_test 48: [ RUN ] std_algorithms_copy_n_team_test.test [ 0%] Linking CXX shared library libkokkosprinter-tool.so [ 0%] Linking CXX static library libimpl_git_version.a 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 288 691.641/s 1.6k 1 [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 0%] Built target impl_git_version [ 0%] Built target kokkosprinter-tool [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o 48: [ OK ] std_algorithms_copy_n_team_test.test (1232 ms) 48: [----------] 1 test from std_algorithms_copy_n_team_test (1232 ms total) 48: 48: [----------] 1 test from std_algorithms_copy_backward_team_test 48: [ RUN ] std_algorithms_copy_backward_team_test.test 48: [ OK ] std_algorithms_copy_backward_team_test.test (684 ms) 48: [----------] 1 test from std_algorithms_copy_backward_team_test (684 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_team_test 48: [ RUN ] std_algorithms_remove_team_test.test 48: [ OK ] std_algorithms_remove_team_test.test (603 ms) 48: [----------] 1 test from std_algorithms_remove_team_test (603 ms total) 48: 48: [----------] 1 test from std_algorithms_remove_if_team_test 48: [ RUN ] std_algorithms_remove_if_team_test.test 48: [ OK ] std_algorithms_remove_if_team_test.test (532 ms) 48: [----------] 1 test from std_algorithms_remove_if_team_test (532 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 5 tests from 5 test suites ran. (4011 ms total) 48: [ PASSED ] 5 tests. 48/55 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 4.23 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 49: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 49: Test timeout computed to be: 1500 49: [==========] Running 2 tests from 2 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_unique_team_test 49: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 49: [ OK ] std_algorithms_unique_team_test.test_default_predicate (711 ms) 49: [----------] 1 test from std_algorithms_unique_team_test (711 ms total) 49: 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test 49: [ RUN ] std_algorithms_adjacent_difference_team_test.test 49: [ OK ] std_algorithms_adjacent_difference_team_test.test (1090 ms) 49: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1090 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 2 tests from 2 test suites ran. (1802 ms total) 49: [ PASSED ] 2 tests. 49/55 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 1.99 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 50: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 50: Test timeout computed to be: 1500 50: [==========] Running 6 tests from 2 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_is_sorted_team_test 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (513 ms) 50: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 50: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (438 ms) 50: [----------] 2 tests from std_algorithms_is_sorted_team_test (951 ms total) 50: 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (17 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 50: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (25 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 50: /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamIsSortedUntil.cpp:259: Skipped 50: Known to fail with OpenMPTarget and clang 17 50: [ SKIPPED ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (0 ms) 50: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 50: /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamIsSortedUntil.cpp:271: Skipped 50: Known to fail with OpenMPTarget and clang 17 50: [ SKIPPED ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (0 ms) 50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (43 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 6 tests from 2 test suites ran. (995 ms total) 50: [ PASSED ] 4 tests. 50: [ SKIPPED ] 2 tests, listed below: 50: [ SKIPPED ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 50: [ SKIPPED ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 50/55 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 1.18 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 51: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 51: Test timeout computed to be: 1500 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_transform_team_test 51: [ RUN ] std_algorithms_transform_team_test.test_unary_op [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o 51: [ OK ] std_algorithms_transform_team_test.test_unary_op (1075 ms) 51: [----------] 1 test from std_algorithms_transform_team_test (1075 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_team_test 51: [ RUN ] std_algorithms_generate_team_test.test_unary_op 51: [ OK ] std_algorithms_generate_team_test.test_unary_op (2059 ms) 51: [----------] 1 test from std_algorithms_generate_team_test (2059 ms total) 51: 51: [----------] 1 test from std_algorithms_generate_n_team_test 51: [ RUN ] std_algorithms_generate_n_team_test.test 51: [ OK ] std_algorithms_generate_n_team_test.test (685 ms) 51: [----------] 1 test from std_algorithms_generate_n_team_test (685 ms total) 51: 51: [----------] 1 test from std_algorithms_swap_ranges_team_test 51: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o 51: [ OK ] std_algorithms_swap_ranges_team_test.test (908 ms) 51: [----------] 1 test from std_algorithms_swap_ranges_team_test (908 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (4728 ms total) 51: [ PASSED ] 4 tests. 51/55 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.91 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 52: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 52: Test timeout computed to be: 1500 52: [==========] Running 0 tests from 0 test suites. 52: [==========] 0 tests from 0 test suites ran. (0 ms total) 52: [ PASSED ] 0 tests. 52/55 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 0.17 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 53: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests 53: Test timeout computed to be: 1500 53: [==========] Running 1 test from 1 test suite. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test 53: [ RUN ] std_algorithms_inclusive_scan_team_test.test 53: /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestStdAlgorithmsTeamInclusiveScan.cpp:276: Skipped 53: the test is known to fail with OpenMPTarget 53: [ SKIPPED ] std_algorithms_inclusive_scan_team_test.test (0 ms) 53: [----------] 1 test from std_algorithms_inclusive_scan_team_test (0 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 1 test from 1 test suite ran. (0 ms total) 53: [ PASSED ] 0 tests. 53: [ SKIPPED ] 1 test, listed below: 53: [ SKIPPED ] std_algorithms_inclusive_scan_team_test.test 53/55 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 0.18 sec test 54 Start 54: Kokkos_PerformanceTest_InclusiveScan 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T15-26-37.json" 54: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test 54: Test timeout computed to be: 1500 54: 2025-09-23T16:01:29+00:00 54: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 54: Run on (6 X 2095.11 MHz CPU s) 54: CPU Caches: 54: L1 Data 32 KiB (x6) 54: L1 Instruction 32 KiB (x6) 54: L2 Unified 4096 KiB (x6) 54: L3 Unified 16384 KiB (x6) 54: Load Average: 1.37, 2.11, 3.99 54: CPU architecture: none 54: Default Device: OpenMPTarget 54: GIT_BRANCH: HEAD 54: GIT_CLEAN_STATUS: CLEAN 54: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 54: GIT_COMMIT_DESCRIPTION: Update desul hash 54: GIT_COMMIT_HASH: 79cbad54b 54: GPU architecture: VOLTA70 54: KOKKOS_COMPILER_CLANG: 2018 54: KOKKOS_ENABLE_ASM: no 54: KOKKOS_ENABLE_CXX20: yes 54: KOKKOS_ENABLE_CXX23: no 54: KOKKOS_ENABLE_CXX26: no 54: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 54: KOKKOS_ENABLE_HWLOC: no 54: KOKKOS_ENABLE_LIBDL: yes 54: KOKKOS_ENABLE_OPENMPTARGET: yes 54: KOKKOS_ENABLE_PRAGMA_IVDEP: no 54: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 54: KOKKOS_ENABLE_PRAGMA_UNROLL: no 54: KOKKOS_ENABLE_PRAGMA_VECTOR: no 54: KOKKOS_ENABLE_SERIAL: yes 54: Kokkos Version: 4.7.99 54: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 54: mdspan: enabled 54: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 54: platform: 64bit 5: [ OK ] openacc_DeathTest.view_memory_access_violations_from_host (39296 ms) 5: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_device 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:190: Skipped 5: skipping because OpenACC backend is currently not able to abort from the device 5: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms) 5: [ RUN ] openacc_DeathTest.view_subview_wrong_extents 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 5: only enforced when debug bound checks is enabled 5: [ SKIPPED ] openacc_DeathTest.view_subview_wrong_extents (0 ms) 5: [ RUN ] openacc_DeathTest.view_subview_constructor_layout_compatibility [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o 54: ---------------------------------------------------------------------------------------------------------------------------------------------- 54: Benchmark Time CPU Iterations FOM: GB/s MB Passed 54: ---------------------------------------------------------------------------------------------------------------------------------------------- 54: BM_inclusive_scan/100000000/manual_time 0.236 s 0.002 s 3 6.77673/s 1.6k 1 5: [ OK ] openacc_DeathTest.view_subview_constructor_layout_compatibility (4295 ms) 5: [----------] 21 tests from openacc_DeathTest (105945 ms total) 5: 5: [----------] 1 test from openacc_graph_DeathTest 5: [ RUN ] openacc_graph_DeathTest.can_instantiate_only_once 54: BM_inclusive_scan/100000000/manual_time 0.236 s 0.002 s 3 6.77997/s 1.6k 1 33: Test_Atomic/100000/iterations:10 4.04 s 4.03 s 10 1 8 2.87676m 1.53688m 103.6u 4.99995G 139.006k 4.99995G [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o 5: [ OK ] openacc_graph_DeathTest.can_instantiate_only_once (4369 ms) 5: [----------] 1 test from openacc_graph_DeathTest (4369 ms total) 5: 5: [----------] 208 tests from openacc 5: [ RUN ] openacc.array_capacity 5: [ OK ] openacc.array_capacity (0 ms) 5: [ RUN ] openacc.array_element_access 5: [ OK ] openacc.array_element_access (0 ms) 5: [ RUN ] openacc.array_operator_equal 5: [ OK ] openacc.array_operator_equal (0 ms) 5: [ RUN ] openacc.array_zero_capacity 5: [ OK ] openacc.array_zero_capacity (0 ms) 5: [ RUN ] openacc.array_zero_data_nullptr 5: [ OK ] openacc.array_zero_data_nullptr (0 ms) 5: [ RUN ] openacc.atomic_operations_double 5: [ OK ] openacc.atomic_operations_double (11 ms) 5: [ RUN ] openacc.atomic_operations_float 5: [ OK ] openacc.atomic_operations_float (10 ms) 5: [ RUN ] openacc.atomic_operations_int8 5: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestAtomicOperations_int16.hpp:28: Skipped 5: unsupported atomic data type for OpenACC+NVHPC 5: [ SKIPPED ] openacc.atomic_operations_int16 (0 ms) 5: [ RUN ] openacc.atomic_operations_int 5: [ OK ] openacc.atomic_operations_int (52 ms) 5: [ RUN ] openacc.atomic_operations_long 5: [ OK ] openacc.atomic_operations_long (53 ms) 5: [ RUN ] openacc.atomic_operations_longlong 5: [ OK ] openacc.atomic_operations_longlong (50 ms) 5: [ RUN ] openacc.atomic_operations_unsigned 5: [ OK ] openacc.atomic_operations_unsigned (48 ms) 5: [ RUN ] openacc.atomic_operations_unsignedlong 5: [ OK ] openacc.atomic_operations_unsignedlong (49 ms) 5: [ RUN ] openacc.atomics 5: [ OK ] openacc.atomics (227 ms) 5: [ RUN ] openacc.atomics_tpetra_max_abs 5: [ OK ] openacc.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] openacc.atomic_views_integral [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.236 s 0.002 s 3 6.79148/s 1.6k 1 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 273 677.796/s 1.6k 1 54: BM_inclusive_scan/100000000/manual_time 0.340 s 0.002 s 2 4.69944/s 1.6k 1 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.340 s 0.002 s 2 4.70018/s 1.6k 1 [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 1%] Linking CXX static library libkokkos_gtest.a [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 1%] Built target kokkos_gtest [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.338 s 0.002 s 2 4.7283/s 1.6k 1 [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.342 s 0.002 s 2 4.67687/s 1.6k 1 54: BM_inclusive_scan/100000000/manual_time 0.343 s 0.002 s 2 4.66034/s 1.6k 1 [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o 54: BM_inclusive_scan/100000000/manual_time 0.405 s 0.003 s 2 3.95458/s 1.6k 1 54/55 Test #54: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 27.07 sec test 55 Start 55: Kokkos_UnitTest_SIMD 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 55: Working Directory: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests 55: Test timeout computed to be: 1500 55: [==========] Running 18 tests from 1 test suite. 55: [----------] Global test environment set-up. 55: [----------] 18 tests from simd 55: [ RUN ] simd.host_math_ops 55: [ OK ] simd.host_math_ops (0 ms) 55: [ RUN ] simd.device_math_ops 55: /var/jenkins/workspace/Kokkos_PR-8324/simd/unit_tests/include/TestSIMD_MathOps.hpp:556: Skipped 55: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered 55: [ SKIPPED ] simd.device_math_ops (0 ms) 55: [ RUN ] simd.host_mask_ops 55: [ OK ] simd.host_mask_ops (0 ms) 55: [ RUN ] simd.device_mask_ops 55: [ OK ] simd.device_mask_ops (8 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: /var/jenkins/workspace/Kokkos_PR-8324/simd/unit_tests/include/TestSIMD_Reductions.hpp:240: Skipped 55: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered 55: [ SKIPPED ] simd.device_reductions (0 ms) 55: [ RUN ] simd.host_construction 55: [ OK ] simd.host_construction (0 ms) 55: [ RUN ] simd.device_construction 55: [ OK ] simd.device_construction (0 ms) 55: [----------] 18 tests from simd (9 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 1 test suite ran. (9 ms total) 55: [ PASSED ] 16 tests. 55: [ SKIPPED ] 2 tests, listed below: 55: [ SKIPPED ] simd.device_math_ops 55: [ SKIPPED ] simd.device_reductions 55/55 Test #55: Kokkos_UnitTest_SIMD ....................................... Passed 0.23 sec 100% tests passed, 0 tests failed out of 55 Label Time Summary: Kokkos = 285.92 sec*proc (47 tests) Total Test time (real) = 586.07 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): 5.00 / 5.00 (100.00 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 119ee97f35cc22e5046dfd95e6eb5028f1b4cb000559ea5e1c63444c22ffc3af [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 55: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 285 684.436/s 1.6k 1 55/56 Test #55: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 193.36 sec test 56 Start 56: Kokkos_UnitTest_SIMD 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 56: Test timeout computed to be: 1500 56: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set 56: In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads 56: For best performance with OpenMP 3.1 set OMP_PROC_BIND=true 56: For unit testing set OMP_PROC_BIND=false 56: 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-8324' for the testing framework 'CTest-Version 3.x (default)'. 56: [==========] Running 18 tests from 1 test suite. 56: [----------] Global test environment set-up. 56: [----------] 18 tests from simd 56: [ RUN ] simd.host_math_ops 56: [ OK ] simd.host_math_ops (3 ms) 56: [ RUN ] simd.device_math_ops 56: [ OK ] simd.device_math_ops (9 ms) 56: [ RUN ] simd.host_mask_ops 56: [ OK ] simd.host_mask_ops (0 ms) 56: [ RUN ] simd.device_mask_ops 56: [ OK ] simd.device_mask_ops (0 ms) 56: [ RUN ] simd.host_conversions 56: [ OK ] simd.host_conversions (0 ms) 56: [ RUN ] simd.device_conversions 56: [ OK ] simd.device_conversions (0 ms) 56: [ RUN ] simd.host_shift_ops 56: [ OK ] simd.host_shift_ops (1 ms) 56: [ RUN ] simd.device_shift_ops 56: [ OK ] simd.device_shift_ops (0 ms) 56: [ RUN ] simd.host_condition 56: [ OK ] simd.host_condition (0 ms) 56: [ RUN ] simd.device_condition 56: [ OK ] simd.device_condition (0 ms) 56: [ RUN ] simd.host_gen_ctors 56: [ OK ] simd.host_gen_ctors (0 ms) 56: [ RUN ] simd.device_gen_ctors 56: [ OK ] simd.device_gen_ctors (0 ms) 56: [ RUN ] simd.host_where_expressions 56: [ OK ] simd.host_where_expressions (0 ms) 56: [ RUN ] simd.device_where_expressions 56: [ OK ] simd.device_where_expressions (0 ms) 56: [ RUN ] simd.host_reductions 56: [ OK ] simd.host_reductions (1 ms) 56: [ RUN ] simd.device_reductions 56: [ OK ] simd.device_reductions (0 ms) 56: [ RUN ] simd.host_construction 56: [ OK ] simd.host_construction (0 ms) 56: [ RUN ] simd.device_construction 56: [ OK ] simd.device_construction (0 ms) 56: [----------] 18 tests from simd (17 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 18 tests from 1 test suite ran. (17 ms total) 56: [ PASSED ] 18 tests. 56/56 Test #56: Kokkos_UnitTest_SIMD ....................................... Passed 0.35 sec 100% tests passed, 0 tests failed out of 56 Label Time Summary: Kokkos = 1379.54 sec*proc (49 tests) Total Test time (real) = 1933.22 sec + cd ../example/build_cmake_in_tree + rm -rf build $ docker rm -f --volumes 119ee97f35cc22e5046dfd95e6eb5028f1b4cb000559ea5e1c63444c22ffc3af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } Running on fetnat_06 in /var/jenkins/workspace/Kokkos_PR-8324 [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 + mkdir -p build + cd build + cmake -DCMAKE_CXX_STANDARD=20 .. Fetching changes from the remote Git repository Fetching without tags 5: [ OK ] openacc.atomic_views_integral (21860 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 (74 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 (58 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_as-- The CXX compiler identification is GNU 13.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX comsignable_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 (47 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 piler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting default Kokkos CXX standard to 20 -- Kokkos version: 4.7.99 -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=gnu++20 for C++20 extensions as feature Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK 5: [ OK ] openacc.partitioning_by_args (67 ms) 5: [ RUN ] openacc.partitioning_by_args_with_structured_bindings 5: [ OK ] openacc.partitioning_by_args_with_structured_bindings (69 ms) 5: [ RUN ] openacc.partitioning_by_vector 5: [ OK ] openacc.partitioning_by_vector (70 ms) 5: [ RUN ] openacc.exec_space_thread_safety_range 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:102: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_range (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_mdrange 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:149: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_team_policy 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:198: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_range_reduce 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:247: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_reduce (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_mdrange_reduce 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:291: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_team_policy_reduce 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:336: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce (0 ms) 5: [ RUN ] openacc.exec_space_thread_safety_range_scan 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:392: Skipped 5: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_scan (0 ms) 5: [ RUN ] openacc.execution_space_as_class_data_member 5: [ OK ] openacc.execution_space_as_class_data_member (5 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-8324/core/unit_test/TestGraph.hpp:1105: Skipped 5: The graph backend for OpenACC does not support capture. 5: [ SKIPPED ] openacc.graph_capture (0 ms) 5: [ RUN ] openacc.graph_then 5: [ OK ] openacc.graph_then (0 ms) 5: [ RUN ] openacc.then_host 5: [ OK ] openacc.then_host (0 ms) 5: [ RUN ] openacc.mixed_then_host_device_nodes 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1280: Skipped 5: This test requires a shared space. 5: [ SKIPPED ] openacc.mixed_then_host_device_nodes (0 ms) 5: [ RUN ] openacc.graph_then_tag 5: [ OK ] openacc.graph_then_tag (0 ms) 5: [ RUN ] openacc.mathematical_constants_e 5: [ OK ] openacc.mathematical_constants_e (50 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 (14 ms) 5: [ RUN ] openacc.mathspecialfunc_errorfunc 5: [ OK ] openacc.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] openacc.mathspecialfunc_cbesselj0y0 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) -- Kokkos Backends: SERIAL -- Configuring done 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 (75 ms) 5: [ RUN ] openacc.mdrange_6d -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_in_tree/build + make -j8 [ 3%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 7%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 14%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 14%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 22%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 22%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 25%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 25%] Built target AlwaysCheckGit 5: [ OK ] openacc.mdrange_6d (120 ms) 5: [ RUN ] openacc.mdrange_3d 5: [ OK ] openacc.mdrange_3d (36 ms) 5: [ RUN ] openacc.mdrange_neg_idx 5: [ OK ] openacc.mdrange_neg_idx (3 ms) 5: [ RUN ] openacc.mdrange_4d 5: [ OK ] openacc.mdrange_4d (26 ms) 5: [ RUN ] openacc.mdrange_large_deep_copy 5: [ OK ] openacc.mdrange_large_deep_copy (152 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 Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" [ 29%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [Pipeline] withEnv [Pipeline] { [ 33%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 37%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 40%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o + docker build -t 3f42622e9feac55394b4f4875fb161c5ca59d765 --build-arg BASE=nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu22.04 --build-arg ADDITIONAL_PACKAGES=clang-15 clang-tidy-15 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> 6f9cc9f1ba9e Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 6cc3ab1f5d35 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 7dc6163e334a 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 ---> a1500008e928 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 ---> 05d3de740d2a Step 7/10 : ARG CMAKE_VERSION=3.22.6 ---> Using cache ---> d0239d6c838c Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> e2295f8f02c4 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 ---> 707eb125afdb Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> e54435be7074 Successfully built e54435be7074 Successfully tagged 3f42622e9feac55394b4f4875fb161c5ca59d765:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 44%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 48%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 51%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o + docker inspect -f . 3f42622e9feac55394b4f4875fb161c5ca59d765 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_06 seems to be running inside container b9c14e335f27d1fe2c83e8b0f38e31037600b4f7427026720cf993c750697945 $ 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-8324 --volumes-from b9c14e335f27d1fe2c83e8b0f38e31037600b4f7427026720cf993c750697945 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 3f42622e9feac55394b4f4875fb161c5ca59d765 cat [ 55%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 59%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 62%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 66%] Linking CXX static library libimpl_git_version.a [ 66%] Built target impl_git_version 5: [ OK ] openacc.mdrange_parallel_reduce_primitive_types (2678 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 (4 ms) 5: [ RUN ] openacc.view_mdspan_conversion_with_stride 5: [ OK ] openacc.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] openacc.max 5: [ OK ] openacc.max (0 ms) 5: [ RUN ] openacc.max_within_parfor 5: [ OK ] openacc.max_within_parfor (3 ms) 5: [ RUN ] openacc.min 5: [ OK ] openacc.min (0 ms) 5: [ RUN ] openacc.min_within_parfor 5: [ OK ] openacc.min_within_parfor (0 ms) 5: [ RUN ] openacc.minmax 5: [ OK ] openacc.minmax (0 ms) 5: [ RUN ] openacc.minmax_within_parfor 5: [ OK ] openacc.minmax_within_parfor (0 ms) 5: [ RUN ] openacc.clamp 5: [ OK ] openacc.clamp (0 ms) 5: [ RUN ] openacc.clamp_within_parfor 5: [ OK ] openacc.clamp_within_parfor (0 ms) 5: [ RUN ] openacc.occupancy_control 5: [ OK ] openacc.occupancy_control (7 ms) 5: [ RUN ] openacc.parallel_scan_range_policy 5: [ OK ] openacc.parallel_scan_range_policy (197 ms) 5: [ RUN ] openacc.kokkos_printf 5: [ OK ] openacc.kokkos_printf (5 ms) 5: [ RUN ] openacc.range_policy_runtime_parameters 5: [ OK ] openacc.range_policy_runtime_parameters (0 ms) 5: [ RUN ] openacc.range_policy_one_way_convertible_bounds 5: [ OK ] openacc.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] openacc.reducers_double 5: [ OK ] openacc.reducers_double (18 ms) 5: [ RUN ] openacc.reducers_bool 5: [ OK ] openacc.reducers_bool (7 ms) 5: [ RUN ] openacc.impl_shared_alloc 5: [ OK ] openacc.impl_shared_alloc (57 ms) 5: [ RUN ] openacc.mdspan_space_aware_accessor 5: [ OK ] openacc.mdspan_space_aware_accessor (19 ms) 5: [ RUN ] openacc.kokkos_swap 5: [ OK ] openacc.kokkos_swap (1 ms) 5: [ RUN ] openacc.team_policy_runtime_parameters 5: [ OK ] openacc.team_policy_runtime_parameters (0 ms) 5: [ RUN ] openacc.timer 5: [ OK ] openacc.timer (20 ms) 5: [ RUN ] openacc.view_api_a 5: [ OK ] openacc.view_api_a (21 ms) 5: [ RUN ] openacc.view_layout_left_with_stride 5: [ OK ] openacc.view_layout_left_with_stride (0 ms) 5: [ RUN ] openacc.view_layout_right_with_stride 5: [ OK ] openacc.view_layout_right_with_stride (0 ms) 5: [ RUN ] openacc.view_api_b 5: [ OK ] openacc.view_api_b (24 ms) 5: [ RUN ] openacc.view_api_c 5: [ OK ] openacc.view_api_c (15 ms) 5: [ RUN ] openacc.view_api_d 5: [ OK ] openacc.view_api_d (69 ms) 5: [ RUN ] openacc.view_bad_alloc 5: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestViewBadAlloc.hpp:59: Skipped 5: acc_malloc() not properly returning nullptr 5: [ SKIPPED ] openacc.view_bad_alloc (0 ms) 5: [ RUN ] openacc.view_copy_tests 5: [ OK ] openacc.view_copy_tests (34 ms) 5: [ RUN ] openacc.view_copy_tests_rank_0 5: [ OK ] openacc.view_copy_tests_rank_0 (6 ms) 5: [ RUN ] openacc.view_copy_degenerated 5: [ OK ] openacc.view_copy_degenerated (0 ms) 5: [ RUN ] openacc.view_fill_tests_layout_right 5: [ OK ] openacc.view_fill_tests_layout_right (166 ms) 5: [ RUN ] openacc.view_fill_tests_layout_left 5: [ OK ] openacc.view_fill_tests_layout_left (72 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 (7 ms) 5: [ RUN ] openacc.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (81 ms) 5: [ RUN ] openacc.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] openacc.view_layoutstride_right_to_layoutright_assignment (77 ms) 5: [ RUN ] openacc.view_mapping 5: [ OK ] openacc.view_mapping (57 ms) 5: [ RUN ] openacc.view_mapping_operator 5: [ OK ] openacc.view_mapping_operator (360 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-8324/core/unit_test/TestWithoutInitializing.hpp:216: Skipped 5: skipping since the OpenACC backend doesn't implement ZeroMemset 5: [ SKIPPED ] openacc.deep_copy_zero_memset (0 ms) 5: [ RUN ] openacc.resize_exec_space 5: [ OK ] openacc.resize_exec_space (0 ms) 5: [ RUN ] openacc.view_allocation_int 5: [ OK ] openacc.view_allocation_int (0 ms) 5: [ RUN ] openacc.view_allocation_exec_space_int 5: [ OK ] openacc.view_allocation_exec_space_int (0 ms) 5: [ RUN ] openacc.view_not_default_constructible 5: [ OK ] openacc.view_not_default_constructible (0 ms) 5: [ RUN ] openacc.view_subview_auto_1d_left 5: [ OK ] openacc.view_subview_auto_1d_left (7 ms) 5: [ RUN ] openacc.view_subview_auto_1d_right 5: [ OK ] openacc.view_subview_auto_1d_right (0 ms) 5: [ RUN ] openacc.view_subview_auto_1d_stride 5: [ OK ] openacc.view_subview_auto_1d_stride (0 ms) 5: [ RUN ] openacc.view_subview_assign_strided 5: [ OK ] openacc.view_subview_assign_strided (0 ms) 5: [ RUN ] openacc.view_subview_left_0 5: [ OK ] openacc.view_subview_left_0 (0 ms) 5: [ RUN ] openacc.view_subview_left_1 5: [ OK ] openacc.view_subview_left_1 (0 ms) 5: [ RUN ] openacc.view_subview_left_2 5: [ OK ] openacc.view_subview_left_2 (0 ms) 5: [ RUN ] openacc.view_subview_left_3 5: [ OK ] openacc.view_subview_left_3 (0 ms) 5: [ RUN ] openacc.view_subview_right_0 5: [ OK ] openacc.view_subview_right_0 (0 ms) 5: [ RUN ] openacc.view_subview_right_1 5: [ OK ] openacc.view_subview_right_1 (0 ms) 5: [ RUN ] openacc.view_subview_right_3 5: [ OK ] openacc.view_subview_right_3 (0 ms) 5: [ RUN ] openacc.view_static_tests 5: [ OK ] openacc.view_static_tests (0 ms) 5: [ RUN ] openacc.view_subview_layoutleft_to_layoutleft 5: [ OK ] openacc.view_subview_layoutleft_to_layoutleft (9 ms) 5: [ RUN ] openacc.view_subview_layoutright_to_layoutright 5: [ OK ] openacc.view_subview_layoutright_to_layoutright (0 ms) 5: [ RUN ] openacc.view_subview_1d_assign 5: [ OK ] openacc.view_subview_1d_assign (16 ms) 5: [ RUN ] openacc.view_subview_1d_assign_atomic 5: [ OK ] openacc.view_subview_1d_assign_atomic (14 ms) 5: [ RUN ] openacc.view_subview_1d_assign_randomaccess 5: [ OK ] openacc.view_subview_1d_assign_randomaccess (14 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d [ 70%] Linking CXX static library libkokkoscore.a [ 70%] Built target kokkoscore [ 74%] Building CXX object kokkos/simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 77%] Building CXX object kokkos/algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 81%] Building CXX object kokkos/containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 85%] Linking CXX static library libkokkossimd.a [ 88%] Linking CXX static library libkokkosalgorithms.a [ 88%] Built target kokkossimd [ 88%] Built target kokkosalgorithms 5: [ OK ] openacc.view_subview_2d_from_3d (190 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d_atomic 5: [ OK ] openacc.view_subview_2d_from_3d_atomic (191 ms) 5: [ RUN ] openacc.view_subview_2d_from_3d_randomaccess 5: [ OK ] openacc.view_subview_2d_from_3d_randomaccess (192 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left 5: [ OK ] openacc.view_subview_3d_from_5d_left (210 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left_atomic [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o 5: [ OK ] openacc.view_subview_3d_from_5d_left_atomic (210 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] openacc.view_subview_3d_from_5d_left_randomaccess (212 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right 5: [ OK ] openacc.view_subview_3d_from_5d_right (123 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right_atomic 5: [ OK ] openacc.view_subview_3d_from_5d_right_atomic (122 ms) 5: [ RUN ] openacc.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] openacc.view_subview_3d_from_5d_right_randomaccess (123 ms) 5: [ RUN ] openacc.view_test_unmanaged_subview_reset 5: [ OK ] openacc.view_test_unmanaged_subview_reset (2 ms) 5: [ RUN ] openacc.view_subview_memory_traits_construction 5: [ OK ] openacc.view_subview_memory_traits_construction (0 ms) 5: [----------] 208 tests from openacc (29101 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-8324/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-8324/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 (4 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 247 tests from 4 test suites ran. (139421 ms total) 5: [ PASSED ] 225 tests. 5: [ SKIPPED ] 22 tests, listed below: 5: [ SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_dyn 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_stat 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_mix 5: [ SKIPPED ] openacc_DeathTest.view_construction_with_wrong_static_extents 5: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device 5: [ SKIPPED ] openacc_DeathTest.view_subview_wrong_extents 5: [ SKIPPED ] openacc.atomic_operations_int8 5: [ SKIPPED ] openacc.atomic_operations_int16 5: [ SKIPPED ] openacc.exec_space_thread_safety_range 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] openacc.exec_space_thread_safety_range_scan 5: [ SKIPPED ] openacc.graph_capture 5: [ SKIPPED ] openacc.mixed_then_host_device_nodes 5: [ SKIPPED ] openacc.view_bad_alloc 5: [ SKIPPED ] openacc.deep_copy_zero_memset 5: [ SKIPPED ] openacc_graph.repeat_chain 5: [ SKIPPED ] openacc_graph.force_global_launch [ 92%] Linking CXX static library libkokkoscontainers.a [ 92%] Built target kokkoscontainers [ 96%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o $ docker top 22b231d9169c53cec976bacde58fc6cfe53c7af60d7ad3ae0b861eccb7cd00c9 -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] { [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o 5/23 Test #5: Kokkos_CoreUnitTest_OpenACC ................................ Passed 140.08 sec test 6 Start 6: Kokkos_CoreUnitTest_Default 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 6: Test timeout computed to be: 1500 [Pipeline] sh 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 (27 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 (40 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 8 tests from 1 test suite ran. (40 ms total) 6: [ PASSED ] 8 tests. 6/23 Test #6: Kokkos_CoreUnitTest_Default ................................ Passed 0.30 sec test 7 Start 7: Kokkos_CoreUnitTest_InitializeFinalize 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 + ccache --zero-stats Statistics zeroed [Pipeline] sh 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (381 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views + rm -rf build [100%] Linking CXX executable example [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_in_tree/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_in_tree/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_in_tree/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: KokkosInTree_Verify 1: Test command: /var/jenkins/workspace/Kokkos_PR-8324/example/build_cmake_in_tree/build/example "10" 1: Test timeout computed to be: 10000000 1: Host Serial Execution Space: 1: KOKKOS_ENABLE_SERIAL: yes 1: 1: Serial Runtime Configuration: 1: Number of even integers from 0 to 9 1: Parallel: 5 0.000015 1: Sequential: 5 0.000000 1/1 Test #1: KokkosInTree_Verify .............. Passed 0.00 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.03 sec Post stage [Pipeline] sh + ccache --show-stats Cacheable calls: 784 / 784 (100.0%) Hits: 783 / 784 (99.87%) Direct: 82 / 783 (10.47%) Preprocessed: 701 / 783 (89.53%) Misses: 1 / 784 ( 0.13%) Local storage: Cache size (GB): 4.5 / 5.0 (90.88%) Hits: 783 / 784 (99.87%) Misses: 1 / 784 ( 0.13%) [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 c17d1da817738f8695baf8d9e1e0b30d3f8a57986e2efc8e6d24f6b5b28cccb4 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1565 ms) 7: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 33: Test_Atomic/100000/iterations:10 3.53 s 3.52 s 10 1 4 2.16898m 1.49379m 49.7u 704.983M 55.928k 704.983M 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes c17d1da817738f8695baf8d9e1e0b30d3f8a57986e2efc8e6d24f6b5b28cccb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++-15 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-15;-warnings-as-errors=* -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -Wno-pass-failed -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 20 7: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2463 ms) 7: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4411 ms total) 7: 7: [----------] 4 tests from InitializeFinalize_DeathTest 7: [ RUN ] InitializeFinalize_DeathTest.initialize -- The CXX compiler identification is Clang 15.0.7 -- Detecting CXX compiler ABI info 7: [ OK ] InitializeFinalize_DeathTest.initialize (1081 ms) 7: [ RUN ] InitializeFinalize_DeathTest.finalize -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++-15 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o 7: [ OK ] InitializeFinalize_DeathTest.finalize (688 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_initialized 7: [ OK ] InitializeFinalize_DeathTest.is_initialized (204 ms) 7: [ RUN ] InitializeFinalize_DeathTest.is_finalized -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=c++20 for C++20 standard as feature 7: [ OK ] InitializeFinalize_DeathTest.is_finalized (193 ms) 7: [----------] 4 tests from InitializeFinalize_DeathTest (2168 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 (26 ms) 7: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (26 ms total) 7: 7: [----------] 1 test from Legion_DeathTest 7: [ RUN ] Legion_DeathTest.individual_backend_initialization 7: [ OK ] Legion_DeathTest.individual_backend_initialization (212 ms) 7: [----------] 1 test from Legion_DeathTest (212 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 (203 ms) 7: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.8.89") -- Looking for C++ include pthread.h 7: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (463 ms) 7: [----------] 2 tests from PushFinalizeHook_DeathTest (667 ms total) 7: 7: [----------] 6 tests from ScopeGuard_DeathTest 7: [ RUN ] ScopeGuard_DeathTest.create 7: [ OK ] ScopeGuard_DeathTest.create (200 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_argument -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 7: [ OK ] ScopeGuard_DeathTest.create_argument (191 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_while_initialize -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK 7: [ OK ] ScopeGuard_DeathTest.create_while_initialize (420 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_initialize -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK 7: [ OK ] ScopeGuard_DeathTest.create_after_initialize (434 ms) 7: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 7: [ OK ] ScopeGuard_DeathTest.create_after_finalize (410 ms) 7: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 7: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (424 ms) 7: [----------] 6 tests from ScopeGuard_DeathTest (2081 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 (10 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 7: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 7: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 7: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (12 ms) 7: [ RUN ] defaultdevicetype.env_vars_num_threads 7: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_device_id 7: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_disable_warnings 7: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 7: [ RUN ] defaultdevicetype.env_vars_tune_internals 7: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 7: [ RUN ] defaultdevicetype.visible_devices 7: [ OK ] defaultdevicetype.visible_devices (0 ms) 7: [----------] 13 tests from defaultdevicetype (25 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 30 tests from 7 test suites ran. (9592 ms total) 7: [ PASSED ] 30 tests. 7/23 Test #7: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 9.62 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.20 sec test 9 Start 9: Kokkos_CoreUnitTest_KokkosP 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 9: Test timeout computed to be: 1500 9: [==========] Running 27 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 27 tests from kokkosp 9: [ RUN ] kokkosp.test_named_instance_fence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: [ OK ] kokkosp.test_named_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_instance_fence 9: Ref: 134217729 9: Ref: Unnamed Instance Fence 9: 134217729 9: Kokkos::OpenACC::fence(): Unnamed Instance Fence 9: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_named_global_fence 9: Ref: 134217728 9: Ref: test global fence 9: 0 9: test global fence 9: Miss on id 9: 134217728 9: test global fence 9: [ OK ] kokkosp.test_named_global_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_global_fence 9: Ref: 134217728 9: Ref: Unnamed Global Fence 9: 0 9: Kokkos::fence: Unnamed Global Fence 9: Miss on id 9: 134217728 9: Kokkos::fence: Unnamed Global Fence 9: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 9: [ RUN ] kokkosp.test_multiple_default_instances 9: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 9: [ RUN ] kokkosp.test_id_gen 9: [ OK ] kokkosp.test_id_gen (0 ms) 9: [ RUN ] kokkosp.test_kernel_sequence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: Ref: 134217729 9: Ref: test_kernel 9: 134217729 9: named_instance 9: Miss on name 9: 0 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217728 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217729 9: test_kernel 9: [ OK ] kokkosp.test_kernel_sequence (39 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 (42 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 27 tests from 1 test suite ran. (42 ms total) 9: [ PASSED ] 27 tests. 9/23 Test #9: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.25 sec test 10 Start 10: Kokkos_CoreUnitTest_ToolIndependence 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 10: Test timeout computed to be: 1500 10/23 Test #10: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 11 Start 11: Kokkos_ProfilingTestLibraryLoadHelp 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 11: Environment variables: 11: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 11: Test timeout computed to be: 1500 11: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 11/23 Test #11: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.16 sec test 12 Start 12: Kokkos_ProfilingTestLibraryCmdLineHelp 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 12: Test timeout computed to be: 1500 12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 12/23 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.18 sec test 13 Start 13: Kokkos_ProfilingTestLibraryLoad 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 13: Environment variables: 13: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 13: Test timeout computed to be: 1500 -- Performing Test KOKKOS_COMPILE_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) 13: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:OpenACC::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1e5dbc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1e5ddc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1e5de40:Host:source:0x1e5dc40: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:0x1e5df00: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:0x1e5ddc0:40::kokkosp_deallocate_data:Host:source:0x1e5dbc0:40::kokkosp_finalize_library:: 13/23 Test #13: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.16 sec test 14 Start 14: Kokkos_ProfilingTestLibraryCmdLine 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/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:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1599bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1599dc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1599e40:Host:source:0x1599c40: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:0x1599f00: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:0x1599dc0:40::kokkosp_deallocate_data:Host:source:0x1599bc0:40::kokkosp_finalize_library:: 14/23 Test #14: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.19 sec test 15 Start 15: Kokkos_CoreUnitTest_StackTraceTest 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x43dc6c] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43c2ab] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fc88ce29d90] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fc88ce29e40] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15] 15: 15: demangled test_f1: 15: [0x4fb713] Kokkos::Impl::save_stacktrace() 15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&) 15: [0x43dc6c] Test::test_stacktrace(bool, bool) 15: [0x43c2ab] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44e48f] testing::Test::Run() 15: [0x450b9f] testing::TestInfo::Run() 15: [0x4521c7] testing::TestSuite::Run() 15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests() 15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45363a] testing::UnitTest::Run() 15: [0x43b0f5] main 15: [0x7fc88ce29d90] 15: [0x7fc88ce29e40] __libc_start_main 15: [0x43ae15] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x442972] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x43e2da] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x43c2ab] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fc88ce29d90] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fc88ce29e40] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15] 15: 15: demangled test_f3: 15: [0x4fb713] Kokkos::Impl::save_stacktrace() 15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&) 15: [0x442972] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e2da] Test::test_stacktrace(bool, bool) 15: [0x43c2ab] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44e48f] testing::Test::Run() 15: [0x450b9f] testing::TestInfo::Run() 15: [0x4521c7] testing::TestSuite::Run() 15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests() 15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45363a] testing::UnitTest::Run() 15: [0x43b0f5] main 15: [0x7fc88ce29d90] 15: [0x7fc88ce29e40] __libc_start_main 15: [0x43ae15] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace [ 87%] Built target Kokkos_PerformanceTest_Benchmark [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (388 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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x43dc6c] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43c628] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f933e229d90] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f933e229e40] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15] 15: 15: demangled test_f1: 15: [0x4fb713] Kokkos::Impl::save_stacktrace() 15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&) 15: [0x43dc6c] Test::test_stacktrace(bool, bool) 15: [0x43c628] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44e48f] testing::Test::Run() 15: [0x450b9f] testing::TestInfo::Run() 15: [0x4521c7] testing::TestSuite::Run() 15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests() 15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45363a] testing::UnitTest::Run() 15: [0x43b0f5] main 15: [0x7f933e229d90] 15: [0x7f933e229e40] __libc_start_main 15: [0x43ae15] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x442972] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x43e2da] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x43c628] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f933e229d90] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f933e229e40] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15] 15: 15: demangled test_f3: 15: [0x4fb713] Kokkos::Impl::save_stacktrace() 15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&) 15: [0x442972] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e2da] Test::test_stacktrace(bool, bool) 15: [0x43c628] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44e48f] testing::Test::Run() 15: [0x450b9f] testing::TestInfo::Run() 15: [0x4521c7] testing::TestSuite::Run() 15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests() 15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45363a] testing::UnitTest::Run() 15: [0x43b0f5] main 15: [0x7f933e229d90] 15: [0x7f933e229e40] __libc_start_main 15: [0x43ae15] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (414 ms) 15: [----------] 2 tests from defaultdevicetype_DeathTest (803 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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x43dc6c] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fbf90c29d90] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fbf90c29e40] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15] 15: 15: demangled test_f1: 15: [0x4fb713] Kokkos::Impl::save_stacktrace() 15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&) 15: [0x43dc6c] Test::test_stacktrace(bool, bool) 15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44e48f] testing::Test::Run() 15: [0x450b9f] testing::TestInfo::Run() 15: [0x4521c7] testing::TestSuite::Run() 15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests() 15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45363a] testing::UnitTest::Run() 15: [0x43b0f5] main 15: [0x7fbf90c29d90] 15: [0x7fbf90c29e40] __libc_start_main 15: [0x43ae15] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4fb713] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x441dfc] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x442972] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x43e2da] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48d643] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44e48f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x450b9f] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4521c7] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x466c37] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x492443] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45363a] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43b0f5] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fbf90c29d90] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fbf90c29e40] 15: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x43ae15] 15: 15: demangled test_f3: 15: [0x4fb713] Kokkos::Impl::save_stacktrace() 15: [0x441dfc] Test::stacktrace_test_f1(std::ostream&) 15: [0x442972] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e2da] Test::test_stacktrace(bool, bool) 15: [0x48d643] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44e48f] testing::Test::Run() 15: [0x450b9f] testing::TestInfo::Run() 15: [0x4521c7] testing::TestSuite::Run() 15: [0x466c37] testing::internal::UnitTestImpl::RunAllTests() 15: [0x492443] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45363a] testing::UnitTest::Run() 15: [0x43b0f5] main 15: [0x7fbf90c29d90] 15: [0x7fbf90c29e40] __libc_start_main 15: [0x43ae15] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 15: [----------] 1 test from defaultdevicetype (1 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 3 tests from 2 test suites ran. (804 ms total) 15: [ PASSED ] 3 tests. -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub 15/23 Test #15: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.97 sec test 16 Start 16: Kokkos_IncrementalTest_SERIAL 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (147 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 (546 ms) 16: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 16: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (699 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 1 test suite ran. (699 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.88 sec test 17 Start 17: Kokkos_IncrementalTest_OPENACC 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (40 ms) 17: [ RUN ] OPENACC.IncrTest_03b_memspace_free -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_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 17: [ OK ] OPENACC.IncrTest_03b_memspace_free (2148 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 -- [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-8324/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o 17: [ OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (1232 ms) 17: [ RUN ] OPENACC.IncrTest_12a_ThreadScratch 17: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped 17: skipping since scratch memory is not yet implemented in the OpenACC backend 17: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms) 17: [ RUN ] OPENACC.IncrTest_13a_Hierarchical_Red 17: [ OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms) 17: [ RUN ] OPENACC.IncrTest_13b_Hierarchical_Red 17: [ OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms) 17: [ RUN ] OPENACC.IncrTest_13c_Hierarchical_Red 17: [ OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms) 17: [ RUN ] OPENACC.incr_14_MDrangeReduce 17: [ OK ] OPENACC.incr_14_MDrangeReduce (0 ms) 17: [ RUN ] OPENACC.IncrTest_16_parallelscan 17: [ OK ] OPENACC.IncrTest_16_parallelscan (2 ms) 17: [ RUN ] OPENACC.incr_17_atomicView 17: [ OK ] OPENACC.incr_17_atomicView (0 ms) 17: [----------] 28 tests from OPENACC (3449 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 28 tests from 1 test suite ran. (3449 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.68 sec [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o test 18 Start 18: Kokkos_CoreUnitTest_CTestDevice 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (94 ms) 18: [ RUN ] ctest_environment_DeathTest.no_type_str 18: [ OK ] ctest_environment_DeathTest.no_type_str (124 ms) 18: [ RUN ] ctest_environment_DeathTest.missing_type -- [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 18: [ OK ] ctest_environment_DeathTest.missing_type (220 ms) 18: [ RUN ] ctest_environment_DeathTest.no_id_str 18: [ OK ] ctest_environment_DeathTest.no_id_str (102 ms) 18: [ RUN ] ctest_environment_DeathTest.invalid_id_str [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E 18: [ OK ] ctest_environment_DeathTest.invalid_id_str (209 ms) 18: [----------] 5 tests from ctest_environment_DeathTest (752 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. (752 ms total) 18: [ PASSED ] 8 tests. 18/23 Test #18: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.82 sec test 19 Start 19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/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 (37 ms) 23: [ RUN ] simd.host_mask_ops 23: [ OK ] simd.host_mask_ops (0 ms) 23: [ RUN ] simd.device_mask_ops 23: [ OK ] simd.device_mask_ops (4 ms) 23: [ RUN ] simd.host_conversions 23: [ OK ] simd.host_conversions (0 ms) 23: [ RUN ] simd.device_conversions 23: [ OK ] simd.device_conversions (0 ms) 23: [ RUN ] simd.host_shift_ops 23: [ OK ] simd.host_shift_ops (0 ms) 23: [ RUN ] simd.device_shift_ops 23: [ OK ] simd.device_shift_ops (0 ms) 23: [ RUN ] simd.host_condition 23: [ OK ] simd.host_condition (0 ms) 23: [ RUN ] simd.device_condition 23: [ OK ] simd.device_condition (0 ms) 23: [ RUN ] simd.host_gen_ctors 23: [ OK ] simd.host_gen_ctors (0 ms) 23: [ RUN ] simd.device_gen_ctors 23: [ OK ] simd.device_gen_ctors (0 ms) 23: [ RUN ] simd.host_where_expressions 23: [ OK ] simd.host_where_expressions (0 ms) 23: [ RUN ] simd.device_where_expressions 23: [ OK ] simd.device_where_expressions (0 ms) 23: [ RUN ] simd.host_reductions 23: [ OK ] simd.host_reductions (0 ms) 23: [ RUN ] simd.device_reductions 23: [ OK ] simd.device_reductions (0 ms) 23: [ RUN ] simd.host_construction 23: [ OK ] simd.host_construction (0 ms) 23: [ RUN ] simd.device_construction 23: [ OK ] simd.device_construction (0 ms) 23: [----------] 18 tests from simd (43 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 18 tests from 1 test suite ran. (43 ms total) 23: [ PASSED ] 18 tests. 23/23 Test #23: Kokkos_UnitTest_SIMD ....................................... Passed 0.32 sec 100% tests passed, 0 tests failed out of 23 Label Time Summary: Kokkos = 215.16 sec*proc (23 tests) Total Test time (real) = 215.46 sec [ 2%] Linking CXX static library libkokkoscore.a [ 2%] Built target kokkoscore [ 2%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 2%] Building CXX object 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 Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 83005bf2141603412525adf86c1d62645ceb03ff6a40bbd2bdb4712e46920198 -- [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 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-8324' for the testing framework 'CTest-Version 3.x (default)'. -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestCuda.cpp -- No installed google benchmark found, fetching from GitHub -- Kokkos Backends: SERIAL;CUDA -- Configuring done $ docker rm -f --volumes 83005bf2141603412525adf86c1d62645ceb03ff6a40bbd2bdb4712e46920198 [ 2%] Linking CXX static library libkokkosalgorithms.a [ 3%] Linking CXX static library libkokkossimd.a [ 3%] Built target kokkosalgorithms [ 3%] Built target kokkossimd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } Running on fetnat_03 in /var/jenkins/workspace/Kokkos_PR-8324 [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 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-8324/.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/8324/head:refs/remotes/origin/PR-8324 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merging remotes/origin/develop commit ec7fb819a60f164d95b2e63be44e3ff1b8b65159 into PR head commit 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j8 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o Merge succeeded, producing 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 Checking out Revision 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 (PR-8324) Commit message: "Update desul hash" [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Linking CXX static library libkokkos_gtest.a [ 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 CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 2%] Built target kokkos_gtest [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge ec7fb819a60f164d95b2e63be44e3ff1b8b65159 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79cbad54b831e46a71e25fc439a8ba27f6b67ea8 # timeout=10 [Pipeline] sh [ 2%] 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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o + docker build -t 6b3e158d979b26e24be3082c6f7bdfaebd35d962 --build-arg BASE=nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 --build-arg ADDITIONAL_PACKAGES=clang-17 clang-tidy-17 -f scripts/docker/Dockerfile.nvcc scripts/docker DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 19.97kB Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 Step 2/10 : FROM $BASE ---> a22f95e792e7 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 260989d2d8da Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> aecb35a5d384 Step 5/10 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc wget ccache ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> c6daa5e0f9ff Step 6/10 : RUN KEYDUMP_URL=https://cloud1.cees.ornl.gov/download && KEYDUMP_FILE=keydump && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} && wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig && gpg --import ${KEYDUMP_FILE} && gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} && rm ${KEYDUMP_FILE}* ---> Using cache ---> 7ffe9b660728 Step 7/10 : ARG CMAKE_VERSION=3.22.6 ---> Using cache ---> b604608c38c9 Step 8/10 : ENV CMAKE_DIR=/opt/cmake [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o ---> Using cache ---> 87d53e23b346 Step 9/10 : RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION} && CMAKE_SCRIPT=cmake-${CMAKE_VERSION}-Linux-x86_64.sh && CMAKE_SHA256=cmake-${CMAKE_VERSION}-SHA-256.txt && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256} && wget --quiet ${CMAKE_URL}/${CMAKE_SHA256}.asc && wget --quiet ${CMAKE_URL}/${CMAKE_SCRIPT} && gpg --verify ${CMAKE_SHA256}.asc ${CMAKE_SHA256} && grep -i ${CMAKE_SCRIPT} ${CMAKE_SHA256} | sed -e s/linux/Linux/ | sha256sum --check && mkdir -p ${CMAKE_DIR} && sh ${CMAKE_SCRIPT} --skip-license --prefix=${CMAKE_DIR} && rm cmake* ---> Using cache ---> 367ce1a9eef5 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 0b20be61d0ad Successfully built 0b20be61d0ad Successfully tagged 6b3e158d979b26e24be3082c6f7bdfaebd35d962:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Linking CXX static library libbenchmark.a + docker inspect -f . 6b3e158d979b26e24be3082c6f7bdfaebd35d962 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer fetnat_03 seems to be running inside container 34bb5815605d924d41bb4be981797b6f205410a7be5408ef1b34752c12eebfb6 $ 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-8324 --volumes-from 34bb5815605d924d41bb4be981797b6f205410a7be5408ef1b34752c12eebfb6 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6b3e158d979b26e24be3082c6f7bdfaebd35d962 cat [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 4%] Linking CXX static library libimpl_git_version.a [ 4%] Built target impl_git_version [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 4%] Linking CXX shared library libkokkosprinter-tool.so [ 4%] Built target kokkosprinter-tool [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.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_HostSpace.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D $ docker top 186a5abef587184453a45494be498579bed042d978bea44253e8c70819218fba -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o + ccache --zero-stats Statistics zeroed [Pipeline] sh + rm -rf build [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++-17 -DCMAKE_CXX_CLANG_TIDY=clang-tidy-17;-warnings-as-errors=* -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -Wno-pass-failed -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 20 [ 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 -- The CXX compiler identification is Clang 17.0.6 -- Detecting CXX compiler ABI info [ 3%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 4%] Linking CXX static library libkokkoscontainers.a [ 4%] Built target kokkoscontainers -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++-17 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.7.99 [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/UnitTestMainInit.cpp.o -- The project name is: Kokkos -- Using internal gtest for testing -- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF. -- Using -std=c++20 for C++20 standard as feature [ 4%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found CUDAToolkit: /usr/local/cuda/include (found version "12.5.82") -- Looking for C++ include pthread.h [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Using bundled desul_atomics copy (desul/desul@2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e) -- Performing Test KOKKOS_LINK_OPTIONS_CHECK -- Performing Test KOKKOS_LINK_OPTIONS_CHECK - Success -- Experimental mdspan support is enabled -- Using bundled mdspan copy (kokkos/mdspan@0e4eba59ad53451784b3839bdf98b25fa2d64931) [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 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 [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- No installed google benchmark found, fetching from GitHub [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [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 [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.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 -- [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-8324/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES 33: Test_Atomic/100000/iterations:10 4.09 s 4.08 s 10 1 8 3.00626m 1.71368m 143.2u 4.99995G 116.478k 4.99995G [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.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 -- [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 [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestCuda.cpp -- No installed google benchmark found, fetching from GitHub [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o -- Kokkos Backends: SERIAL;CUDA -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-8324/build + make -j8 [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 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_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 0%] Linking CXX shared library libkokkosprinter-tool.so [ 0%] Built target kokkosprinter-tool [ 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 [ 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 [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 1%] Linking CXX static library libimpl_git_version.a [ 1%] Built target impl_git_version [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 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 [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 2%] 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 [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 5%] Linking CXX static library libkokkosalgorithms.a [ 5%] Built target kokkosalgorithms [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Built target kokkossimd [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.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_deepcopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 5%] 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 [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.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_TeamBasic.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 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 [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.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_MemoryPool.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.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 [ 8%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_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_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o 33: Test_Atomic/100000/iterations:10 4.01 s 4.00 s 10 1 8 2.88016m 1.51269m 103.5u 4.99995G 116.478k 4.99995G [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.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/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedAccessor.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 5%] Linking CXX static library libkokkoscore.a [ 5%] Built target kokkoscore [ 5%] Building CXX object algorithms/src/CMakeFiles/kokkosalgorithms.dir/KokkosAlgorithms_dummy.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 5%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o 33: Test_Atomic/100000/iterations:10 3.57 s 3.56 s 10 0 4 0.0102322 1.59718m 851.89u 4.99995G 76.728k 4.99989G [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 6%] Linking CXX static library libkokkossimd.a [ 6%] Built target kokkossimd [ 6%] Linking CXX static library libkokkosalgorithms.a [ 6%] Built target kokkosalgorithms [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ReferenceCountedDataHandle.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/UnitTestMainInit.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedDataHandle.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 93%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_BasicView.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorArg.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_BasicView.cpp.o [ 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_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.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_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 93%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o [ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 93%] Linking CXX executable Kokkos_query_device [ 93%] Built target Kokkos_query_device [ 93%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 93%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 94%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 94%] Built target Kokkos_PerformanceTest_InclusiveScan [ 94%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 94%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 94%] Linking CXX executable Kokkos_example_relocatable_function [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAllocationType.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 94%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 94%] Built target Kokkos_example_relocatable_function [ 94%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 94%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 94%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 94%] Built target Kokkos_tutorial_01_hello_world [ 95%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_02_simple_reduce [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 95%] Built target Kokkos_tutorial_02_simple_reduce [ 95%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o 33: Test_Atomic/100000/iterations:10 11.5 s 11.4 s 10 1 8 19.6007 1.76367m 861.39u 4.99995G 151.358k 4.99995G 33/59 Test #33: Kokkos_PerformanceTest_Atomic .............................. Passed 350.53 sec test 34 Start 34: Kokkos_PerformanceTest_Reduction 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T15-32-41.json" 34: Test timeout computed to be: 1500 34: 2025-09-23T16:12:26+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 34: Run on (255 X 3361.21 MHz CPU s) 34: CPU Caches: 34: L1 Data 32 KiB (x127) 34: L1 Instruction 32 KiB (x127) 34: L2 Unified 512 KiB (x127) 34: L3 Unified 32768 KiB (x15) 34: Load Average: 3.49, 6.28, 11.50 34: APU or dGPU: dGPU 34: Architecture capable of accessing system allocated memory: 1 34: CPU architecture: none 34: Default Device: HIP 34: GPU architecture: AMD_GFX908 34: Is Large Bar: 1 34: KOKKOS_COMPILER_CLANG: 1800 34: KOKKOS_ENABLE_ASM: no 34: KOKKOS_ENABLE_CXX20: yes 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_CXX26: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HIP: yes 34: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 34: Kokkos Version: 4.7.99 34: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 34: Shared Memory per Block: 64 KiB 34: Supports Managed Memory: 1 34: System allows accessing system allocated memory on GPU: 0 34: Total Global Memory: 31.98 GiB 34: Wavefront Size: 64 34: XNACK environment variable set: no 34: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 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: mdspan: enabled 34: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 34: platform: 64bit 34: ---------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations 34: ---------------------------------------------------------------------------------------------------- 34: ReductionCheapScalarResult/10000/iterations:10 43.2 us 42.5 us 10 34: ReductionCheapScalarResult/100000/iterations:10 43.9 us 43.9 us 10 34: ReductionCheapScalarResult/1000000/iterations:10 54.1 us 54.1 us 10 34: ReductionCheapScalarResult/10000000/iterations:10 161 us 160 us 10 34: ReductionCheapHostResult/10000/iterations:10 29.1 us 29.0 us 10 34: ReductionCheapHostResult/100000/iterations:10 31.5 us 31.5 us 10 34: ReductionCheapHostResult/1000000/iterations:10 42.9 us 42.3 us 10 34: ReductionCheapHostResult/10000000/iterations:10 150 us 149 us 10 34: ReductionCheapDeviceResult/10000/iterations:10 21.4 us 21.3 us 10 34: ReductionCheapDeviceResult/100000/iterations:10 23.8 us 23.7 us 10 34: ReductionCheapDeviceResult/1000000/iterations:10 34.5 us 34.4 us 10 34: ReductionCheapDeviceResult/10000000/iterations:10 147 us 146 us 10 34: ReductionExpensive/10000/iterations:10 111 us 111 us 10 34: ReductionExpensive/100000/iterations:10 314 us 308 us 10 34: ReductionExpensive/1000000/iterations:10 2593 us 2584 us 10 34: ReductionExpensive/10000000/iterations:10 22256 us 22189 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-8324/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 77 tests from 2 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from serial_DeathTest 35: [ RUN ] serial_DeathTest.dualview_external_view_construction [ 95%] Linking CXX executable Kokkos_tutorial_03_simple_view [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedAccessor.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces 35: [ OK ] serial_DeathTest.dualview_external_view_construction (1363 ms) 35: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ReferenceCountedAccessor.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 95%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o [ 95%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o [ 95%] Built target Kokkos_tutorial_03_simple_view [ 95%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 96%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o [ 96%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 96%] Built target Kokkos_tutorial_05_simple_atomics [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 96%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o [ 96%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o 35: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (16112 ms) 35: [----------] 2 tests from serial_DeathTest (17476 ms total) 35: 35: [----------] 75 tests from serial 35: [ RUN ] serial.bitset 35: [ OK ] serial.bitset (1732 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 (5 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 35: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 35: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 35: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 35: skipping since not default execution space 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank67 35: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_members 35: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 35: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 35: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 35: [ RUN ] serial.dyn_rank_view_layout_member 35: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 35: [ RUN ] serial.dyn_rank_view_team_scratch 35: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 35: [ RUN ] serial.view_customization_extra_int_arg 35: [ OK ] serial.view_customization_extra_int_arg (0 ms) 35: [ RUN ] serial.ErrorReporterViaLambda 35: [ OK ] serial.ErrorReporterViaLambda (0 ms) 35: [ RUN ] serial.ErrorReporter 35: [ OK ] serial.ErrorReporter (0 ms) 35: [ RUN ] serial.offsetview_construction 35: [ OK ] serial.offsetview_construction (4 ms) 35: [ RUN ] serial.offsetview_unmanaged_construction 35: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 35: [ RUN ] serial.offsetview_subview 35: [ OK ] serial.offsetview_subview (3 ms) 35: [ RUN ] serial.offsetview_offsets_rank1 35: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank2 35: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank3 35: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 35: [ RUN ] serial.scatterview [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o 35: [ OK ] serial.scatterview (920 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 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits [ 96%] Linking CXX executable Kokkos_UnitTest_SIMD 35: [ OK ] serial.UnorderedMap_insert (3560 ms) 35: [ RUN ] serial.UnorderedMap_failed_insert 35: [ OK ] serial.UnorderedMap_failed_insert (1905 ms) 35: [ RUN ] serial.UnorderedMap_deep_copy 35: [ OK ] serial.UnorderedMap_deep_copy (2 ms) 35: [ RUN ] serial.UnorderedMap_valid_empty 35: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 35: [ RUN ] serial.UnorderedMap_clear_zero_size 35: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 35: [ RUN ] serial.UnorderedMap_consistent_size 35: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 35: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 35: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 35: [ RUN ] serial.UnorderedMap_lambda_capturable 35: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 35: [ RUN ] serial.UnorderedMap_constructor_view_alloc 35: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 35: [ RUN ] serial.UnorderedMap_View_as_value 35: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 35: [ RUN ] serial.vector_combination 35: [ OK ] serial.vector_combination (0 ms) 35: [ RUN ] serial.vector_insert 35: [ OK ] serial.vector_insert (0 ms) 35: [ RUN ] serial.vector_push_back_default_exec 35: [ OK ] serial.vector_push_back_default_exec (0 ms) 35: [----------] 75 tests from serial (8153 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 77 tests from 2 test suites ran. (25630 ms total) 35: [ PASSED ] 76 tests. 35: [ SKIPPED ] 1 test, listed below: 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 35/59 Test #35: Kokkos_ContainersUnitTest_Serial ........................... Passed 26.07 sec test 36 Start 36: Kokkos_ContainersUnitTest_HIP 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 36: Test timeout computed to be: 1500 36: Note: Google Test filter = -hip_hostpinned.view_allocation_large_rank 36: [==========] Running 77 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from hip_DeathTest 36: [ RUN ] hip_DeathTest.dualview_external_view_construction 36: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 96%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o [ 96%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 97%] Building CXX object example/tutorial/Hierarchical_Parallelism/04_team_scan/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_04_team_scan.dir/team_scan.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP_ViewSupport.dir/openmp/TestOpenMP_View_ViewCustomizationAccessorFromMapping.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 97%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o [ 97%] Built target Kokkos_tutorial_algorithms_01_random_numbers [ 97%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o [ 97%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 97%] Built target Kokkos_tutorial_advancedviews_04_dualviews [ 98%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 14%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 14%] Built target Kokkos_CoreTestCompileOnly [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ReferenceCountedDataHandle.cpp.o [ 98%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 98%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o [ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o 36: [ OK ] hip_DeathTest.offsetview_unmanaged_construction (16732 ms) 36: [----------] 2 tests from hip_DeathTest (16732 ms total) 36: 36: [----------] 75 tests from hip 36: [ RUN ] hip.bitset 36: [ OK ] hip.bitset (20 ms) 36: [ RUN ] hip.bitset_default_constructor_no_alloc 36: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] hip.dualview_combination 36: [ OK ] hip.dualview_combination (6 ms) 36: [ RUN ] hip.dualview_alloc 36: [ OK ] hip.dualview_alloc (0 ms) 36: [ RUN ] hip.test_dualview_copy_construction_and_assignment 36: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] hip.dualview_combinations_without_init 36: [ OK ] hip.dualview_combinations_without_init (0 ms) 36: [ RUN ] hip.dualview_deep_copy 36: [ OK ] hip.dualview_deep_copy (1 ms) 36: [ RUN ] hip.dualview_sync_should_fence 36: [ OK ] hip.dualview_sync_should_fence (8 ms) 36: [ RUN ] hip.dualview_realloc 36: [ OK ] hip.dualview_realloc (0 ms) 36: [ RUN ] hip.dualview_resize 36: [ OK ] hip.dualview_resize (0 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 (34 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_layout_member 36: [ OK ] hip.dyn_rank_view_layout_member (0 ms) 36: [ RUN ] hip.dyn_rank_view_team_scratch 36: [ OK ] hip.dyn_rank_view_team_scratch (0 ms) 36: [ RUN ] hip.view_customization_extra_int_arg 36: [ OK ] hip.view_customization_extra_int_arg (0 ms) 36: [ RUN ] hip.ErrorReporterViaLambda 36: [ OK ] hip.ErrorReporterViaLambda (1 ms) 36: [ RUN ] hip.ErrorReporter 36: [ OK ] hip.ErrorReporter (0 ms) 36: [ RUN ] hip.offsetview_construction 36: [ OK ] hip.offsetview_construction (3 ms) 36: [ RUN ] hip.offsetview_unmanaged_construction 36: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] hip.offsetview_subview 36: [ OK ] hip.offsetview_subview (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank1 36: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank2 36: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] hip.offsetview_offsets_rank3 36: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] hip.scatterview [ 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_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 98%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 98%] Linking CXX executable Kokkos_launch_bounds_reduce [ 98%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [ 98%] Built target Kokkos_tutorial_01_hello_world_lambda [ 99%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 99%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [ 99%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 99%] Built target Kokkos_launch_bounds_reduce [ 99%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o [ 99%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 99%] Built target Kokkos_tutorial_02_simple_reduce_lambda [ 99%] Built target Kokkos_tutorial_hierarchicalparallelism_04_team_scan [ 99%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 99%] Built target Kokkos_tutorial_03_simple_view_lambda [100%] Linking CXX executable Kokkos_atomic [100%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int8.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [100%] Built target Kokkos_atomic [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [100%] Built target Kokkos_UnitTest_SIMD [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP_ViewSupport [100%] Linking CXX executable Kokkos_view_copy_constructor [100%] Linking CXX executable Kokkos_stream [[100%] Linking CXX executable Kokkos_gups 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorArg.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o [100%] Linking CXX executable Kokkos_launch_latency [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [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 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_OpenMP_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [100%] Built target Kokkos_gups [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o 36: [ OK ] hip.scatterview (29041 ms) 36: [ RUN ] hip.scatterview_devicetype [100%] Built target Kokkos_stream [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [100%] Built target Kokkos_launch_latency [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [100%] Linking CXX executable Kokkos_gather [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorArg.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [100%] Linking CXX executable Kokkos_policy_performance [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [100%] Built target Kokkos_gather [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 13%] 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_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAllocationType.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [100%] Built target Kokkos_policy_performance [100%] Linking CXX executable Kokkos_bytes_and_flops [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o 36: [ OK ] hip.scatterview_devicetype (44036 ms) 36: [ RUN ] hip.staticcrsgraph 36: [ OK ] hip.staticcrsgraph (20 ms) 36: [ RUN ] hip.resize_realloc_no_init_dualview 36: [ OK ] hip.resize_realloc_no_init_dualview (1 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_dualview 36: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] hip.resize_exec_space_dualview 36: [ OK ] hip.resize_exec_space_dualview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dualview 36: [ OK ] hip.realloc_exec_space_dualview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_dynrankview 36: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] hip.resize_exec_space_dynrankview 36: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.realloc_exec_space_dynrankview 36: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] hip.resize_realloc_no_init_scatterview 36: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] hip.resize_realloc_no_alloc_scatterview 36: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] hip.resize_exec_space_scatterview 36: [ OK ] hip.resize_exec_space_scatterview (0 ms) 36: [ RUN ] hip.realloc_exec_space_scatterview 36: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview 36: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 36: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview 36: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_offsetview 36: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview 36: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 36: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] hip.UnorderedMap_insert 36: [ OK ] hip.UnorderedMap_insert (1846 ms) 36: [ RUN ] hip.UnorderedMap_failed_insert 36: [ OK ] hip.UnorderedMap_failed_insert (653 ms) 36: [ RUN ] hip.UnorderedMap_deep_copy 36: [ OK ] hip.UnorderedMap_deep_copy (4 ms) 36: [ RUN ] hip.UnorderedMap_valid_empty 36: [ OK ] hip.UnorderedMap_valid_empty (1 ms) 36: [ RUN ] hip.UnorderedMap_clear_zero_size 36: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] hip.UnorderedMap_consistent_size 36: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 36: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] hip.UnorderedMap_lambda_capturable 36: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] hip.UnorderedMap_constructor_view_alloc 36: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] hip.UnorderedMap_View_as_value 36: [ OK ] hip.UnorderedMap_View_as_value (0 ms) 36: [ RUN ] hip.vector_combination 36: [ OK ] hip.vector_combination (0 ms) 36: [ RUN ] hip.vector_insert 36: [ OK ] hip.vector_insert (2 ms) 36: [ RUN ] hip.vector_push_back_default_exec 36: [ OK ] hip.vector_push_back_default_exec (0 ms) 36: [----------] 75 tests from hip (75714 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 77 tests from 2 test suites ran. (92447 ms total) 36: [ PASSED ] 76 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] hip_DeathTest.dualview_external_view_construction 36/59 Test #36: Kokkos_ContainersUnitTest_HIP .............................. Passed 92.93 sec test 37 Start 37: Kokkos_ContainersPerformanceTest_HIP 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.00313538 37: View sum computation time: 0.00313538 37: Strided View time (init only): 0.00195315 37: View Rank7 time (init only): 0.00197354 37: DynRankView time (init only): 0.00203622 37: DynRankView sum computation time: 0.00161439 37: Ratio of View to DynRankView time: 1.53981 37: Ratio of View to DynRankView sum computation time: 0.855075 37: Ratio of View to View Rank7 time: 1.58871 37: Ratio of StrideView to DynRankView time: 0.959205 37: Ratio of DynRankView to View Rank7 time: 1.03176 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.00110825, 1.43e-05, 0.0031554, 0.00648805 37: 512, 0.0010742, 1.29e-05, 4.0759e-05, 0.00507862 37: 1024, 0.00113256, 1.243e-05, 4.124e-05, 0.00506673 37: 2048, 0.0010423, 1.317e-05, 4.18e-05, 0.00512862 37: 4096, 0.00108634, 1.232e-05, 4.468e-05, 0.00529542 37: 8192, 0.00114023, 1.228e-05, 4.195e-05, 0.00514949 37: 16384, 0.00107959, 1.207e-05, 4.255e-05, 0.00489569 37: 32768, 0.00102595, 1.199e-05, 4.4099e-05, 0.00514352 37: 65536, 0.00110342, 1.2519e-05, 4.927e-05, 0.00544157 37: 131072, 0.00105875, 1.24e-05, 7.2399e-05, 0.00612296 37: 262144, 0.00114221, 1.341e-05, 0.000122368, 0.00872987 37: 524288, 0.00113087, 1.559e-05, 0.000292256, 0.0108655 37: 1048576, 0.000888329, 2.677e-05, 0.000693401, 0.0235074 37: 2097152, 0.00115657, 3.349e-05, 0.00157226, 0.051392 37: 4194304, 0.00117822, 4.7379e-05, 0.00355213, 0.121097 37: [ OK ] TEST_CATEGORY.global_2_local (299 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 (315 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 4 tests from 1 test suite ran. (315 ms total) 37: [ PASSED ] 4 tests. 37/59 Test #37: Kokkos_ContainersPerformanceTest_HIP ....................... Passed 0.76 sec test 38 Start 38: Kokkos_UnitTest_Sort 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 38: Test timeout computed to be: 1500 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 38: [ OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (2784 ms) 38: [----------] 1 test from hip_DeathTest (2784 ms total) 38: 38: [----------] 16 tests from hip 38: [ RUN ] hip.SortUnsignedValueType 38: [ OK ] hip.SortUnsignedValueType (25 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 (9 ms) 38: [ RUN ] hip.SortByKeyWithComparator 38: [ OK ] hip.SortByKeyWithComparator (0 ms) 38: [ RUN ] hip.SortByKeyStaticExtents 38: [ OK ] hip.SortByKeyStaticExtents (0 ms) 38: [ RUN ] hip.SortByKeyWithStrides 38: [ OK ] hip.SortByKeyWithStrides (0 ms) 38: [ RUN ] hip.SortWithCustomComparator 38: [ OK ] hip.SortWithCustomComparator (85 ms) 38: [ RUN ] hip.BinSortGenericTests 38: [ OK ] hip.BinSortGenericTests (16 ms) 38: [ RUN ] hip.BinSortEmptyView 38: [ OK ] hip.BinSortEmptyView (0 ms) 38: [ RUN ] hip.BinSortEmptyKeysView 38: [ OK ] hip.BinSortEmptyKeysView (0 ms) 38: [ RUN ] hip.BinSort_issue_7221 38: [ OK ] hip.BinSort_issue_7221 (0 ms) 38: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAllocationType.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o 38: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (7419 ms) 38: [ RUN ] hip.NestedSort 38: [ OK ] hip.NestedSort (36 ms) 38: [ RUN ] hip.NestedSortByKey 38: [ OK ] hip.NestedSortByKey (93 ms) 38: [----------] 16 tests from hip (7688 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 17 tests from 2 test suites ran. (10472 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-8324/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:1758644077610715320 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.43252e-07 -0.00489518 -0.00112982 || 0.051031 28000 29301 || 28815.4 28674.4 || -15.6186 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0296336 -0.00168272 || 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.0222218 0.0327326 || 0.051031 27930 29462 || 28051 28674.4 || 452.496 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0176278 -0.00628489 || 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.000891989 0.00484 || 0.051031 27934 29306 || 28648.8 28674.4 || 66.9081 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.0113096 0.00377134 || 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.014409 -0.00424444 || 0.051031 27967 29300 || 28267.1 28674.4 || -58.6751 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.0139551 -0.00239872 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000243806 -0.99999 -48244.3 || 0.051031 0 194835 || 2.92852e+09 28674.4 || -6.66929e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.000730298 -0.303987 0.139977 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.71e-07 -0.0168072 -0.0440737 || 0.051031 27987 29389 || 29164.6 28674.4 || -609.275 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.26496e-07 0.00302387 0.00286809 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.76045e-07 0.0104782 -0.0263995 || 0.051031 27951 29388 || 28377 28674.4 || -364.946 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.41632e-07 -0.0127816 0.0130202 || 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.00431522 0.00705589 || 0.051031 28017 29322 || 28551.2 28674.4 || 97.5406 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00264075 -0.00588905 || 0.051031 1e+64 -1e+64 39: Test Seed:1758644077768182279 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.45775e-07 0.00591737 0.00724895 || 0.051031 28050 29320 || 28505.7 28674.4 || 100.21 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.5082e-07 -0.00242094 -0.00202443 || 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.00442314 -0.0182326 || 0.051031 28081 29366 || 28801.8 28674.4 || -252.048 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00357912 0.00427776 || 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.00876507 0.0432609 || 0.051031 28049 29336 || 28425.2 28674.4 || 598.039 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 -0.00867052 -0.00123156 || 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.00388782 0.0182713 || 0.051031 28094 29318 || 28563.3 28674.4 || 252.583 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00438383 0.00251478 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244253 -0.99999 -48248.9 || 0.051031 0 194901 || 2.92894e+09 28674.4 || -6.66993e+08 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 0.00073167 -0.310025 0.161698 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.93703e-07 0.00323396 -0.019924 || 0.051031 28058 29304 || 28582 28674.4 || -275.429 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.94606e-07 -0.0106852 0.00882327 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 6.65955e-07 -0.00861281 0.0140439 || 0.051031 27994 29358 || 28923.5 28674.4 || 194.143 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 7.11361e-07 -0.0022459 0.00547774 || 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.0143038 0.0297688 || 0.051031 28032 29293 || 28270 28674.4 || 411.524 -2.0744 39: -- Testing 3-D histogram 39: Density 3D: 6.43252e-07 0.00219114 0.00927326 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift64 (310 ms) 39: [ RUN ] hip.Random_XorShift1024_0 39: Test Seed:1758644077921617517 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0124385 -0.00394745 || 0.051031 10916 11803 || 11237.2 11377 || -54.5695 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0223476 -0.00164447 || 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.0043539 -0.0118238 || 0.051031 10942 11822 || 11426.7 11377 || -163.452 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0120112 -0.00355005 || 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.00631038 -0.00914314 || 0.051031 10968 11810 || 11449.2 11377 || -126.395 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0206664 0.00379437 || 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.000356384 0.00657645 || 0.051031 10996 11828 || 11381 11377 || 90.9128 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00883518 0.00466584 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000244913 -0.999975 -7596.09 || 0.051031 0 77840 || 4.61099e+08 11377 || -1.05008e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.000734391 -0.13342 0.0212027 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.60671e-07 0.0144977 0.00375386 || 0.051031 10942 11842 || 11214.4 11377 || 51.8933 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.86102e-07 0.00602086 -0.00195504 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.98818e-07 -0.0100551 0.000644662 || 0.051031 10938 11812 || 11492.5 11377 || 8.9118 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 4.00543e-07 0.000537235 -0.00300381 || 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.00247187 0.00321949 || 0.051031 10927 11788 || 11405.1 11377 || 44.5063 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 0.0021119 0.00545888 || 0.051031 1e+64 -1e+64 39: Test Seed:1758644078034249730 39: Test Scalar=int 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.54313e-07 -0.00435419 -0.0041977 || 0.051031 10972 11822 || 11426.7 11377 || -58.029 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.67029e-07 0.0226279 0.00133829 || 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.00206798 0.00503571 || 0.051031 10899 11798 || 11400.5 11377 || 69.6136 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00796626 0.000136147 || 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.00817263 -0.00465899 || 0.051031 10926 11777 || 11470.7 11377 || -64.4059 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.00907689 0.000419992 || 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.00844773 0.00576178 || 0.051031 10929 11781 || 11281.7 11377 || 79.6508 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.0177993 0.00148587 || 0.051031 1e+64 -1e+64 39: Test Scalar=half 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 0.000242992 -0.999975 -7595.3 || 0.051031 0 77760 || 4.61056e+08 11377 || -1.04997e+08 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 0.00072868 -0.170613 0.0241152 || 0.051031 1e+64 -1e+64 39: Test Scalar=bhalf 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.79744e-07 -0.018064 1.29623e-05 || 0.051031 10974 11746 || 11586.3 11377 || 0.179191 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 3.43323e-07 -0.00944643 0.00160714 || 0.051031 1e+64 -1e+64 39: Test Scalar=float 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.98818e-07 -0.0156361 0.0023863 || 0.051031 10943 11783 || 11557.7 11377 || 32.9882 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 4.00543e-07 0.0140393 8.1473e-05 || 0.051031 1e+64 -1e+64 39: Test Scalar=double 39: -- Testing randomness properties 39: -- Testing 1-D histogram 39: Density 1D: 2.47955e-07 0.0107737 0.00674767 || 0.051031 10959 11748 || 11255.7 11377 || 93.2797 -0.823045 39: -- Testing 3-D histogram 39: Density 3D: 2.47955e-07 -0.010163 0.000435319 || 0.051031 1e+64 -1e+64 39: [ OK ] hip.Random_XorShift1024_0 (255 ms) 39: [ RUN ] hip.Multi_streams [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o 39: [ OK ] hip.Multi_streams (759 ms) 39: [----------] 3 tests from hip (1325 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 1 test suite ran. (1325 ms total) 39: [ PASSED ] 3 tests. 39/59 Test #39: Kokkos_UnitTest_Random ..................................... Passed 1.77 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (6 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 16 tests from 4 test suites ran. (6 ms total) 40: [ PASSED ] 16 tests. 40/59 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.42 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 41: Test timeout computed to be: 1500 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 (12 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (8 ms) 41: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (8 ms) 41: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 41: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (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 (13 ms) 41: [----------] 7 tests from std_algorithms_min_max_element_test (50 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 7 tests from 1 test suite ran. (50 ms total) 41: [ PASSED ] 7 tests. 41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.47 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 42: Test timeout computed to be: 1500 [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o 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 (27 ms) 42: [----------] 1 test from std_algorithms_lexicographical_compare_test (27 ms total) 42: 42: [----------] 1 test from std_algorithms_for_each_test 42: [ RUN ] std_algorithms_for_each_test.test 42: [ OK ] std_algorithms_for_each_test.test (47 ms) 42: [----------] 1 test from std_algorithms_for_each_test (47 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 (27 ms) 42: [----------] 1 test from std_algorithms_find_test (27 ms total) 42: 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams 42: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (445 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 42: [ OK ] std_algorithms_non_mod_seq_ops.find_end (447 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search 42: [ OK ] std_algorithms_non_mod_seq_ops.search (443 ms) 42: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 42: [ OK ] std_algorithms_non_mod_seq_ops.search_n (318 ms) 42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1654 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 (20 ms) 42: [----------] 1 test from std_algorithms_count_test (20 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 (27 ms) 42: [----------] 1 test from std_algorithms_all_any_none_of_test (27 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 42: [ OK ] std_algorithms_mismatch_test.test (66 ms) 42: [----------] 1 test from std_algorithms_mismatch_test (66 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. (2000 ms total) 42: [ PASSED ] 13 tests. 42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.44 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 43: Test timeout computed to be: 1500 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 (32 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_if 43: [ OK ] std_algorithms_replace_ops_test.replace_if (104 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy 43: [ OK ] std_algorithms_replace_ops_test.replace_copy (59 ms) 43: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 43: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (55 ms) 43: [----------] 4 tests from std_algorithms_replace_ops_test (251 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 (82 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 43: [ OK ] std_algorithms_mod_seq_ops.unique_copy (50 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove 43: [ OK ] std_algorithms_mod_seq_ops.remove (35 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_if (37 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy (137 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 43: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (36 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate 43: [ OK ] std_algorithms_mod_seq_ops.rotate (1149 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 43: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (442 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_left [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o 43: [ OK ] std_algorithms_mod_seq_ops.shift_left (1372 ms) 43: [ RUN ] std_algorithms_mod_seq_ops.shift_right [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o 43: [ OK ] std_algorithms_mod_seq_ops.shift_right (1386 ms) 43: [----------] 11 tests from std_algorithms_mod_seq_ops (4769 ms total) 43: 43: [----------] 1 test from std_algorithms_modseq_test 43: [ RUN ] std_algorithms_modseq_test.reverse 43: [ OK ] std_algorithms_modseq_test.reverse (55 ms) 43: [----------] 1 test from std_algorithms_modseq_test (55 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 31 tests from 5 test suites ran. (5086 ms total) 43: [ PASSED ] 31 tests. 43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.54 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (13 ms) 44: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 44: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms) 44: [----------] 2 tests from std_algorithms_sorting_ops_test (26 ms total) 44: 44: [----------] 4 tests from std_algorithms_partitioning_test 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 44: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 44: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 44: [ RUN ] std_algorithms_partitioning_test.partition_point 44: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 44: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 44: 44: [----------] 1 test from std_algorithms_partitioning_ops 44: [ RUN ] std_algorithms_partitioning_ops.partition_copy 44: [ OK ] std_algorithms_partitioning_ops.partition_copy (32 ms) 44: [----------] 1 test from std_algorithms_partitioning_ops (32 ms total) 44: 44: [----------] 12 tests from std_algorithms_numerics_test 44: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 44: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (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 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 (15 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 (71 ms) 44: [----------] 1 test from std_algorithms_numerics_ops_test (71 ms total) 44: 44: [----------] 8 tests from std_algorithms_numeric_ops_test 44: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o 44: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (669 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 (598 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 (192 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 (332 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 (1793 ms total) 44: 44: [----------] 1 test from std_algorithms_transform_ops_test 44: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o 44: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (36 ms) 44: [----------] 1 test from std_algorithms_transform_ops_test (36 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 29 tests from 7 test suites ran. (1980 ms total) 44: [ PASSED ] 29 tests. 44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.44 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 45: Test timeout computed to be: 1500 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.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 (342 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 (334 ms) 45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (677 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 (161 ms) 45: [ RUN ] std_algorithms_count_team_test.count_returns_zero 45: [ OK ] std_algorithms_count_team_test.count_returns_zero (140 ms) 45: [----------] 2 tests from std_algorithms_count_team_test (301 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 (183 ms) 45: [----------] 1 test from std_algorithms_count_if_team_test (183 ms total) 45: 45: [----------] 1 test from std_algorithms_for_each_team_test 45: [ RUN ] std_algorithms_for_each_team_test.test [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o 45: [ OK ] std_algorithms_for_each_team_test.test (235 ms) 45: [----------] 1 test from std_algorithms_for_each_team_test (235 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 (262 ms) 45: [----------] 1 test from std_algorithms_for_each_n_team_test (262 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 (372 ms) 45: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 45: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (345 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 (325 ms) 45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1043 ms total) 45: 45: [----------] 2 tests from std_algorithms_mismatch_team_test 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (398 ms) 45: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 45: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (422 ms) 45: [----------] 2 tests from std_algorithms_mismatch_team_test (820 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 12 tests from 7 test suites ran. (3523 ms total) 45: [ PASSED ] 12 tests. 45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 3.95 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 46: [ OK ] std_algorithms_equal_team_test.views_are_equal (564 ms) 46: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 46: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (617 ms) 46: [----------] 2 tests from std_algorithms_equal_team_test (1181 ms total) 46: 46: [----------] 2 tests from std_algorithms_search_team_test 46: [ RUN ] std_algorithms_search_team_test.sequences_exist 46: [ OK ] std_algorithms_search_team_test.sequences_exist (300 ms) 46: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (304 ms) 46: [----------] 2 tests from std_algorithms_search_team_test (604 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_end_team_test 46: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 46: [ OK ] std_algorithms_find_end_team_test.sequences_exist (380 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 (334 ms) 46: [----------] 2 tests from std_algorithms_find_end_team_test (714 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 (323 ms) 46: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 46: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (443 ms) 46: [----------] 2 tests from std_algorithms_find_first_of_team_test (767 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 8 tests from 4 test suites ran. (3268 ms total) 46: [ PASSED ] 8 tests. 46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 3.68 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (149 ms) 47: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o 47: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (139 ms) 47: [----------] 2 tests from std_algorithms_find_team_test (289 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_if_team_test 47: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 47: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (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 (272 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 (130 ms) 47: [----------] 2 tests from std_algorithms_find_if_not_team_test (271 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 (138 ms) 47: [----------] 1 test from std_algorithms_all_of_team_test (138 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 (129 ms) 47: [----------] 1 test from std_algorithms_any_of_team_test (129 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 (142 ms) 47: [----------] 1 test from std_algorithms_none_of_team_test (142 ms total) 47: 47: [----------] 2 tests from std_algorithms_search_n_team_test 47: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 47: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (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 (149 ms) 47: [----------] 2 tests from std_algorithms_search_n_team_test (313 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 11 tests from 7 test suites ran. (1558 ms total) 47: [ PASSED ] 11 tests. 47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 1.98 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 48: Test timeout computed to be: 1500 [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o 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 (433 ms) 48: [----------] 1 test from std_algorithms_min_element_team_test (433 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 (411 ms) 48: [----------] 1 test from std_algorithms_max_element_team_test (411 ms total) 48: 48: [----------] 1 test from std_algorithms_minmax_element_team_test 48: [ RUN ] std_algorithms_minmax_element_team_test.test 48: [ OK ] std_algorithms_minmax_element_team_test.test (428 ms) 48: [----------] 1 test from std_algorithms_minmax_element_team_test (428 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 3 tests from 3 test suites ran. (1273 ms total) 48: [ PASSED ] 3 tests. 48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.73 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 49: Test timeout computed to be: 1500 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 (177 ms) 49: [----------] 1 test from std_algorithms_fill_team_test (177 ms total) 49: 49: [----------] 1 test from std_algorithms_fill_n_team_test 49: [ RUN ] std_algorithms_fill_n_team_test.test [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o 49: [ OK ] std_algorithms_fill_n_team_test.test (387 ms) 49: [----------] 1 test from std_algorithms_fill_n_team_test (387 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_team_test 49: [ RUN ] std_algorithms_replace_team_test.test 49: [ OK ] std_algorithms_replace_team_test.test (236 ms) 49: [----------] 1 test from std_algorithms_replace_team_test (236 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_if_team_test 49: [ RUN ] std_algorithms_replace_if_team_test.test [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o 49: [ OK ] std_algorithms_replace_if_team_test.test (200 ms) 49: [----------] 1 test from std_algorithms_replace_if_team_test (200 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_copy_team_test 49: [ RUN ] std_algorithms_replace_copy_team_test.test [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o 49: [ OK ] std_algorithms_replace_copy_team_test.test (329 ms) 49: [----------] 1 test from std_algorithms_replace_copy_team_test (329 ms total) 49: 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test 49: [ RUN ] std_algorithms_replace_copy_if_team_test.test [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o 49: [ OK ] std_algorithms_replace_copy_if_team_test.test (269 ms) 49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (269 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 6 tests from 6 test suites ran. (1601 ms total) 49: [ PASSED ] 6 tests. 49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.03 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 50: Test timeout computed to be: 1500 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial_ViewSupport.dir/serial/TestSerial_View_ViewCustomizationAccessorFromMapping.cpp.o 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 (188 ms) 50: [----------] 1 test from std_algorithms_reverse_team_test (188 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 (239 ms) 50: [----------] 1 test from std_algorithms_reverse_copy_team_test (239 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_team_test 50: [ RUN ] std_algorithms_rotate_team_test.test 50: [ OK ] std_algorithms_rotate_team_test.test (437 ms) 50: [----------] 1 test from std_algorithms_rotate_team_test (437 ms total) 50: 50: [----------] 1 test from std_algorithms_rotate_copy_team_test 50: [ RUN ] std_algorithms_rotate_copy_team_test.test 50: [ OK ] std_algorithms_rotate_copy_team_test.test (479 ms) 50: [----------] 1 test from std_algorithms_rotate_copy_team_test (479 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (1345 ms total) 50: [ PASSED ] 4 tests. 50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.76 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 51: [ OK ] std_algorithms_move_team_test.test (385 ms) 51: [----------] 1 test from std_algorithms_move_team_test (385 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 (346 ms) 51: [----------] 1 test from std_algorithms_move_backward_team_test (346 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_left_team_test 51: [ RUN ] std_algorithms_shift_left_team_test.test [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o 51: [ OK ] std_algorithms_shift_left_team_test.test (1201 ms) 51: [----------] 1 test from std_algorithms_shift_left_team_test (1201 ms total) 51: 51: [----------] 1 test from std_algorithms_shift_right_team_test 51: [ RUN ] std_algorithms_shift_right_team_test.test [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o 51: [ OK ] std_algorithms_shift_right_team_test.test (1181 ms) 51: [----------] 1 test from std_algorithms_shift_right_team_test (1181 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (3114 ms total) 51: [ PASSED ] 4 tests. 51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.54 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o 52: [ OK ] std_algorithms_copy_team_test.test (476 ms) 52: [----------] 1 test from std_algorithms_copy_team_test (476 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_n_team_test 52: [ RUN ] std_algorithms_copy_n_team_test.test 52: [ OK ] std_algorithms_copy_n_team_test.test (440 ms) 52: [----------] 1 test from std_algorithms_copy_n_team_test (440 ms total) 52: 52: [----------] 1 test from std_algorithms_copy_backward_team_test 52: [ RUN ] std_algorithms_copy_backward_team_test.test [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o 52: [ OK ] std_algorithms_copy_backward_team_test.test (318 ms) 52: [----------] 1 test from std_algorithms_copy_backward_team_test (318 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 (295 ms) 52: [----------] 1 test from std_algorithms_copy_if_team_test (295 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 (296 ms) 52: [----------] 1 test from std_algorithms_unique_copy_team_test (296 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_team_test 52: [ RUN ] std_algorithms_remove_team_test.test 52: [ OK ] std_algorithms_remove_team_test.test (310 ms) 52: [----------] 1 test from std_algorithms_remove_team_test (310 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 (284 ms) 52: [----------] 1 test from std_algorithms_remove_if_team_test (284 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 (315 ms) 52: [----------] 1 test from std_algorithms_remove_copy_team_test (315 ms total) 52: 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test 52: [ RUN ] std_algorithms_remove_copy_if_team_test.test 52: [ OK ] std_algorithms_remove_copy_if_team_test.test (269 ms) 52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (269 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 9 tests from 9 test suites ran. (3006 ms total) 52: [ PASSED ] 9 tests. 52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.43 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (466 ms) 53: [----------] 1 test from std_algorithms_unique_team_test (466 ms total) 53: 53: [----------] 1 test from std_algorithms_adjacent_difference_team_test 53: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypedefs.cpp.o 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 (448 ms) 53: [----------] 1 test from std_algorithms_reduce_team_test (448 ms total) 53: 53: [----------] 1 test from std_algorithms_transform_reduce_team_test 53: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 53: [ OK ] std_algorithms_transform_reduce_team_test.test (752 ms) 53: [----------] 1 test from std_algorithms_transform_reduce_team_test (752 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 4 tests from 4 test suites ran. (2232 ms total) 53: [ PASSED ] 4 tests. 53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 2.65 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (431 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 (394 ms) 54: [----------] 2 tests from std_algorithms_is_sorted_team_test (826 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 (21 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (24 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [100%] Built target Kokkos_bytes_and_flops + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: de38ef2b006a Build name: Linux-icpx Create new tag: 20250923-1608 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (1 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (2 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (2 ms total) 1: [ PASSED ] 21 tests. 1/65 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.85 sec test 2 Start 2: Kokkos_CoreUnitTest_SYCL_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_SYCL_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from sycl 2: [ RUN ] sycl.basic_view_default_ctor 2: [ OK ] sycl.basic_view_default_ctor (0 ms) 2: [ RUN ] sycl.basic_view_extents_ctor 2: [ OK ] sycl.basic_view_extents_ctor (0 ms) 2: [ RUN ] sycl.basic_view_mapping_ctor_right 2: [ OK ] sycl.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] sycl.basic_view_access 2: [ OK ] sycl.basic_view_access (4 ms) 2: [ RUN ] sycl.basic_view_atomic_accessor 2: [ OK ] sycl.basic_view_atomic_accessor (1 ms) 2: [ RUN ] sycl.RefCountedAcc_Typedefs 2: [ OK ] sycl.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Ctors 2: [ OK ] sycl.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] sycl.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] sycl.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Access 2: [ OK ] sycl.RefCountedAcc_Access (0 ms) 2: [ RUN ] sycl.RefCountedAcc_Conversion 2: [ OK ] sycl.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] sycl.RefCountedDataHandle_Typedefs 2: [ OK ] sycl.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] sycl.RefCountedDataHandle 2: [ OK ] sycl.RefCountedDataHandle (0 ms) 2: [ RUN ] sycl.RefCountedDataHandleAnonym 2: [ OK ] sycl.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] sycl.RefCountedDataHandleConversion 2: [ OK ] sycl.RefCountedDataHandleConversion (0 ms) 2: [ 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 (12 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (12 ms total) 2: [ PASSED ] 21 tests. 2/65 Test #2: Kokkos_CoreUnitTest_SYCL_ViewSupport ....................... Passed 0.32 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (501 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (509 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (435 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (439 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (461 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (906 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (467 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (329 ms) 54: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 54: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (365 ms) 54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (740 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 (11 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 54: [ OK ] std_algorithms_is_partitioned_team_test.all_true (179 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 54: [ OK ] std_algorithms_is_partitioned_team_test.all_false (179 ms) 54: [ RUN ] std_algorithms_is_partitioned_team_test.random 54: [ OK ] std_algorithms_is_partitioned_team_test.random (158 ms) 54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (529 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 (19 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_true 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (865 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 54: [ OK ] std_algorithms_partition_copy_team_test.all_true (508 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.all_false [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o 54: [ OK ] std_algorithms_partition_copy_team_test.all_false (503 ms) 54: [ RUN ] std_algorithms_partition_copy_team_test.random 54: [ OK ] std_algorithms_partition_copy_team_test.random (508 ms) 54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1539 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 (12 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_true 54: [ OK ] std_algorithms_partition_point_team_test.all_true (176 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.all_false 54: [ OK ] std_algorithms_partition_point_team_test.all_false (176 ms) 54: [ RUN ] std_algorithms_partition_point_team_test.random 54: [ OK ] std_algorithms_partition_point_team_test.random (158 ms) 54: [----------] 4 tests from std_algorithms_partition_point_team_test (523 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 18 tests from 5 test suites ran. (4160 ms total) 54: [ PASSED ] 18 tests. 54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.58 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (2335 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (6922 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-8324/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 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o 3: [ OK ] serial.exec_space_thread_safety_range (392 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (39 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o 55: [ OK ] std_algorithms_transform_team_test.test_unary_op (550 ms) 55: [ RUN ] std_algorithms_transform_team_test.test_binary_op 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 (39 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-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 55: [ OK ] std_algorithms_transform_team_test.test_binary_op (464 ms) 55: [----------] 2 tests from std_algorithms_transform_team_test (1015 ms total) 55: 55: [----------] 1 test from std_algorithms_generate_team_test 55: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o 55: [ OK ] std_algorithms_generate_team_test.test_unary_op (1036 ms) 55: [----------] 1 test from std_algorithms_generate_team_test (1036 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 (354 ms) 55: [----------] 1 test from std_algorithms_generate_n_team_test (354 ms total) 55: 55: [----------] 1 test from std_algorithms_swap_ranges_team_test 55: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o 55: [ OK ] std_algorithms_swap_ranges_team_test.test (479 ms) 55: [----------] 1 test from std_algorithms_swap_ranges_team_test (479 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 5 tests from 4 test suites ran. (2885 ms total) 55: [ PASSED ] 5 tests. 55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 3.31 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 56: Test timeout computed to be: 1500 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2189 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 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 56: [ OK ] std_algorithms_exclusive_scan_team_test.test (1248 ms) 56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1248 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 56: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (623 ms) 56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (623 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (1872 ms total) 56: [ PASSED ] 2 tests. 56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.29 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 57: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (3231 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1247 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 57: [ OK ] std_algorithms_inclusive_scan_team_test.test (1670 ms) 57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1670 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 57: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1100 ms) 57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1100 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (2771 ms total) 57: [ PASSED ] 2 tests. 57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 3.19 sec test 58 Start 58: Kokkos_PerformanceTest_InclusiveScan 58: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T15-32-42.json" 58: Test timeout computed to be: 1500 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1348 ms) 3: [ RUN ] serial.deep_copy_scratch 3: [ OK ] serial.deep_copy_scratch (0 ms) 3: [ RUN ] serial.mathematical_constants_e 3: [ OK ] serial.mathematical_constants_e (0 ms) 3: [ RUN ] serial.mathematical_constants_log2e 3: [ OK ] serial.mathematical_constants_log2e (0 ms) 3: [ RUN ] serial.mathematical_constants_log10e 3: [ OK ] serial.mathematical_constants_log10e (0 ms) 3: [ RUN ] serial.mathematical_constants_pi 3: [ OK ] serial.mathematical_constants_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_pi 3: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrtpi 3: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] serial.mathematical_constants_ln2 3: [ OK ] serial.mathematical_constants_ln2 (0 ms) 3: [ RUN ] serial.mathematical_constants_ln10 3: [ OK ] serial.mathematical_constants_ln10 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt2 3: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] serial.mathematical_constants_sqrt3 3: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_inv_sqrt3 3: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] serial.mathematical_constants_egamma 3: [ OK ] serial.mathematical_constants_egamma (0 ms) 3: [ RUN ] serial.mathematical_constants_phi 3: [ OK ] serial.mathematical_constants_phi (0 ms) 3: [ RUN ] serial.mathematical_functions_trigonometric_functions 3: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_hyperbolic_functions 3: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_non_standard 3: [ OK ] serial.mathematical_functions_non_standard (0 ms) 3: [ RUN ] serial.mathematical_functions_power_functions 3: [ OK ] serial.mathematical_functions_power_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_fma 3: [ OK ] serial.mathematical_functions_fma (0 ms) 3: [ RUN ] serial.mathematical_functions_fmax_fmin 3: [ OK ] serial.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 3: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] serial.mathematical_functions_absolute_value 3: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 3: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] serial.mathematical_functions_remainder_function 3: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] serial.mathematical_functions_isfinite 3: [ OK ] serial.mathematical_functions_isfinite (0 ms) 3: [ RUN ] serial.mathematical_functions_isinf 3: [ OK ] serial.mathematical_functions_isinf (0 ms) 3: [ RUN ] serial.mathematical_functions_isnan 3: [ OK ] serial.mathematical_functions_isnan (0 ms) 3: [ RUN ] serial.mathematical_functions_impl_half_fallback 3: [ OK ] serial.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] serial.mathematical_functions_nextafter_fp16 3: [ OK ] serial.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] serial.mathematical_functions_exponential_functions 3: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 3: [ RUN ] serial.mathspecialfunc_expint1 3: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_errorfunc 3: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj0y0 3: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselj1y1 3: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli0k0 3: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesseli1k1 3: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 3: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 3: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] serial.mdrange_5d 58: 2025-09-23T16:15:28+00:00 58: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 58: Run on (255 X 3436.19 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.96, 4.94, 10.04 58: APU or dGPU: dGPU 58: Architecture capable of accessing system allocated memory: 1 58: CPU architecture: none 58: Default Device: HIP 58: GPU architecture: AMD_GFX908 58: Is Large Bar: 1 58: KOKKOS_COMPILER_CLANG: 1800 58: KOKKOS_ENABLE_ASM: no 58: KOKKOS_ENABLE_CXX20: yes 58: KOKKOS_ENABLE_CXX23: no 58: KOKKOS_ENABLE_CXX26: no 58: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 58: KOKKOS_ENABLE_HIP: yes 58: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 58: KOKKOS_ENABLE_HWLOC: no 58: KOKKOS_ENABLE_LIBDL: yes 58: KOKKOS_ENABLE_PRAGMA_IVDEP: no 58: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 58: KOKKOS_ENABLE_PRAGMA_UNROLL: no 58: KOKKOS_ENABLE_PRAGMA_VECTOR: no 58: KOKKOS_ENABLE_SERIAL: yes 58: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no 58: Kokkos Version: 4.7.99 58: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected 58: Shared Memory per Block: 64 KiB 58: Supports Managed Memory: 1 58: System allows accessing system allocated memory on GPU: 0 58: Total Global Memory: 31.98 GiB 58: Wavefront Size: 64 58: XNACK environment variable set: no 58: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 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: mdspan: enabled 58: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 58: platform: 64bit 3: [ OK ] serial.mdrange_5d (488 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (740 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 (39 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (358 ms) 3: [ RUN ] serial.mdrange_scalar 3: [ OK ] serial.mdrange_scalar (0 ms) 3: [ RUN ] serial.mdrange_large_deep_copy 3: [ OK ] serial.mdrange_large_deep_copy (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 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (1312 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 (60 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 (10 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-8324/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (0 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (0 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int_combined_reduce 3: [ OK ] serial.int_combined_reduce (0 ms) 3: [ RUN ] serial.mdrange_combined_reduce 3: [ OK ] serial.mdrange_combined_reduce (0 ms) 3: [ RUN ] serial.int_combined_reduce_mixed 3: [ OK ] serial.int_combined_reduce_mixed (0 ms) 3: [ RUN ] serial.reduction_with_large_iteration_count 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestReduce.hpp:655: 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 (11914 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-8324/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-8324/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. (18837 ms total) 3: [ PASSED ] 233 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/65 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 19.19 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 144 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda_ViewSupport.dir/cuda/TestCuda_View_ViewCustomizationAccessorFromMapping.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: Benchmark Time CPU Iterations FOM: GB/s MB Passed 58: ---------------------------------------------------------------------------------------------------------------------------------------------- 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 433 819.448/s 1.6k 1 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int8.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph 4: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3697 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 439 794.457/s 1.6k 1 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3754 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int8.cpp.o 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (990 ms) 4: [----------] 10 tests from serial_DeathTest (8442 ms total) 4: 4: [----------] 134 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (0 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (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 (3 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (280 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (38 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 (37 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (42 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (54 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (64 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 434 1001.12/s 1.6k 1 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeInfo.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_Serial_ViewSupport 4: [ OK ] serial.repeated_team_reduce (5150 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 (60 ms) 4: [ RUN ] serial.team_scan_ret_val 4: [ OK ] serial.team_scan_ret_val (54 ms) 4: [ RUN ] serial.team_shared_request 4: [ OK ] serial.team_shared_request (19 ms) 4: [ RUN ] serial.team_scratch_request 4: [ OK ] serial.team_scratch_request (1 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (19 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (1 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (0 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (3 ms) 4: [ RUN ] serial.view_layout_left_with_stride 4: [ OK ] serial.view_layout_left_with_stride (0 ms) 4: [ RUN ] serial.view_layout_right_with_stride 4: [ OK ] serial.view_layout_right_with_stride (0 ms) 4: [ RUN ] serial.view_api_b 4: [ OK ] serial.view_api_b (0 ms) 4: [ RUN ] serial.view_api_c 4: [ OK ] serial.view_api_c (0 ms) 4: [ RUN ] serial.view_api_d 4: [ OK ] serial.view_api_d (0 ms) 4: [ RUN ] serial.view_remap 4: [ OK ] serial.view_remap (0 ms) 4: [ RUN ] serial.view_mirror_nonconst 4: [ OK ] serial.view_mirror_nonconst (0 ms) 4: [ RUN ] serial.view_stride_method 4: [ OK ] serial.view_stride_method (0 ms) 4: [ RUN ] serial.anonymous_space 4: [ OK ] serial.anonymous_space (0 ms) 4: [ RUN ] serial.view_overload_resolution 4: [ OK ] serial.view_overload_resolution (0 ms) 4: [ RUN ] serial.view_allocation_large_rank 4: [ OK ] serial.view_allocation_large_rank (743 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 [ 11%] Built target Kokkos_CoreUnitTest_Serial_ViewSupport [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 433 1000.48/s 1.6k 1 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o 4: [ OK ] serial.view_fill_tests_layout_right (2200 ms) 4: [ RUN ] serial.view_fill_tests_layout_left [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o 4: [ OK ] serial.view_fill_tests_layout_left (2643 ms) 4: [ RUN ] serial.vcp_empty_traits 4: [ OK ] serial.vcp_empty_traits (0 ms) 4: [ RUN ] serial.is_view_label 4: [ OK ] serial.is_view_label (0 ms) 4: [ RUN ] serial.vcp_label_base_traits 4: [ OK ] serial.vcp_label_base_traits (0 ms) 4: [ RUN ] serial.vcp_label_traits 4: [ OK ] serial.vcp_label_traits (0 ms) 4: [ RUN ] serial.view_alloc_can_perfect_forward_label 4: [ OK ] serial.view_alloc_can_perfect_forward_label (0 ms) 4: [ RUN ] serial.vcp_label_copy_constructor 4: [ OK ] serial.vcp_label_copy_constructor (0 ms) 4: [ RUN ] serial.vcp_pointer_add_property 4: [ OK ] serial.vcp_pointer_add_property (0 ms) 4: [ RUN ] serial.view_empty_runtime_unmanaged 4: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (59 ms) 4: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (56 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (45 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (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 (87 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-8324/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 (96 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: [----------] 134 tests from serial (12172 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 144 tests from 2 test suites ran. (20614 ms total) 4: [ PASSED ] 136 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/65 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 21.03 sec test 5 Start 5: Kokkos_CoreUnitTest_SYCL1A 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A 5: Test timeout computed to be: 1500 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 432 1001.03/s 1.6k 1 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 (519 ms) 5: [ RUN ] sycl_DeathTest.abort_from_device 5: [ OK ] sycl_DeathTest.abort_from_device (15 ms) 5: [ RUN ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (531 ms) 5: [----------] 3 tests from sycl_DeathTest (1066 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-8324/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-8324/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 (8 ms) 5: [ RUN ] sycl.atomic_operations_double 5: [ OK ] sycl.atomic_operations_double (7 ms) 5: [ RUN ] sycl.atomic_operations_float 5: [ OK ] sycl.atomic_operations_float (6 ms) 5: [ RUN ] sycl.atomic_operations_int8 5: [ OK ] sycl.atomic_operations_int8 (15 ms) 5: [ RUN ] sycl.atomic_operations_int16 5: [ OK ] sycl.atomic_operations_int16 (15 ms) 5: [ RUN ] sycl.atomic_operations_int 5: [ OK ] sycl.atomic_operations_int (15 ms) 5: [ RUN ] sycl.atomic_operations_long 5: [ OK ] sycl.atomic_operations_long (15 ms) 5: [ RUN ] sycl.atomic_operations_longlong 5: [ OK ] sycl.atomic_operations_longlong (15 ms) 5: [ RUN ] sycl.atomic_operations_unsigned 5: [ OK ] sycl.atomic_operations_unsigned (12 ms) 5: [ RUN ] sycl.atomic_operations_unsignedlong 5: [ OK ] sycl.atomic_operations_unsignedlong (13 ms) 5: [ RUN ] sycl.atomics 5: [ OK ] sycl.atomics (136 ms) 5: [ RUN ] sycl.atomics_tpetra_max_abs 5: [ OK ] sycl.atomics_tpetra_max_abs (0 ms) 5: [ RUN ] sycl.atomic_views_integral 5: [ OK ] sycl.atomic_views_integral (15 ms) 5: [ RUN ] sycl.atomic_views_nonintegral 5: [ OK ] sycl.atomic_views_nonintegral (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 (2 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 (10 ms) 5: [ RUN ] sycl.partitioning_by_args 5: [ OK ] sycl.partitioning_by_args (1 ms) 5: [ RUN ] sycl.partitioning_by_args_with_structured_bindings 5: [ OK ] sycl.partitioning_by_args_with_structured_bindings (0 ms) 5: [ RUN ] sycl.partitioning_by_vector 5: [ OK ] sycl.partitioning_by_vector (0 ms) 5: [ RUN ] sycl.exec_space_thread_safety_range [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 433 911.276/s 1.6k 1 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 433 1002.18/s 1.6k 1 5: [ OK ] sycl.exec_space_thread_safety_range (5556 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 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o 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-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:350: Skipped 5: skipping since test is know to fail with SYCL+Cuda 5: [ SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce (0 ms) 5: [ RUN ] sycl.exec_space_thread_safety_range_scan [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o 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 (1 ms) 5: [ RUN ] sycl.graph_then 5: [ OK ] sycl.graph_then (0 ms) 5: [ RUN ] sycl.then_host 5: [ OK ] sycl.then_host (0 ms) 5: [ RUN ] sycl.mixed_then_host_device_nodes 5: [ OK ] sycl.mixed_then_host_device_nodes (1 ms) 5: [ RUN ] sycl.graph_then_tag 5: [ OK ] sycl.graph_then_tag (0 ms) 5: [ RUN ] sycl.host_shared_ptr_use_count 5: [ OK ] sycl.host_shared_ptr_use_count (0 ms) 5: [ RUN ] sycl.host_shared_ptr_get 5: [ OK ] sycl.host_shared_ptr_get (0 ms) 5: [ RUN ] sycl.host_shared_ptr_dereference_on_device 5: [ OK ] sycl.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] sycl.host_shared_ptr_special_members_on_device 5: [ OK ] sycl.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] sycl.host_shared_ptr_tracking 5: [ OK ] sycl.host_shared_ptr_tracking (0 ms) 5: [ RUN ] sycl.join_backward_compatibility 5: [ OK ] sycl.join_backward_compatibility (0 ms) 5: [ RUN ] sycl.local_deepcopy_teampolicy_layoutleft [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o 5: [ OK ] sycl.local_deepcopy_teampolicy_layoutleft (1928 ms) 5: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutleft [ 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_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 435 1001.87/s 1.6k 1 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o 5: [ OK ] sycl.local_deepcopy_rangepolicy_layoutleft (3069 ms) 5: [ RUN ] sycl.local_deepcopy_teampolicy_layoutright 5: [ OK ] sycl.local_deepcopy_teampolicy_layoutright (1419 ms) 5: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutright [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o 58: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 433 1000.75/s 1.6k 1 58/59 Test #58: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 41.98 sec test 59 Start 59: Kokkos_UnitTest_SIMD 59: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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.44 sec 100% tests passed, 0 tests failed out of 59 Label Time Summary: Kokkos = 621.45 sec*proc (51 tests) Total Test time (real) = 1233.31 sec [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o Post stage [Pipeline] sh 5: [ OK ] sycl.local_deepcopy_rangepolicy_layoutright (1833 ms) 5: [ RUN ] sycl.deep_copy_scratch 5: [ OK ] sycl.deep_copy_scratch (0 ms) 5: [ RUN ] sycl.mathematical_constants_e 5: [ OK ] sycl.mathematical_constants_e (0 ms) 5: [ RUN ] sycl.mathematical_constants_log2e 5: [ OK ] sycl.mathematical_constants_log2e (0 ms) 5: [ RUN ] sycl.mathematical_constants_log10e 5: [ OK ] sycl.mathematical_constants_log10e (0 ms) 5: [ RUN ] sycl.mathematical_constants_pi 5: [ OK ] sycl.mathematical_constants_pi (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_pi 5: [ OK ] sycl.mathematical_constants_inv_pi (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_sqrtpi 5: [ OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms) 5: [ RUN ] sycl.mathematical_constants_ln2 5: [ OK ] sycl.mathematical_constants_ln2 (0 ms) 5: [ RUN ] sycl.mathematical_constants_ln10 5: [ OK ] sycl.mathematical_constants_ln10 (0 ms) 5: [ RUN ] sycl.mathematical_constants_sqrt2 5: [ OK ] sycl.mathematical_constants_sqrt2 (0 ms) 5: [ RUN ] sycl.mathematical_constants_sqrt3 5: [ OK ] sycl.mathematical_constants_sqrt3 (0 ms) 5: [ RUN ] sycl.mathematical_constants_inv_sqrt3 5: [ OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms) 5: [ RUN ] sycl.mathematical_constants_egamma 5: [ OK ] sycl.mathematical_constants_egamma (0 ms) 5: [ RUN ] sycl.mathematical_constants_phi 5: [ OK ] sycl.mathematical_constants_phi (0 ms) 5: [ RUN ] sycl.mathematical_functions_trigonometric_functions 5: [ OK ] sycl.mathematical_functions_trigonometric_functions (17 ms) 5: [ RUN ] sycl.mathematical_functions_hyperbolic_functions 5: [ OK ] sycl.mathematical_functions_hyperbolic_functions (14 ms) 5: [ RUN ] sycl.mathematical_functions_non_standard 5: [ OK ] sycl.mathematical_functions_non_standard (1 ms) 5: [ RUN ] sycl.mathematical_functions_power_functions 5: [ OK ] sycl.mathematical_functions_power_functions (6 ms) 5: [ RUN ] sycl.mathematical_functions_fma 5: [ OK ] sycl.mathematical_functions_fma (0 ms) 5: [ RUN ] sycl.mathematical_functions_fmax_fmin 5: [ OK ] sycl.mathematical_functions_fmax_fmin (1 ms) 5: [ RUN ] sycl.mathematical_functions_error_and_gamma_functions 5: [ OK ] sycl.mathematical_functions_error_and_gamma_functions (10 ms) 5: [ RUN ] sycl.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (9 ms) 5: [ RUN ] sycl.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] sycl.mathematical_functions_floating_point_manipulation_functions (3 ms) 5: [ RUN ] sycl.mathematical_functions_absolute_value 5: [ OK ] sycl.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] sycl.mathematical_functions_floating_point_absolute_value 5: [ OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] sycl.mathematical_functions_remainder_function 5: [ OK ] sycl.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] sycl.mathematical_functions_isfinite 5: [ OK ] sycl.mathematical_functions_isfinite (0 ms) 5: [ RUN ] sycl.mathematical_functions_isinf 5: [ OK ] sycl.mathematical_functions_isinf (0 ms) 5: [ RUN ] sycl.mathematical_functions_isnan 5: [ OK ] sycl.mathematical_functions_isnan (0 ms) 5: [ RUN ] sycl.mathematical_functions_impl_half_fallback 5: [ OK ] sycl.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] sycl.mathematical_functions_nextafter_fp16 5: [ OK ] sycl.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] sycl.mathematical_functions_exponential_functions 5: [ OK ] sycl.mathematical_functions_exponential_functions (17 ms) 5: [ RUN ] sycl.mathspecialfunc_expint1 5: [ OK ] sycl.mathspecialfunc_expint1 (0 ms) 5: [ RUN ] sycl.mathspecialfunc_errorfunc 5: [ OK ] sycl.mathspecialfunc_errorfunc (1 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselj0y0 5: [ OK ] sycl.mathspecialfunc_cbesselj0y0 (24 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesselj1y1 5: [ OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms) 5: [ RUN ] sycl.mathspecialfunc_cbesseli0k0 5: [ OK ] sycl.mathspecialfunc_cbesseli0k0 (2 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 (16687 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-8324/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-8324/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-8324/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. (17759 ms total) 5: [ PASSED ] 153 tests. 5: [ SKIPPED ] 6 tests, listed below: 5: [ SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] sycl.atomic_operations_complexdouble 5: [ SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce 5: [ SKIPPED ] sycl_graph.submit_six 5: [ SKIPPED ] sycl_graph.repeat_chain 5: [ SKIPPED ] sycl_graph.force_global_launch 5/65 Test #5: Kokkos_CoreUnitTest_SYCL1A ................................. Passed 18.30 sec test 6 Start 6: Kokkos_CoreUnitTest_SYCL1B 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B 6: Test timeout computed to be: 1500 + ccache --show-stats Local storage: Cache size (GB): 0.0 / 5.0 ( 0.00%) [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } 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 $ docker stop --time=1 8abff8db48198e5e485ef88588db11d883da79bcebccde340c913efb18243179 [ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 6: [ OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (482 ms) 6: [ RUN ] sycl_DeathTest.policy_invalid_bounds 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-8324' for the testing framework 'CTest-Version 3.x (default)'. 6: [ OK ] sycl_DeathTest.policy_invalid_bounds (487 ms) 6: [ RUN ] sycl_DeathTest.range_policy_invalid_bounds $ docker rm -f --volumes 8abff8db48198e5e485ef88588db11d883da79bcebccde340c913efb18243179 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 6: [ OK ] sycl_DeathTest.range_policy_invalid_bounds (986 ms) 6: [ RUN ] sycl_DeathTest.range_policy_round_trip_conversion_fires 6: [ OK ] sycl_DeathTest.range_policy_round_trip_conversion_fires (543 ms) 6: [ RUN ] sycl_DeathTest.range_policy_check_sign_changes 6: [ OK ] sycl_DeathTest.range_policy_check_sign_changes (1051 ms) 6: [ RUN ] sycl_DeathTest.range_policy_implicitly_converted_bounds [ 14%] Linking CXX executable Kokkos_CoreUnitTest_Cuda_ViewSupport [ 15%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_Cuda_ViewSupport [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o 6: [ OK ] sycl_DeathTest.range_policy_implicitly_converted_bounds (2160 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 (448 ms) 6: [ RUN ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 6: /var/jenkins/workspace/Kokkos_PR-8324/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 (6160 ms total) 6: 6: [----------] 74 tests from sycl 6: [ RUN ] sycl.mdrange_5d 6: [ OK ] sycl.mdrange_5d (367 ms) 6: [ RUN ] sycl.mdrange_6d [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o 6: [ OK ] sycl.mdrange_6d (668 ms) 6: [ RUN ] sycl.mdrange_2d 6: [ OK ] sycl.mdrange_2d (4 ms) 6: [ RUN ] sycl.mdrange_array_reduce 6: [ OK ] sycl.mdrange_array_reduce (1 ms) 6: [ RUN ] sycl.mdrange_3d 6: [ OK ] sycl.mdrange_3d (8 ms) 6: [ RUN ] sycl.mdrange_neg_idx 6: [ OK ] sycl.mdrange_neg_idx (3 ms) 6: [ RUN ] sycl.mdrange_4d 6: [ OK ] sycl.mdrange_4d (168 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 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o 6: [ OK ] sycl.mdrange_parallel_reduce_primitive_types (1765 ms) 6: [ RUN ] sycl.mdspan_minimal_functional 6: [ OK ] sycl.mdspan_minimal_functional (0 ms) 6: [ RUN ] sycl.mdspan_atomic_accessor 6: [ OK ] sycl.mdspan_atomic_accessor (0 ms) 6: [ RUN ] sycl.view_mdspan_conversion 6: [ OK ] sycl.view_mdspan_conversion (2 ms) 6: [ RUN ] sycl.view_mdspan_conversion_with_stride 6: [ OK ] sycl.view_mdspan_conversion_with_stride (0 ms) 6: [ RUN ] sycl.max 6: [ OK ] sycl.max (0 ms) 6: [ RUN ] sycl.max_within_parfor 6: [ OK ] sycl.max_within_parfor (0 ms) 6: [ RUN ] sycl.min 6: [ OK ] sycl.min (0 ms) 6: [ RUN ] sycl.min_within_parfor 6: [ OK ] sycl.min_within_parfor (0 ms) 6: [ RUN ] sycl.minmax 6: [ OK ] sycl.minmax (0 ms) 6: [ RUN ] sycl.minmax_within_parfor 6: [ OK ] sycl.minmax_within_parfor (0 ms) 6: [ RUN ] sycl.clamp 6: [ OK ] sycl.clamp (0 ms) 6: [ RUN ] sycl.clamp_within_parfor 6: [ OK ] sycl.clamp_within_parfor (0 ms) 6: [ RUN ] sycl.numeric_traits_infinity 6: [ OK ] sycl.numeric_traits_infinity (0 ms) 6: [ RUN ] sycl.numeric_traits_epsilon 6: [ OK ] sycl.numeric_traits_epsilon (0 ms) 6: [ RUN ] sycl.numeric_traits_round_error 6: [ OK ] sycl.numeric_traits_round_error (0 ms) 6: [ RUN ] sycl.numeric_traits_norm_min 6: [ OK ] sycl.numeric_traits_norm_min (0 ms) 6: [ RUN ] sycl.numeric_traits_denorm_min 6: [ OK ] sycl.numeric_traits_denorm_min (0 ms) 6: [ RUN ] sycl.numeric_traits_finite_min_max 6: [ OK ] sycl.numeric_traits_finite_min_max (2 ms) 6: [ RUN ] sycl.numeric_traits_digits 6: [ OK ] sycl.numeric_traits_digits (1 ms) 6: [ RUN ] sycl.numeric_traits_digits10 6: [ OK ] sycl.numeric_traits_digits10 (1 ms) 6: [ RUN ] sycl.numeric_traits_max_digits10 6: [ OK ] sycl.numeric_traits_max_digits10 (0 ms) 6: [ RUN ] sycl.numeric_traits_radix 6: [ OK ] sycl.numeric_traits_radix (1 ms) 6: [ RUN ] sycl.numeric_traits_min_max_exponent 6: [ OK ] sycl.numeric_traits_min_max_exponent (0 ms) 6: [ RUN ] sycl.numeric_traits_min_max_exponent10 6: [ OK ] sycl.numeric_traits_min_max_exponent10 (0 ms) 6: [ RUN ] sycl.numeric_traits_quiet_and_signaling_nan 6: [ OK ] sycl.numeric_traits_quiet_and_signaling_nan (0 ms) 6: [ RUN ] sycl.numeric_traits_sfinae_friendly 6: [ OK ] sycl.numeric_traits_sfinae_friendly (0 ms) 6: [ RUN ] sycl.occupancy_control 6: [ OK ] sycl.occupancy_control (1 ms) 6: [ RUN ] sycl.memory_pool 6: [ OK ] sycl.memory_pool (44 ms) 6: [ RUN ] sycl.cxx11 6: [ OK ] sycl.cxx11 (1 ms) 6: [ RUN ] sycl.parallel_scan_range_policy 6: [ OK ] sycl.parallel_scan_range_policy (43 ms) 6: [ RUN ] sycl.kokkos_printf 6: [ OK ] sycl.kokkos_printf (6 ms) 6: [ RUN ] sycl.range_for 6: [ OK ] sycl.range_for (1 ms) 6: [ RUN ] sycl.range_reduce 6: [ OK ] sycl.range_reduce (2 ms) 6: [ RUN ] sycl.range_dynamic_policy 6: [ OK ] sycl.range_dynamic_policy (0 ms) 6: [ RUN ] sycl.large_parallel_for_reduce 6: [ OK ] sycl.large_parallel_for_reduce (24 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 (11 ms) 6: [ RUN ] sycl.reducers_complex_double 6: [ OK ] sycl.reducers_complex_double (3 ms) 6: [ RUN ] sycl.reducers_struct 6: [ OK ] sycl.reducers_struct (8 ms) 6: [ RUN ] sycl.reducers_half_t 6: [ OK ] sycl.reducers_half_t (5 ms) 6: [ RUN ] sycl.reducers_bhalf_t 6: [ OK ] sycl.reducers_bhalf_t (4 ms) 6: [ RUN ] sycl.reducers_int8_t 6: [ OK ] sycl.reducers_int8_t (3 ms) 6: [ RUN ] sycl.reducers_int16_t 6: [ OK ] sycl.reducers_int16_t (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 6: [ OK ] sycl.reduction_with_large_iteration_count (685 ms) 6: [ RUN ] sycl.reduction_identity_min_max_floating_point_types 6: [ OK ] sycl.reduction_identity_min_max_floating_point_types (2 ms) 6: [ RUN ] sycl.reduction_deduction 6: [ OK ] sycl.reduction_deduction (0 ms) 6: [ RUN ] sycl.reduce_device_view_range_policy 6: [ OK ] sycl.reduce_device_view_range_policy (3 ms) 6: [ RUN ] sycl.reduce_device_view_mdrange_policy 6: [ OK ] sycl.reduce_device_view_mdrange_policy (1095 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 (5050 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 82 tests from 2 test suites ran. (11211 ms total) 6: [ PASSED ] 81 tests. 6: [ SKIPPED ] 1 test, listed below: 6: [ SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 6/65 Test #6: Kokkos_CoreUnitTest_SYCL1B ................................. Passed 11.61 sec test 7 Start 7: Kokkos_CoreUnitTest_SYCL2A 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A 7: Test timeout computed to be: 1500 7: [==========] Running 116 tests from 2 test suites. 7: [----------] Global test environment set-up. 7: [----------] 8 tests from sycl_DeathTest 7: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_dyn 7: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int16.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o 7: [ OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3709 ms) 7: [ RUN ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int16.cpp.o 7: [ OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (4123 ms) 7: [ RUN ] sycl_DeathTest.view_memory_access_violations_from_host [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraphAtomicLocks.dir/cuda/TestCuda_GraphAtomicLocks.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o 7: [ OK ] sycl_DeathTest.view_memory_access_violations_from_host (9741 ms) 7: [ RUN ] sycl_DeathTest.view_memory_access_violations_from_device 7: /var/jenkins/workspace/Kokkos_PR-8324/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 (17574 ms total) 7: 7: [----------] 108 tests from sycl 7: [ RUN ] sycl.team_for 7: [ OK ] sycl.team_for (9 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 (254 ms) 7: [ RUN ] sycl.team_parallel_single 7: [ OK ] sycl.team_parallel_single (6 ms) 7: [ RUN ] sycl.large_team_scratch_size 7: [ OK ] sycl.large_team_scratch_size (0 ms) 7: [ RUN ] sycl.team_broadcast_long 7: [ OK ] sycl.team_broadcast_long (1 ms) 7: [ RUN ] sycl.team_broadcast_long_wrapper 7: [ OK ] sycl.team_broadcast_long_wrapper (1 ms) 7: [ RUN ] sycl.team_broadcast_char 7: [ OK ] sycl.team_broadcast_char (1 ms) 7: [ RUN ] sycl.team_broadcast_float 7: [ OK ] sycl.team_broadcast_float (1 ms) 7: [ RUN ] sycl.team_broadcast_double 7: [ OK ] sycl.team_broadcast_double (1 ms) 7: [ RUN ] sycl.team_broadcast_int_ptr 7: [ OK ] sycl.team_broadcast_int_ptr (0 ms) 7: [ RUN ] sycl.team_single_thread_int_ptr 7: [ OK ] sycl.team_single_thread_int_ptr (0 ms) 7: [ RUN ] sycl.team_single_team_int_ptr 7: [ OK ] sycl.team_single_team_int_ptr (0 ms) 7: [ RUN ] sycl.team_handle_by_value 7: [ OK ] sycl.team_handle_by_value (0 ms) 7: [ RUN ] sycl.team_vector 7: [ OK ] sycl.team_vector (21 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 (55 ms) 7: [ RUN ] sycl.team_thread_range_combined_reducers 7: [ OK ] sycl.team_thread_range_combined_reducers (0 ms) 7: [ RUN ] sycl.thread_vector_range_combined_reducers 7: [ OK ] sycl.thread_vector_range_combined_reducers (0 ms) 7: [ RUN ] sycl.team_vector_range_combined_reducers 7: [ OK ] sycl.team_vector_range_combined_reducers (0 ms) 7: [ RUN ] sycl.TeamThreadMDRangeParallelFor 7: [ OK ] sycl.TeamThreadMDRangeParallelFor (17 ms) 7: [ RUN ] sycl.ThreadVectorMDRangeParallelFor 7: [ OK ] sycl.ThreadVectorMDRangeParallelFor (7 ms) 7: [ RUN ] sycl.TeamVectorMDRangeParallelFor 7: [ OK ] sycl.TeamVectorMDRangeParallelFor (8 ms) 7: [ RUN ] sycl.TeamThreadMDRangeParallelReduce 7: [ OK ] sycl.TeamThreadMDRangeParallelReduce (15 ms) 7: [ RUN ] sycl.ThreadVectorMDRangeParallelReduce 7: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (888 ms) 7: [ RUN ] sycl.team_long_reduce 7: [ OK ] sycl.team_long_reduce (10 ms) 7: [ RUN ] sycl.team_double_reduce 7: [ OK ] sycl.team_double_reduce (10 ms) 7: [ RUN ] sycl.team_long_array_reduce 7: [ OK ] sycl.team_long_array_reduce (9 ms) 7: [ RUN ] sycl.team_double_array_reduce 7: [ OK ] sycl.team_double_array_reduce (10 ms) 7: [ RUN ] sycl.team_parallel_dummy_with_reducer_and_scratch_space 7: [ OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 7: [ RUN ] sycl.repeated_team_reduce 7: [ OK ] sycl.repeated_team_reduce (25 ms) 7: [ RUN ] sycl.nested_team_reduce_functor_as_reducer 7: [ OK ] sycl.nested_team_reduce_functor_as_reducer (0 ms) 7: [ RUN ] sycl.team_scan 7: [ OK ] sycl.team_scan (75 ms) 7: [ RUN ] sycl.team_scan_ret_val 7: [ OK ] sycl.team_scan_ret_val (75 ms) 7: [ RUN ] sycl.team_shared_request 7: [ OK ] sycl.team_shared_request (1 ms) 7: [ RUN ] sycl.team_scratch_request 7: [ OK ] sycl.team_scratch_request (0 ms) 7: [ RUN ] sycl.team_lambda_shared_request 7: [ OK ] sycl.team_lambda_shared_request (29 ms) 7: [ RUN ] sycl.scratch_align 7: [ OK ] sycl.scratch_align (0 ms) 7: [ RUN ] sycl.shmem_size 7: [ OK ] sycl.shmem_size (0 ms) 7: [ RUN ] sycl.multi_level_scratch 7: [ OK ] sycl.multi_level_scratch (13 ms) 7: [ RUN ] sycl.team_scratch_memory_index_parallel_for 7: [ OK ] sycl.team_scratch_memory_index_parallel_for (0 ms) 7: [ RUN ] sycl.team_policy_max_recommended 7: [ OK ] sycl.team_policy_max_recommended (11 ms) 7: [ RUN ] sycl.team_policy_minmax_scalar_without_plus_equal_k 7: [ OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 7: [ RUN ] sycl.team_teamvector_range 7: [ OK ] sycl.team_teamvector_range (2 ms) 7: [ RUN ] sycl.timer 7: [ OK ] sycl.timer (20 ms) 7: [ RUN ] sycl.unique_token_global 7: [ OK ] sycl.unique_token_global (12 ms) 7: [ RUN ] sycl.unique_token_instance 7: [ OK ] sycl.unique_token_instance (12 ms) 7: [ RUN ] sycl.unique_token_team_acquire 7: [ OK ] sycl.unique_token_team_acquire (0 ms) 7: [ RUN ] sycl.view_api_a 7: [ OK ] sycl.view_api_a (4 ms) 7: [ RUN ] sycl.view_layout_left_with_stride 7: [ OK ] sycl.view_layout_left_with_stride (0 ms) 7: [ RUN ] sycl.view_layout_right_with_stride 7: [ OK ] sycl.view_layout_right_with_stride (0 ms) 7: [ RUN ] sycl.view_api_b 7: [ OK ] sycl.view_api_b (3 ms) 7: [ RUN ] sycl.view_api_c 7: [ OK ] sycl.view_api_c (0 ms) 7: [ RUN ] sycl.view_api_d 7: [ OK ] sycl.view_api_d (1 ms) 7: [ RUN ] sycl.view_remap 7: [ OK ] sycl.view_remap (0 ms) 7: [ RUN ] sycl.view_mirror_nonconst 7: [ OK ] sycl.view_mirror_nonconst (0 ms) 7: [ RUN ] sycl.view_stride_method 7: [ OK ] sycl.view_stride_method (0 ms) 7: [ RUN ] sycl.anonymous_space 7: [ OK ] sycl.anonymous_space (0 ms) 7: [ RUN ] sycl.view_overload_resolution 7: [ OK ] sycl.view_overload_resolution (0 ms) 7: [ RUN ] sycl.view_allocation_large_rank 7: [ OK ] sycl.view_allocation_large_rank (8 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: [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: [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: [ERROR]: 7: UR CUDA ERROR: 7: Value: 2 7: Name: CUDA_ERROR_OUT_OF_MEMORY 7: Description: out of memory 7: Function: USMHostAllocImpl 7: Source Location: /tmp/tmp.nlKu2FwFq5/intel-llvm-mirror/build/_deps/unified-runtime-src/source/adapters/cuda/usm.cpp:179 7: 7: [ OK ] sycl.view_bad_alloc (0 ms) 7: [ RUN ] sycl.view_copy_tests 7: [ OK ] sycl.view_copy_tests (6 ms) 7: [ RUN ] sycl.view_copy_tests_rank_0 7: [ OK ] sycl.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] sycl.view_copy_degenerated 7: [ OK ] sycl.view_copy_degenerated (0 ms) 7: [ RUN ] sycl.view_fill_tests_layout_right 7: [ OK ] sycl.view_fill_tests_layout_right (86 ms) 7: [ RUN ] sycl.view_fill_tests_layout_left 7: [ OK ] sycl.view_fill_tests_layout_left (72 ms) 7: [ RUN ] sycl.vcp_empty_traits 7: [ OK ] sycl.vcp_empty_traits (0 ms) 7: [ RUN ] sycl.is_view_label 7: [ OK ] sycl.is_view_label (0 ms) 7: [ RUN ] sycl.vcp_label_base_traits 7: [ OK ] sycl.vcp_label_base_traits (0 ms) 7: [ RUN ] sycl.vcp_label_traits 7: [ OK ] sycl.vcp_label_traits (0 ms) 7: [ RUN ] sycl.view_alloc_can_perfect_forward_label 7: [ OK ] sycl.view_alloc_can_perfect_forward_label (0 ms) 7: [ RUN ] sycl.vcp_label_copy_constructor 7: [ OK ] sycl.vcp_label_copy_constructor (0 ms) 7: [ RUN ] sycl.vcp_pointer_add_property 7: [ OK ] sycl.vcp_pointer_add_property (0 ms) 7: [ RUN ] sycl.view_empty_runtime_unmanaged 7: [ OK ] sycl.view_empty_runtime_unmanaged (0 ms) 7: [ RUN ] sycl.view_layoutstride_left_to_layoutleft_assignment 7: [ OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (64 ms) 7: [ RUN ] sycl.view_layoutstride_right_to_layoutright_assignment 7: [ OK ] sycl.view_layoutstride_right_to_layoutright_assignment (59 ms) 7: [ RUN ] sycl.view_mapping 7: [ OK ] sycl.view_mapping (45 ms) 7: [ RUN ] sycl.view_mapping_operator 7: [ OK ] sycl.view_mapping_operator (13 ms) 7: [ RUN ] sycl.static_extent 7: [ OK ] sycl.static_extent (0 ms) 7: [ RUN ] sycl.view_mapping_atomic 7: [ OK ] sycl.view_mapping_atomic (0 ms) 7: [ RUN ] sycl.view_mapping_class_value 7: [ OK ] sycl.view_mapping_class_value (0 ms) 7: [ RUN ] sycl.view_mapping_assignable 7: [ OK ] sycl.view_mapping_assignable (0 ms) 7: [ RUN ] sycl.view_mapping_trivially_copyable 7: [ OK ] sycl.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] sycl.view_mapping_subview 7: [ OK ] sycl.view_mapping_subview (0 ms) 7: [ RUN ] sycl.view_nested_view 7: [ OK ] sycl.view_nested_view (0 ms) 7: [ RUN ] sycl.view_of_views_default 7: [ OK ] sycl.view_of_views_default (0 ms) 7: [ RUN ] sycl.view_of_views_without_initializing 7: [ OK ] sycl.view_of_views_without_initializing (0 ms) 7: [ RUN ] sycl.test_view_of_views_sequential_host_init 7: [ OK ] sycl.test_view_of_views_sequential_host_init (0 ms) 7: [ RUN ] sycl.append_formatted_multidimensional_index 7: [ OK ] sycl.append_formatted_multidimensional_index (0 ms) 7: [ RUN ] sycl.view_resize 7: [ OK ] sycl.view_resize (7 ms) 7: [ RUN ] sycl.view_realloc 7: [ OK ] sycl.view_realloc (0 ms) 7: [ RUN ] sycl.resize_realloc_no_init 7: [ OK ] sycl.resize_realloc_no_init (0 ms) 7: [ RUN ] sycl.resize_realloc_no_alloc 7: [ OK ] sycl.resize_realloc_no_alloc (0 ms) 7: [ RUN ] sycl.realloc_exec_space 7: [ OK ] sycl.realloc_exec_space (0 ms) 7: [ RUN ] sycl.view_alloc 7: [ OK ] sycl.view_alloc (0 ms) 7: [ RUN ] sycl.view_alloc_exec_space 7: [ OK ] sycl.view_alloc_exec_space (0 ms) 7: [ RUN ] sycl.view_alloc_int 7: [ OK ] sycl.view_alloc_int (0 ms) 7: [ RUN ] sycl.view_alloc_exec_space_int 7: [ OK ] sycl.view_alloc_exec_space_int (0 ms) 7: [ RUN ] sycl.deep_copy_zero_memset 7: [ OK ] sycl.deep_copy_zero_memset (0 ms) 7: [ RUN ] sycl.resize_exec_space 7: [ OK ] sycl.resize_exec_space (0 ms) 7: [ RUN ] sycl.view_allocation_int 7: [ OK ] sycl.view_allocation_int (0 ms) 7: [ RUN ] sycl.view_allocation_exec_space_int 7: [ OK ] sycl.view_allocation_exec_space_int (0 ms) 7: [ RUN ] sycl.view_not_default_constructible 7: [ OK ] sycl.view_not_default_constructible (0 ms) 7: [----------] 108 tests from sycl (2009 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 116 tests from 2 test suites ran. (19584 ms total) 7: [ PASSED ] 109 tests. 7: [ SKIPPED ] 7 tests, listed below: 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_dyn 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_stat 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_mix 7: [ SKIPPED ] sycl_DeathTest.view_construction_with_wrong_static_extents 7: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device 7: [ SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce 7: [ SKIPPED ] sycl.TeamVectorMDRangeParallelReduce 7/65 Test #7: Kokkos_CoreUnitTest_SYCL2A ................................. Passed 20.03 sec test 8 Start 8: Kokkos_CoreUnitTest_SYCL2B 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2B 8: Test timeout computed to be: 1500 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o 8: [==========] Running 17 tests from 2 test suites. 8: [----------] Global test environment set-up. 8: [----------] 1 test from sycl_shared_usm_DeathTest 8: [ RUN ] sycl_shared_usm_DeathTest.view_subview_wrong_extents 8: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 8: only enforced when debug bound checks is enabled 8: [ SKIPPED ] sycl_shared_usm_DeathTest.view_subview_wrong_extents (0 ms) 8: [----------] 1 test from sycl_shared_usm_DeathTest (0 ms total) 8: 8: [----------] 16 tests from sycl_shared_usm 8: [ RUN ] sycl_shared_usm.view_subview_assign_strided 8: [ OK ] sycl_shared_usm.view_subview_assign_strided (3 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_0 8: [ OK ] sycl_shared_usm.view_subview_left_0 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_1 8: [ OK ] sycl_shared_usm.view_subview_left_1 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_2 8: [ OK ] sycl_shared_usm.view_subview_left_2 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_left_3 8: [ OK ] sycl_shared_usm.view_subview_left_3 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_0 8: [ OK ] sycl_shared_usm.view_subview_right_0 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_1 8: [ OK ] sycl_shared_usm.view_subview_right_1 (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_right_3 8: [ OK ] sycl_shared_usm.view_subview_right_3 (0 ms) 8: [ RUN ] sycl_shared_usm.view_static_tests 8: [ OK ] sycl_shared_usm.view_static_tests (0 ms) 8: [ RUN ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft 8: [ OK ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_layoutright_to_layoutright 8: [ OK ] sycl_shared_usm.view_subview_layoutright_to_layoutright (2 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign 8: [ OK ] sycl_shared_usm.view_subview_1d_assign (4 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign_atomic 8: [ OK ] sycl_shared_usm.view_subview_1d_assign_atomic (3 ms) 8: [ RUN ] sycl_shared_usm.view_subview_1d_assign_randomaccess 8: [ OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (3 ms) 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d (55 ms) 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_atomic 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (56 ms) 8: [----------] 16 tests from sycl_shared_usm (136 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 17 tests from 2 test suites ran. (136 ms total) 8: [ PASSED ] 16 tests. 8: [ SKIPPED ] 1 test, listed below: 8: [ SKIPPED ] sycl_shared_usm_DeathTest.view_subview_wrong_extents 8/65 Test #8: Kokkos_CoreUnitTest_SYCL2B ................................. Passed 0.46 sec test 9 Start 9: Kokkos_CoreUnitTest_SYCL2C 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (55 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left (114 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (116 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 (114 ms) 9: [----------] 4 tests from sycl_shared_usm (399 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 4 tests from 1 test suite ran. (399 ms total) 9: [ PASSED ] 4 tests. 9/65 Test #9: Kokkos_CoreUnitTest_SYCL2C ................................. Passed 0.73 sec test 10 Start 10: Kokkos_CoreUnitTest_SYCL2D 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (899 ms) 10: [----------] 1 test from sycl_shared_usm_DeathTest (899 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 (119 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 (118 ms) 10: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o 10: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (117 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 (362 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 6 tests from 2 test suites ran. (1262 ms total) 10: [ PASSED ] 6 tests. 10/65 Test #10: Kokkos_CoreUnitTest_SYCL2D ................................. Passed 1.58 sec test 11 Start 11: Kokkos_CoreUnitTest_SYCL3 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o 11: [ OK ] sycl.team_scratch_1_queues (22318 ms) 11: [ RUN ] sycl.space_access 11: [ OK ] sycl.space_access (0 ms) 11: [ RUN ] sycl.uvm 11: [ OK ] sycl.uvm (1 ms) 11: [ RUN ] sycl.impl_view_accessible 11: [ OK ] sycl.impl_view_accessible (3 ms) 11: [----------] 4 tests from sycl (22323 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 (5 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 (2 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 [ 26%] Built target Kokkos_CoreUnitTest_Cuda3 [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o 11: [ OK ] sycl_host_usm.view_fill_tests_layout_right (3101 ms) 11: [ RUN ] sycl_host_usm.view_fill_tests_layout_left [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o 11: [ OK ] sycl_host_usm.view_fill_tests_layout_left (3177 ms) 11: [ RUN ] sycl_host_usm.view_mapping 11: [ OK ] sycl_host_usm.view_mapping (46 ms) 11: [ RUN ] sycl_host_usm.view_mapping_operator 11: [ OK ] sycl_host_usm.view_mapping_operator (4 ms) 11: [ RUN ] sycl_host_usm.static_extent 11: [ OK ] sycl_host_usm.static_extent (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_atomic 11: [ OK ] sycl_host_usm.view_mapping_atomic (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_class_value 11: [ OK ] sycl_host_usm.view_mapping_class_value (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_assignable 11: [ OK ] sycl_host_usm.view_mapping_assignable (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_trivially_copyable 11: [ OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms) 11: [ RUN ] sycl_host_usm.view_mapping_subview 11: [ OK ] sycl_host_usm.view_mapping_subview (0 ms) 11: [----------] 28 tests from sycl_host_usm (9069 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 (19 ms) 11: [ RUN ] sycl_shared_usm.view_api_c 11: [ OK ] sycl_shared_usm.view_api_c (0 ms) 11: [ RUN ] sycl_shared_usm.view_api_d 11: [ OK ] sycl_shared_usm.view_api_d (4 ms) 11: [ RUN ] sycl_shared_usm.view_remap 11: [ OK ] sycl_shared_usm.view_remap (1 ms) 11: [ RUN ] sycl_shared_usm.view_mirror_nonconst 11: [ OK ] sycl_shared_usm.view_mirror_nonconst (0 ms) 11: [ RUN ] sycl_shared_usm.view_stride_method 11: [ OK ] sycl_shared_usm.view_stride_method (0 ms) 11: [ RUN ] sycl_shared_usm.anonymous_space 11: [ OK ] sycl_shared_usm.anonymous_space (0 ms) 11: [ RUN ] sycl_shared_usm.view_overload_resolution 11: [ OK ] sycl_shared_usm.view_overload_resolution (0 ms) 11: [ RUN ] sycl_shared_usm.view_allocation_large_rank 11: [ OK ] sycl_shared_usm.view_allocation_large_rank (692 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 (4 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 (223 ms) 11: [ RUN ] sycl_shared_usm.view_fill_tests_layout_left 11: [ OK ] sycl_shared_usm.view_fill_tests_layout_left (210 ms) 11: [ RUN ] sycl_shared_usm.view_mapping 11: [ OK ] sycl_shared_usm.view_mapping (52 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 (1302 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 60 tests from 3 test suites ran. (32694 ms total) 11: [ PASSED ] 60 tests. 11/65 Test #11: Kokkos_CoreUnitTest_SYCL3 .................................. Passed 32.99 sec test 12 Start 12: Kokkos_CoreUnitTest_SYCLInterOpInit 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (170 ms) 12: [----------] 1 test from sycl (170 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 1 test from 1 test suite ran. (170 ms total) 12: [ PASSED ] 1 test. 12/65 Test #12: Kokkos_CoreUnitTest_SYCLInterOpInit ........................ Passed 0.27 sec test 13 Start 13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit_Context 13: Test timeout computed to be: 1500 13: [==========] Running 3 tests from 2 test suites. 13: [----------] Global test environment set-up. 13: [----------] 1 test from sycl_DeathTest 13: [ RUN ] sycl_DeathTest.explicit_out_of_order_queue 13: [ OK ] sycl_DeathTest.explicit_out_of_order_queue (389 ms) 13: [----------] 1 test from sycl_DeathTest (389 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. (392 ms total) 13: [ PASSED ] 3 tests. 13/65 Test #13: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ................ Passed 0.64 sec test 14 Start 14: Kokkos_CoreUnitTest_SYCLInterOpStreams 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreams 14: Test timeout computed to be: 1500 14: [==========] Running 1 test from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 1 test from sycl 14: [ RUN ] sycl.raw_sycl_queues 14: [ OK ] sycl.raw_sycl_queues (158 ms) 14: [----------] 1 test from sycl (158 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (159 ms total) 14: [ PASSED ] 1 test. 14/65 Test #14: Kokkos_CoreUnitTest_SYCLInterOpStreams ..................... Passed 0.25 sec test 15 Start 15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (9 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 3 tests from 1 test suite ran. (10 ms total) 15: [ PASSED ] 3 tests. 15/65 Test #15: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU ............. Passed 0.25 sec test 16 Start 16: Kokkos_CoreUnitTest_SYCLInterOpGraph 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (7 ms) 16: [ RUN ] sycl.graph_construct_from_native 16: [ OK ] sycl.graph_construct_from_native (0 ms) 16: [----------] 4 tests from sycl (7 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 4 tests from 1 test suite ran. (7 ms total) 16: [ PASSED ] 4 tests. [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o 16/65 Test #16: Kokkos_CoreUnitTest_SYCLInterOpGraph ....................... Passed 0.25 sec test 17 Start 17: Kokkos_CoreUnitTest_Default 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 17: Test timeout computed to be: 1500 17: [==========] Running 58 tests from 41 test suites. 17: [----------] Global test environment set-up. 17: [----------] 18 tests from defaultdevicetype 17: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 17: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 17: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 17: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 17: [ RUN ] defaultdevicetype.shared_host_pinned_space 17: [ OK ] defaultdevicetype.shared_host_pinned_space (1 ms) 17: [ RUN ] defaultdevicetype.compiler_macros 17: [ OK ] defaultdevicetype.compiler_macros (0 ms) 17: [ RUN ] defaultdevicetype.half_conversion 17: [ OK ] defaultdevicetype.half_conversion (1 ms) 17: [ RUN ] defaultdevicetype.bhalf_conversion 17: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 17: [ RUN ] defaultdevicetype.half_operators 17: [ OK ] defaultdevicetype.half_operators (1 ms) 17: [ RUN ] defaultdevicetype.bhalf_operators 17: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 17: [ RUN ] defaultdevicetype.host_space_access 17: [ OK ] defaultdevicetype.host_space_access (0 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_a1 17: [ OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms) 17: [ RUN ] defaultdevicetype.reduce_instantiation_b1 17: [ OK ] defaultdevicetype.reduce_instantiation_b1 (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 (10 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 (82 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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, std::integer_sequence > 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. (93 ms total) 17: [ PASSED ] 58 tests. 17/65 Test #17: Kokkos_CoreUnitTest_Default ................................ Passed 0.41 sec test 18 Start 18: Kokkos_CoreUnitTest_InitializeFinalize 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 15%] Built target Kokkos_CoreUnitTest_CudaGraphAtomicLocks [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o 18: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (508 ms) 18: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o 18: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1540 ms) 18: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 18: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2261 ms) 18: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4310 ms total) 18: 18: [----------] 4 tests from InitializeFinalize_DeathTest 18: [ RUN ] InitializeFinalize_DeathTest.initialize 18: [ OK ] InitializeFinalize_DeathTest.initialize (1272 ms) 18: [ RUN ] InitializeFinalize_DeathTest.finalize [ 19%] Linking CXX executable Kokkos_CoreUnitTest_Develop 18: [ OK ] InitializeFinalize_DeathTest.finalize (819 ms) 18: [ RUN ] InitializeFinalize_DeathTest.is_initialized 18: [ OK ] InitializeFinalize_DeathTest.is_initialized (263 ms) 18: [ RUN ] InitializeFinalize_DeathTest.is_finalized [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o 18: [ OK ] InitializeFinalize_DeathTest.is_finalized (246 ms) 18: [----------] 4 tests from InitializeFinalize_DeathTest (2602 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 (22 ms) 18: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (22 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 18: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (248 ms) 18: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 18: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (414 ms) 18: [----------] 2 tests from PushFinalizeHook_DeathTest (662 ms total) 18: 18: [----------] 6 tests from ScopeGuard_DeathTest 18: [ RUN ] ScopeGuard_DeathTest.create 18: [ OK ] ScopeGuard_DeathTest.create (246 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_argument 18: [ OK ] ScopeGuard_DeathTest.create_argument (249 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_while_initialize [ 19%] Built target Kokkos_CoreUnitTest_Develop 18: [ OK ] ScopeGuard_DeathTest.create_while_initialize (424 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_after_initialize [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o 18: [ OK ] ScopeGuard_DeathTest.create_after_initialize (451 ms) 18: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 18: [ OK ] ScopeGuard_DeathTest.create_after_finalize (432 ms) 18: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 19%] Linking CXX executable Kokkos_CoreTestCompileOnly 18: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (479 ms) 18: [----------] 6 tests from ScopeGuard_DeathTest (2283 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 (15 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 18: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (4 ms) 18: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 18: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (16 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 (35 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 30 tests from 7 test suites ran. (10173 ms total) 18: [ PASSED ] 30 tests. 18/65 Test #18: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 10.19 sec test 19 Start 19: Kokkos_CoreUnitTest_Develop 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 19: Test timeout computed to be: 1500 19: [==========] Running 1 test from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 1 test from defaultdevicetype 19: [ RUN ] defaultdevicetype.development_test 19: [ OK ] defaultdevicetype.development_test (0 ms) 19: [----------] 1 test from defaultdevicetype (0 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 1 test from 1 test suite ran. (0 ms total) 19: [ PASSED ] 1 test. 19/65 Test #19: Kokkos_CoreUnitTest_Develop ................................ Passed 0.24 sec test 20 Start 20: Kokkos_CoreUnitTest_KokkosP 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 20: Test timeout computed to be: 1500 20: [==========] Running 31 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 31 tests from kokkosp 20: [ RUN ] kokkosp.test_named_instance_fence 20: Ref: 117440513 20: Ref: named_instance 20: 117440513 20: named_instance 20: [ OK ] kokkosp.test_named_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_instance_fence 20: Ref: 117440513 20: Ref: Unnamed Instance Fence 20: 117440513 20: Kokkos::SYCL::fence: Unnamed Instance Fence 20: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 20: [ RUN ] kokkosp.test_named_global_fence 20: Ref: 117440512 20: Ref: test global fence 20: 0 20: test global fence 20: Miss on id 20: 117440512 20: test global fence 20: [ OK ] kokkosp.test_named_global_fence (0 ms) 20: [ RUN ] kokkosp.test_unnamed_global_fence 20: Ref: 117440512 20: Ref: Unnamed Global Fence 20: 0 20: Kokkos::fence: Unnamed Global Fence 20: Miss on id 20: 117440512 20: Kokkos::fence: Unnamed Global Fence 20: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 20: [ RUN ] kokkosp.test_multiple_default_instances 20: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 20: [ RUN ] kokkosp.test_id_gen 20: [ OK ] kokkosp.test_id_gen (0 ms) 20: [ RUN ] kokkosp.test_kernel_sequence 20: Ref: 117440513 20: Ref: named_instance 20: 117440513 20: named_instance 20: Ref: 117440513 20: Ref: test_kernel 20: 117440513 20: named_instance 20: Miss on name 20: 0 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 117440512 20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 20: Miss on name 20: Miss on id 20: 117440513 20: test_kernel 20: [ OK ] kokkosp.test_kernel_sequence (0 ms) 20: [ RUN ] kokkosp.async_deep_copy 20: [ OK ] kokkosp.async_deep_copy (0 ms) 20: [ RUN ] kokkosp.parallel_for 20: [ OK ] kokkosp.parallel_for (0 ms) 20: [ RUN ] kokkosp.parallel_reduce 20: [ OK ] kokkosp.parallel_reduce (1 ms) 20: [ RUN ] kokkosp.parallel_scan 20: [ OK ] kokkosp.parallel_scan (0 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence 20: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 20: [ RUN ] kokkosp.parallel_scan_no_fence_view 20: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 20: [ RUN ] kokkosp.regions 20: [ OK ] kokkosp.regions (0 ms) 20: [ RUN ] kokkosp.fences 20: [ OK ] kokkosp.fences (0 ms) 20: [ RUN ] kokkosp.raw_allocation 20: [ OK ] kokkosp.raw_allocation (0 ms) 20: [ RUN ] kokkosp.view 20: [ OK ] kokkosp.view (0 ms) 20: [ RUN ] kokkosp.sections 20: [ OK ] kokkosp.sections (0 ms) 20: [ RUN ] kokkosp.metadata 20: [ OK ] kokkosp.metadata (0 ms) 20: [ RUN ] kokkosp.profile_events 20: [ OK ] kokkosp.profile_events (0 ms) 20: [ RUN ] kokkosp.no_init_kernel 20: [ OK ] kokkosp.no_init_kernel (0 ms) 20: [ RUN ] kokkosp.get_events 20: [ OK ] kokkosp.get_events (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_for 20: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_reduce 20: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 20: [ RUN ] kokkosp.kernel_name_parallel_scan 20: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 20: [ RUN ] kokkosp.kernel_name_internal 20: [ OK ] kokkosp.kernel_name_internal (0 ms) 20: [ RUN ] kokkosp.profiling_section 20: [ OK ] kokkosp.profiling_section (0 ms) 20: [ RUN ] kokkosp.scoped_profile_region 20: [ OK ] kokkosp.scoped_profile_region (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init 20: [ OK ] kokkosp.create_mirror_no_init (0 ms) 20: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 20: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 20: [ RUN ] kokkosp.create_mirror_view_and_copy 20: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 20: [----------] 31 tests from kokkosp (4 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 31 tests from 1 test suite ran. (4 ms total) 20: [ PASSED ] 31 tests. 20/65 Test #20: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.25 sec test 21 Start 21: Kokkos_CoreUnitTest_ToolIndependence 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 21: Test timeout computed to be: 1500 21/65 Test #21: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.01 sec test 22 Start 22: Kokkos_ProfilingTestLibraryLoadHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 22: Environment variables: 22: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 22: Test timeout computed to be: 1500 22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 22/65 Test #22: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.25 sec test 23 Start 23: Kokkos_ProfilingTestLibraryCmdLineHelp 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 23: Test timeout computed to be: 1500 23: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 23/65 Test #23: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.23 sec test 24 Start 24: Kokkos_ProfilingTestLibraryLoad 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 24: Environment variables: 24: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 24: Test timeout computed to be: 1500 24: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20250004::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x28f5400:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x28f4240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x28f42c0:Host:source:0x28f5480: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:0x28f9880: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:0x28f4240:40::kokkosp_deallocate_data:Host:source:0x28f5400:40::kokkosp_finalize_library:: 24/65 Test #24: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.25 sec test 25 Start 25: Kokkos_ProfilingTestLibraryCmdLine 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 25: Test timeout computed to be: 1500 25: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20250004::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x115e3c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x115d200:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x115d280:Host:source:0x115e440: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:0x1162840: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:0x115d200:40::kokkosp_deallocate_data:Host:source:0x115e3c0:40::kokkosp_finalize_library:: 25/65 Test #25: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.23 sec test 26 Start 26: Kokkos_CoreUnitTest_StackTraceTest 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x436461] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43806c] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9a88429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9a88429e40] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285] 26: 26: demangled test_f1: 26: [0x4aefc0] Kokkos::Impl::save_stacktrace() 26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&) 26: [0x436461] Test::test_stacktrace(bool, bool) 26: [0x43806c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44bfe0] testing::Test::Run() 26: [0x44db49] testing::TestInfo::Run() 26: [0x44e50e] testing::TestSuite::Run() 26: [0x465019] testing::internal::UnitTestImpl::RunAllTests() 26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x4644d6] testing::UnitTest::Run() 26: [0x438580] main 26: [0x7f9a88429d90] 26: [0x7f9a88429e40] __libc_start_main 26: [0x436285] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a686] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x436d7f] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xdc) [0x43806c] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9a88429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9a88429e40] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285] 26: 26: demangled test_f3: 26: [0x4aefc0] Kokkos::Impl::save_stacktrace() 26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&) 26: [0x43a686] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x436d7f] Test::test_stacktrace(bool, bool) 26: [0x43806c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44bfe0] testing::Test::Run() 26: [0x44db49] testing::TestInfo::Run() 26: [0x44e50e] testing::TestSuite::Run() 26: [0x465019] testing::internal::UnitTestImpl::RunAllTests() 26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x4644d6] testing::UnitTest::Run() 26: [0x438580] main 26: [0x7f9a88429d90] 26: [0x7f9a88429e40] __libc_start_main 26: [0x436285] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (406 ms) 26: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o 26: Top of f1 26: Top of f0 26: Top of f0 26: test_f1: 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x436461] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x438349] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fbcd0429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fbcd0429e40] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285] 26: 26: demangled test_f1: 26: [0x4aefc0] Kokkos::Impl::save_stacktrace() 26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&) 26: [0x436461] Test::test_stacktrace(bool, bool) 26: [0x438349] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44bfe0] testing::Test::Run() 26: [0x44db49] testing::TestInfo::Run() 26: [0x44e50e] testing::TestSuite::Run() 26: [0x465019] testing::internal::UnitTestImpl::RunAllTests() 26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x4644d6] testing::UnitTest::Run() 26: [0x438580] main 26: [0x7fbcd0429d90] 26: [0x7fbcd0429e40] __libc_start_main 26: [0x436285] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a686] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x436d7f] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xd9) [0x438349] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fbcd0429d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fbcd0429e40] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285] 26: 26: demangled test_f3: 26: [0x4aefc0] Kokkos::Impl::save_stacktrace() 26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&) 26: [0x43a686] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x436d7f] Test::test_stacktrace(bool, bool) 26: [0x438349] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44bfe0] testing::Test::Run() 26: [0x44db49] testing::TestInfo::Run() 26: [0x44e50e] testing::TestSuite::Run() 26: [0x465019] testing::internal::UnitTestImpl::RunAllTests() 26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x4644d6] testing::UnitTest::Run() 26: [0x438580] main 26: [0x7fbcd0429d90] 26: [0x7fbcd0429e40] __libc_start_main 26: [0x436285] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (454 ms) 26: [----------] 2 tests from defaultdevicetype_DeathTest (860 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-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x436461] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fc3db829d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fc3db829e40] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285] 26: 26: demangled test_f1: 26: [0x4aefc0] Kokkos::Impl::save_stacktrace() 26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&) 26: [0x436461] Test::test_stacktrace(bool, bool) 26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44bfe0] testing::Test::Run() 26: [0x44db49] testing::TestInfo::Run() 26: [0x44e50e] testing::TestSuite::Run() 26: [0x465019] testing::internal::UnitTestImpl::RunAllTests() 26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x4644d6] testing::UnitTest::Run() 26: [0x438580] main 26: [0x7fc3db829d90] 26: [0x7fc3db829e40] __libc_start_main 26: [0x436285] _start 26: 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f3 26: Top of f1 26: Top of f0 26: Top of f0 26: StackTrace f3(std::cout, 4) returned: 110 26: test_f3: 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4aefc0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x43a4be] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a686] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x93f) [0x436d7f] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x480ce9] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xd0) [0x44bfe0] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0xf9) [0x44db49] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x14e) [0x44e50e] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xad9) [0x465019] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x481a59] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xe6) [0x4644d6] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x438580] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fc3db829d90] 26: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fc3db829e40] 26: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x436285] 26: 26: demangled test_f3: 26: [0x4aefc0] Kokkos::Impl::save_stacktrace() 26: [0x43a4be] Test::stacktrace_test_f1(std::ostream&) 26: [0x43a686] Test::stacktrace_test_f3(std::ostream&, int) 26: [0x436d7f] Test::test_stacktrace(bool, bool) 26: [0x480ce9] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 26: [0x44bfe0] testing::Test::Run() 26: [0x44db49] testing::TestInfo::Run() 26: [0x44e50e] testing::TestSuite::Run() 26: [0x465019] testing::internal::UnitTestImpl::RunAllTests() 26: [0x481a59] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 26: [0x4644d6] testing::UnitTest::Run() 26: [0x438580] main 26: [0x7fc3db829d90] 26: [0x7fc3db829e40] __libc_start_main 26: [0x436285] _start 26: 26: Test setting std::terminate handler that prints the last saved stack trace 26: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 26: [----------] 1 test from defaultdevicetype (0 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 3 tests from 2 test suites ran. (861 ms total) 26: [ PASSED ] 3 tests. 26/65 Test #26: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.10 sec test 27 Start 27: Kokkos_IncrementalTest_SERIAL 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 27: Test timeout computed to be: 1500 27: [==========] Running 28 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 28 tests from SERIAL 27: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 27: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 27: [ RUN ] SERIAL.IncrTest_01_execspace 27: Host Serial Execution Space: 27: KOKKOS_ENABLE_SERIAL: yes 27: 27: Serial Runtime Configuration: 27: Serial 27: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 27: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 27: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicSub 27: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 27: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 27: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 27: [ RUN ] SERIAL.IncrTest_03b_memspace_free 27: [ OK ] SERIAL.IncrTest_03b_memspace_free (25 ms) 27: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 27: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 27: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_05_reduction 27: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange2D 27: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange3D 27: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange4D 27: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 27: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 27: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (83 ms) 27: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 27: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 27: [ OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.incr_14_MDrangeReduce 27: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SERIAL.IncrTest_16_parallelscan 27: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 27: [ RUN ] SERIAL.incr_17_atomicView 27: [ OK ] SERIAL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SERIAL (110 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (110 ms total) 27: [ PASSED ] 28 tests. 27/65 Test #27: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.38 sec test 28 Start 28: Kokkos_IncrementalTest_SYCL 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 [ 19%] Built target Kokkos_CoreTestCompileOnly [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o 28: [ OK ] SYCL.IncrTest_03b_memspace_free (13286 ms) 28: [ RUN ] SYCL.IncrTest_04_simple_parallelFor 28: [ OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms) 28: [ RUN ] SYCL.IncrTest_04_RangePolicy_parallelFor 28: [ OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms) 28: [ RUN ] SYCL.IncrTest_05_reduction 28: [ OK ] SYCL.IncrTest_05_reduction (4 ms) 28: [ RUN ] SYCL.IncrTest_06_mdrange2D 28: [ OK ] SYCL.IncrTest_06_mdrange2D (0 ms) 28: [ RUN ] SYCL.IncrTest_06_mdrange3D 28: [ OK ] SYCL.IncrTest_06_mdrange3D (0 ms) 28: [ RUN ] SYCL.IncrTest_06_mdrange4D 28: [ OK ] SYCL.IncrTest_06_mdrange4D (0 ms) 28: [ RUN ] SYCL.IncrTest_08_deep_copy_2D 28: [ OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms) 28: [ RUN ] SYCL.IncrTest_08_deep_copy_3D 28: [ OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms) 28: [ RUN ] SYCL.IncrTest_08_deep_copy_4D 28: [ OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms) 28: [ RUN ] SYCL.IncrTest_10_Hierarchical_Basics 28: [ OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms) 28: [ RUN ] SYCL.IncrTest_11a_Hierarchical_ForLoop 28: [ OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 28: [ RUN ] SYCL.IncrTest_11b_Hierarchical_ForLoop 28: [ OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 28: [ RUN ] SYCL.IncrTest_11c_Hierarchical_ForLoop 28: [ OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (124 ms) 28: [ RUN ] SYCL.IncrTest_12a_ThreadScratch 28: [ OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms) 28: [ RUN ] SYCL.IncrTest_12b_TeamScratch 28: [ OK ] SYCL.IncrTest_12b_TeamScratch (0 ms) 28: [ RUN ] SYCL.IncrTest_13a_Hierarchical_Red 28: [ OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms) 28: [ RUN ] SYCL.IncrTest_13b_Hierarchical_Red 28: [ OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms) 28: [ RUN ] SYCL.IncrTest_13c_Hierarchical_Red 28: [ OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms) 28: [ RUN ] SYCL.incr_14_MDrangeReduce 28: [ OK ] SYCL.incr_14_MDrangeReduce (0 ms) 28: [ RUN ] SYCL.IncrTest_16_parallelscan 28: [ OK ] SYCL.IncrTest_16_parallelscan (1 ms) 28: [ RUN ] SYCL.incr_17_atomicView 28: [ OK ] SYCL.incr_17_atomicView (0 ms) 28: [----------] 28 tests from SYCL (13426 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 28 tests from 1 test suite ran. (13426 ms total) 28: [ PASSED ] 28 tests. 28/65 Test #28: Kokkos_IncrementalTest_SYCL ................................ Passed 13.69 sec test 29 Start 29: Kokkos_CoreUnitTest_CTestDevice 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (100 ms) 29: [ RUN ] ctest_environment_DeathTest.no_type_str 29: [ OK ] ctest_environment_DeathTest.no_type_str (99 ms) 29: [ RUN ] ctest_environment_DeathTest.missing_type 29: [ OK ] ctest_environment_DeathTest.missing_type (210 ms) 29: [ RUN ] ctest_environment_DeathTest.no_id_str 29: [ OK ] ctest_environment_DeathTest.no_id_str (101 ms) 29: [ RUN ] ctest_environment_DeathTest.invalid_id_str 29: [ OK ] ctest_environment_DeathTest.invalid_id_str (206 ms) 29: [----------] 5 tests from ctest_environment_DeathTest (719 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. (719 ms total) 29: [ PASSED ] 8 tests. 29/65 Test #29: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.76 sec test 30 Start 30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 30: Test timeout computed to be: 1500 30/65 Test #30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 31: Test timeout computed to be: 1500 31: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 31/65 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 32 Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 32: Test timeout computed to be: 1500 32/65 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 33 Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 33: Environment variables: 33: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 33: Test timeout computed to be: 1500 33/65 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 34 Start 34: Kokkos_CoreUnitTest_DeviceAndThreads 34: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 34: Test timeout computed to be: 1500 34: test_device_id (__main__.KokkosInitializationTestCase) ... ok 34: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 34: test_num_devices (__main__.KokkosInitializationTestCase) ... ok [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o 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 2.864s 34: 34: OK (skipped=1) 34/65 Test #34: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 3.19 sec test 35 Start 35: Kokkos_PerformanceTest_Benchmark 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T15-26-42.json" 35: Test timeout computed to be: 1500 35: 35: Available devices: 35: 2025-09-23T16:11:24+00:00 35: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 35: Run on (15 X 3250 MHz CPU s) 35: CPU Caches: 35: L1 Data 64 KiB (x15) 35: L1 Instruction 64 KiB (x15) 35: L2 Unified 512 KiB (x15) 35: L3 Unified 16384 KiB (x15) 35: Load Average: 2.58, 5.71, 7.42 35: Address Bits: 64 35: CPU architecture: none 35: Default Device: SYCL 35: Driver Version: CUDA 12.9 35: Error Correction Support: 1 35: GIT_BRANCH: HEAD 35: GIT_CLEAN_STATUS: CLEAN 35: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 35: GIT_COMMIT_DESCRIPTION: Update desul hash 35: GIT_COMMIT_HASH: 79cbad54b 35: GPU architecture: AMPERE80 35: Global Cache Mem Line Size: 128 35: Global Mem Cache Size: 25165824 35: Global Mem Size: 25339101184 35: Image Max Buffer Size: 32768 35: Image2d Max Height: 65536 35: Image2d Max Width: 131072 35: Image3d Max Depth: 16384 35: Image3d Max Height: 16384 35: Image3d Max Width: 16384 35: Is Accelerator: 0 35: Is Available: 1 35: Is CPU: 0 35: Is GPU: 1 35: KOKKOS_COMPILER_INTEL_LLVM: 20250004 35: KOKKOS_ENABLE_ASM: yes 35: KOKKOS_ENABLE_CXX20: yes 35: KOKKOS_ENABLE_CXX23: no 35: KOKKOS_ENABLE_CXX26: no 35: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 35: KOKKOS_ENABLE_HWLOC: no 35: KOKKOS_ENABLE_LIBDL: yes 35: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 35: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 35: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 35: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 35: KOKKOS_ENABLE_SERIAL: yes 35: Kokkos Version: 4.7.99 35: Local Mem Size: 166912 35: Max Compute Units: 56 35: Max Mem Alloc Size: 25339101184 35: Max Parameter Size: 4000 35: Max Read Image Args: 128 35: Max Samplers: 128 35: Max Work Group Size: 1024 35: Max Work Item Dimensions: 3 35: Mem Base Addr Align: 4096 35: Name: NVIDIA A30 35: Native Vector Width Char: 1 35: Native Vector Width Double: 1 35: Native Vector Width Float: 1 35: Native Vector Width Half: 0 35: Native Vector Width Int: 1 35: Native Vector Width Long: 1 35: Native Vector Width Short: 1 35: Partition Max Sub Devices: 0 35: Preferred Vector Width Char: 1 35: Preferred Vector Width Double: 1 35: Preferred Vector Width Float: 1 35: Preferred Vector Width Half: 0 35: Preferred Vector Width Int: 1 35: Preferred Vector Width Long: 1 35: Preferred Vector Width Short: 1 35: Profiling Timer Resolution: 1000 35: Reference Count: 1 35: Vendor: NVIDIA Corporation 35: Vendor Id: 4318 35: Version: 8.0 35: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 35: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 35: macro KOKKOS_ENABLE_ONEDPL: defined 35: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 35: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 35: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 35: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 35: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 35: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 35: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 35: mdspan: enabled 35: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 35: platform: 64bit 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Count Time normalized 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: GramSchmidt/Count:1024/iterations:5/manual_time 0.007 s 0.008 s 5 1024 7.22947u 35: GramSchmidt/Count:2048/iterations:5/manual_time 0.008 s 0.009 s 5 2.048k 4.11153u 35: GramSchmidt/Count:4096/iterations:5/manual_time 0.009 s 0.009 s 5 4.096k 2.07826u 35: GramSchmidt/Count:8192/iterations:5/manual_time 0.009 s 0.010 s 5 8.192k 1.105u 35: GramSchmidt/Count:16384/iterations:5/manual_time 0.010 s 0.011 s 5 16.384k 587.577n 35: GramSchmidt/Count:32768/iterations:5/manual_time 0.011 s 0.012 s 5 32.768k 330.21n 35: GramSchmidt/Count:65536/iterations:5/manual_time 0.012 s 0.015 s 5 65.536k 188.635n 35: GramSchmidt/Count:131072/iterations:5/manual_time 0.013 s 0.019 s 5 131.072k 102.203n 35: GramSchmidt/Count:262144/iterations:5/manual_time 0.015 s 0.026 s 5 262.144k 55.9534n [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: Benchmark Time CPU Iterations FOM: GB/s Max 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: CustomReduction/N:100000/R:1000/manual_time 0.004 s 0.009 s 182 53.9487k/s 11.5 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: OverlapRangePolicy/N:2000/M:10000/R:10 0.648 s 0.648 s 1 0.114352 0.0538307 0.102605 0.0480372 0.051561 34.91u [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: OverlapMDRangePolicy/N:200/M:10000/R:10 0.038 s 0.038 s 18 6.27417m 3.21116m 7.70409m 3.83972m 3.6498m 9.82u 35: OverlapTeamPolicy/N:20/M:1000000/R:10 0.242 s 0.242 s 3 0.0459155 0.0234038 0.0403187 0.0198103 0.0201921 22.62u 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Count Time normalized 35: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 18.4092n 35: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 8.90186n 35: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 4.56299n 35: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.001 s 5 8.192k 2.40613n 35: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.28418n 35: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.001 s 5 32.768k 763.245p 35: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.001 s 5 65.536k 516.678p 35: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 495.308p 35: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 446.976p 35: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.002 s 5 524.288k 413.08p [ 21%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations FOM: rate 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Malloc/N:1/manual_time 7.75 us 17.0 us 90443 129.01k/s [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o 35: Malloc/N:16/manual_time 8.84 us 19.1 us 84552 113.092k/s [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o 35: Malloc/N:256/manual_time 9.50 us 21.0 us 79047 105.251k/s [ 21%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestBasicViewMDSpanConversion.cpp.o 35: Malloc/N:4096/manual_time 9.50 us 21.2 us 73631 105.297k/s [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o 35: Malloc/N:65536/manual_time 9.49 us 21.2 us 73908 105.348k/s 35: Malloc/N:1048576/manual_time 9.47 us 21.2 us 73907 105.608k/s 35: Malloc/N:16777216/manual_time 536 us 631 us 937 1.86479k/s [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestViewCustomization.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o 35: Malloc/N:268435456/manual_time 6508 us 1094 us 700 153.665/s [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o 35: Malloc/N:4294967296/manual_time 121802 us 5780 us 10 8.21005/s [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o 35: MallocFree/N:1/manual_time 19.0 us 19.2 us 36228 52.5486k/s 35: MallocFree/N:16/manual_time 16.8 us 16.9 us 39297 59.5738k/s 35: MallocFree/N:256/manual_time 18.2 us 18.3 us 41751 54.8595k/s 35: MallocFree/N:4096/manual_time 19.2 us 19.3 us 36527 52.202k/s [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o 35: MallocFree/N:65536/manual_time 19.1 us 19.2 us 36556 52.4078k/s 35: MallocFree/N:1048576/manual_time 18.9 us 19.0 us 36971 52.8638k/s 35: MallocFree/N:16777216/manual_time 572 us 572 us 1185 1.74754k/s [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o 35: MallocFree/N:268435456/manual_time 6768 us 1083 us 551 147.758/s 35: MallocFree/N:4294967296/manual_time 115945 us 5281 us 9 8.62479/s [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o 35: MallocTouch/N:1/manual_time 8.15 us 17.8 us 84886 122.725k/s [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o 35: MallocTouch/N:16/manual_time 8.84 us 19.1 us 86747 113.1k/s [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o 35: MallocTouch/N:256/manual_time 9.12 us 19.7 us 76803 109.679k/s 35: MallocTouch/N:4096/manual_time 19.2 us 31.4 us 36363 52.126k/s [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o 35: MallocTouch/N:65536/manual_time 19.3 us 31.5 us 36200 51.7297k/s 35: MallocTouch/N:1048576/manual_time 21.7 us 33.8 us 32172 46.0123k/s [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o 35: MallocTouch/N:16777216/manual_time 551 us 645 us 911 1.81409k/s [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 22%] Linking CXX executable Kokkos_ProfilingAllCalls [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o 35: MallocTouch/N:268435456/manual_time 6505 us 1131 us 698 153.724/s 35: MallocTouch/N:4294967296/manual_time 135631 us 7287 us 9 7.37293/s [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o 35: MallocTouchFree/N:1/manual_time 19.4 us 19.5 us 35761 51.6776k/s 35: MallocTouchFree/N:16/manual_time 19.2 us 19.3 us 36521 52.1975k/s [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 22%] Built target Kokkos_ProfilingAllCalls 35: MallocTouchFree/N:256/manual_time 20.9 us 21.0 us 36541 47.8394k/s [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o 35: MallocTouchFree/N:4096/manual_time 34.2 us 34.3 us 20495 29.276k/s [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o 35: MallocTouchFree/N:65536/manual_time 34.4 us 34.6 us 20365 29.0823k/s 35: MallocTouchFree/N:1048576/manual_time 35.9 us 36.0 us 19044 27.831k/s [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o 35: MallocTouchFree/N:16777216/manual_time 599 us 599 us 1142 1.6705k/s [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 16%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o 35: MallocTouchFree/N:268435456/manual_time 6770 us 1131 us 551 147.716/s [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o 35: MallocTouchFree/N:4294967296/manual_time 115254 us 6823 us 9 8.67646/s 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: Benchmark Time CPU Iterations FOM: GB/s MB 35: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 35: ViewAllocate_Rank1/N:10/manual_time 0.017 s 0.002 s 34 46.9721/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o 35: ViewAllocate_Rank1/N:10/manual_time 0.019 s 0.003 s 36 41.1054/s 800 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o 35: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.003 s 36 41.1321/s 800 35: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 36 41.1274/s 800 35: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 36 41.1253/s 800 35: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.003 s 36 41.1262/s 800 35: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 36 41.0678/s 800 35: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 36 41.0764/s 800 35: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 36 41.0718/s 800 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o 35: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.003 s 36 41.0588/s 800 35: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 36 41.1795/s 800 35: ViewAllocate_Rank6/N:10/manual_time 0.020 s 0.003 s 36 41.0032/s 800 35: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 36 41.0604/s 800 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o 35: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 36 41.0704/s 800 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o 35: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 36 41.1199/s 800 35: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.003 s 36 41.1827/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 16%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 16%] Built target Kokkos_CoreTestCompileOnly [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_Timer.cpp.o 35: ViewDeepCopy_Rank1/N:10/manual_time 0.033 s 0.033 s 21 48.9744/s 1.6k 35: ViewDeepCopy_Rank1/N:10/manual_time 0.032 s 0.032 s 22 50.037/s 1.6k [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o 35: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 356 827.795/s 1.6k 35: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 353 827.657/s 1.6k 35: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 353 827.417/s 1.6k [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o 35: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.003 s 0.003 s 229 265.426/s 800 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o 35: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.041 s 0.041 s 17 19.3257/s 800 35: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 360 828.418/s 1.6k 35: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 353 827.402/s 1.6k [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o 35: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 353 827.716/s 1.6k 35: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 353 827.337/s 1.6k 35: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 151 343.874/s 1.6k 35: ViewDeepCopy_Rank3/N:10/manual_time 0.008 s 0.008 s 92 213.187/s 1.6k [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o 35: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 353 827.371/s 1.6k 35: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 205 468.574/s 1.6k 35: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 239 550.134/s 1.6k [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o 35: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 353 827.763/s 1.6k 35: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 353 827.419/s 1.6k 35: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 352 827.639/s 1.6k 35: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 353 827.341/s 1.6k 35: ViewDeepCopy_Rank4/N:10/manual_time 0.008 s 0.008 s 90 208.783/s 1.6k [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o 35: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 88 203.984/s 1.6k [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o 35: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 217 499.344/s 1.6k 35: ViewDeepCopy_Rank5/N:10/manual_time 0.005 s 0.005 s 151 344.701/s 1.6k 35: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 353 826.922/s 1.6k 35: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 353 826.633/s 1.6k 35: ViewDeepCopy_Rank6/N:10/manual_time 0.008 s 0.008 s 86 198.332/s 1.6k 35: ViewDeepCopy_Rank6/N:10/manual_time 0.006 s 0.006 s 114 261.725/s 1.6k [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o 35: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 353 826.432/s 1.6k 35: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 353 826.741/s 1.6k 35: ViewDeepCopy_Rank7/N:10/manual_time 0.007 s 0.007 s 95 219.334/s 1.6k [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o 35: ViewDeepCopy_Rank7/N:10/manual_time 0.006 s 0.006 s 114 263.844/s 1.6k 35: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 353 826.157/s 1.6k [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o 35: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 353 826.723/s 1.6k [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o 35: ViewDeepCopy_Rank8/N:10/manual_time 0.008 s 0.008 s 89 206.906/s 1.6k 35: ViewDeepCopy_Rank8/N:10/manual_time 0.005 s 0.005 s 128 297.463/s 1.6k 35: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 349 811.018/s 1.6k [ 23%] Linking CXX executable Kokkos_ToolsInitialization 35: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 349 810.872/s 1.6k [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o 35: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 349 811.046/s 1.6k [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o 35: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 349 810.754/s 1.6k 35: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 776 912.757/s 800 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o 35: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 799 913.816/s 800 35: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 790 913.142/s 800 [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o 35: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 799 913.903/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o 35: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 790 913.126/s 800 35: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 783 913.209/s 800 [ 23%] Built target Kokkos_ToolsInitialization 35: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 783 912.909/s 800 35: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 783 913.159/s 800 [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o 35: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 348 202.212/s 400 35: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 776 913.016/s 800 35: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 783 913.422/s 800 35: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 783 913.474/s 800 35: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 783 913.442/s 800 [ 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_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o 35: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 783 913.5/s 800 35: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 783 913.541/s 800 35: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 783 913.593/s 800 35: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 783 913.503/s 800 35: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 783 913.593/s 800 35: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 783 913.353/s 800 35: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 788 918.971/s 800 35: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 788 918.956/s 800 35: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.73154k/s 1.6k 35: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.73205k/s 1.6k [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o 35: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.64237k/s 1.6k 35: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.64202k/s 1.6k 35: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.57125k/s 1.6k 35: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.97857k/s 1.6k 35: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.04522k/s 1.6k 35: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.04816k/s 1.6k 35: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.17525k/s 1.6k 35: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.24935k/s 1.6k 35: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.94292k/s 1.6k 35: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.57157k/s 1.6k 35: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.11587k/s 1.6k 35: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.83316k/s 1.6k 35: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.21308k/s 1.6k 35: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.27616k/s 1.6k 35: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 381.383/s 1.6k 35: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 418.324/s 1.6k 35: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 383.396/s 1.6k [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o 35: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 415.73/s 1.6k 35: ViewResize_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 386.1/s 1.6k 35: ViewResize_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 418.481/s 1.6k 35: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 433.026/s 1.6k 35: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 408.399/s 1.6k 35: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 422.149/s 1.6k [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o 35: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 381.071/s 1.6k 35: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 463.031/s 1.6k 35: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 393.379/s 1.6k 35: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 3.21694M/s 688.748 35: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 2.98159M/s 688.748 35: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 2.75499M/s 688.748 35: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 3.29702M/s 688.748 35: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.025 s 0.004 s 10 63.9359/s 1.6k 35: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.034 s 0.004 s 10 46.9865/s 1.6k 35/65 Test #35: Kokkos_PerformanceTest_Benchmark ........................... Passed 140.03 sec test 36 Start 36: Kokkos_Benchmark_Atomic_MinMax 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T15-26-42.json" 36: Test timeout computed to be: 1500 36: 36: Available devices: 36: 2025-09-23T16:13:44+00:00 36: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 36: Run on (15 X 3250 MHz CPU s) 36: CPU Caches: 36: L1 Data 64 KiB (x15) 36: L1 Instruction 64 KiB (x15) 36: L2 Unified 512 KiB (x15) 36: L3 Unified 16384 KiB (x15) 36: Load Average: 1.89, 4.22, 6.62 36: Address Bits: 64 36: CPU architecture: none 36: Default Device: SYCL 36: Driver Version: CUDA 12.9 36: Error Correction Support: 1 36: GIT_BRANCH: HEAD 36: GIT_CLEAN_STATUS: CLEAN 36: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 36: GIT_COMMIT_DESCRIPTION: Update desul hash 36: GIT_COMMIT_HASH: 79cbad54b 36: GPU architecture: AMPERE80 36: Global Cache Mem Line Size: 128 36: Global Mem Cache Size: 25165824 36: Global Mem Size: 25339101184 36: Image Max Buffer Size: 32768 36: Image2d Max Height: 65536 36: Image2d Max Width: 131072 36: Image3d Max Depth: 16384 36: Image3d Max Height: 16384 36: Image3d Max Width: 16384 36: Is Accelerator: 0 36: Is Available: 1 36: Is CPU: 0 36: Is GPU: 1 36: KOKKOS_COMPILER_INTEL_LLVM: 20250004 36: KOKKOS_ENABLE_ASM: yes 36: KOKKOS_ENABLE_CXX20: yes 36: KOKKOS_ENABLE_CXX23: no 36: KOKKOS_ENABLE_CXX26: no 36: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 36: KOKKOS_ENABLE_HWLOC: no 36: KOKKOS_ENABLE_LIBDL: yes 36: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 36: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 36: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 36: KOKKOS_ENABLE_SERIAL: yes 36: Kokkos Version: 4.7.99 36: Local Mem Size: 166912 36: Max Compute Units: 56 36: Max Mem Alloc Size: 25339101184 36: Max Parameter Size: 4000 36: Max Read Image Args: 128 36: Max Samplers: 128 36: Max Work Group Size: 1024 36: Max Work Item Dimensions: 3 36: Mem Base Addr Align: 4096 36: Name: NVIDIA A30 36: Native Vector Width Char: 1 36: Native Vector Width Double: 1 36: Native Vector Width Float: 1 36: Native Vector Width Half: 0 36: Native Vector Width Int: 1 36: Native Vector Width Long: 1 36: Native Vector Width Short: 1 36: Partition Max Sub Devices: 0 36: Preferred Vector Width Char: 1 36: Preferred Vector Width Double: 1 36: Preferred Vector Width Float: 1 36: Preferred Vector Width Half: 0 36: Preferred Vector Width Int: 1 36: Preferred Vector Width Long: 1 36: Preferred Vector Width Short: 1 36: Profiling Timer Resolution: 1000 36: Reference Count: 1 36: Vendor: NVIDIA Corporation 36: Vendor Id: 4318 36: Version: 8.0 36: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 36: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 36: macro KOKKOS_ENABLE_ONEDPL: defined 36: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 36: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 36: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 36: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 36: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 36: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 36: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 36: mdspan: enabled 36: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 36: platform: 64bit 36: ---------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations 36: ---------------------------------------------------------------------------------------------------------------------------------------- 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 36/65 Test #36: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.45 sec test 37 Start 37: Kokkos_PerformanceTest_ViewFirstTouch 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T15-26-42.json" 37: Test timeout computed to be: 1500 37: 37: Available devices: 37: 2025-09-23T16:13:44+00:00 37: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 37: Run on (15 X 3250 MHz CPU s) 37: CPU Caches: 37: L1 Data 64 KiB (x15) 37: L1 Instruction 64 KiB (x15) 37: L2 Unified 512 KiB (x15) 37: L3 Unified 16384 KiB (x15) 37: Load Average: 1.89, 4.22, 6.62 37: Address Bits: 64 37: CPU architecture: none 37: Default Device: SYCL 37: Driver Version: CUDA 12.9 37: Error Correction Support: 1 37: GIT_BRANCH: HEAD 37: GIT_CLEAN_STATUS: CLEAN 37: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 37: GIT_COMMIT_DESCRIPTION: Update desul hash 37: GIT_COMMIT_HASH: 79cbad54b 37: GPU architecture: AMPERE80 37: Global Cache Mem Line Size: 128 37: Global Mem Cache Size: 25165824 37: Global Mem Size: 25339101184 37: Image Max Buffer Size: 32768 37: Image2d Max Height: 65536 37: Image2d Max Width: 131072 37: Image3d Max Depth: 16384 37: Image3d Max Height: 16384 37: Image3d Max Width: 16384 37: Is Accelerator: 0 37: Is Available: 1 37: Is CPU: 0 37: Is GPU: 1 37: KOKKOS_COMPILER_INTEL_LLVM: 20250004 37: KOKKOS_ENABLE_ASM: yes 37: KOKKOS_ENABLE_CXX20: yes 37: KOKKOS_ENABLE_CXX23: no 37: KOKKOS_ENABLE_CXX26: no 37: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 37: KOKKOS_ENABLE_HWLOC: no 37: KOKKOS_ENABLE_LIBDL: yes 37: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 37: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 37: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 37: KOKKOS_ENABLE_SERIAL: yes 37: Kokkos Version: 4.7.99 37: Local Mem Size: 166912 37: Max Compute Units: 56 37: Max Mem Alloc Size: 25339101184 37: Max Parameter Size: 4000 37: Max Read Image Args: 128 37: Max Samplers: 128 37: Max Work Group Size: 1024 37: Max Work Item Dimensions: 3 37: Mem Base Addr Align: 4096 37: Name: NVIDIA A30 37: Native Vector Width Char: 1 37: Native Vector Width Double: 1 37: Native Vector Width Float: 1 37: Native Vector Width Half: 0 37: Native Vector Width Int: 1 37: Native Vector Width Long: 1 37: Native Vector Width Short: 1 37: Partition Max Sub Devices: 0 37: Preferred Vector Width Char: 1 37: Preferred Vector Width Double: 1 37: Preferred Vector Width Float: 1 37: Preferred Vector Width Half: 0 37: Preferred Vector Width Int: 1 37: Preferred Vector Width Long: 1 37: Preferred Vector Width Short: 1 37: Profiling Timer Resolution: 1000 37: Reference Count: 1 37: Vendor: NVIDIA Corporation 37: Vendor Id: 4318 37: Version: 8.0 37: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 37: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 37: macro KOKKOS_ENABLE_ONEDPL: defined 37: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 37: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 37: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 37: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 37: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 37: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 37: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 37: mdspan: enabled 37: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 37: platform: 64bit [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o 37: ------------------------------------------------------------------------------------------------------------------------------------ 37: Benchmark Time CPU Iterations FOM: GB/s MB 37: ------------------------------------------------------------------------------------------------------------------------------------ 37: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 8930 6.54788m/s 512u [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o 37: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 8880 0.0522463/s 4.096m 37: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 8639 0.404104/s 0.032768 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o 37: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 8625 3.21778/s 0.262144 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o 37: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 5153 15.4314/s 2.09715 37: ViewFirstTouch_Initialize/N:2097152/manual_time 0.001 s 0.001 s 1348 32.3723/s 16.7772 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o 37: ViewFirstTouch_Initialize/N:16777216/manual_time 0.003 s 0.001 s 786 48.0677/s 134.218 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 33%] Built target Kokkos_CoreUnitTest_Serial2 [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o 37: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 41891 0.0608419/s 1024u [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o 37: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 40962 0.479643/s 8.192m [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o 37: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 40169 3.77002/s 0.065536 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o 37: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 37917 28.4283/s 0.524288 [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 34%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 34%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 34%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o 37: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 33735 201.972/s 4.1943 [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 35%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 35%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 35%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o 37: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.001 s 15683 776.42/s 33.5544 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 35%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o 37: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.000 s 0.001 s 1918 729.326/s 268.435 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o 37: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 97985 0.143932/s 1024u 37: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 94521 1.10543/s 8.192m 37: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 81861 7.69009/s 0.065536 37: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 81541 56.1084/s 0.524288 37: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 56467 371.353/s 4.1943 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o 37: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 26155 1.25585k/s 33.5544 [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 36%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 37: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 4493 1.73339k/s 268.435 [ 36%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o 37: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 57152 0.0832334/s 1024u [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o 37: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 56059 0.655889/s 8.192m 37: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 51857 4.85435/s 0.065536 37: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 43468 32.4835/s 0.524288 37: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 40545 242.401/s 4.1943 37: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 21809 1045.17/s 33.5544 [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o 37: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 4398 1.68652k/s 268.435 37/65 Test #37: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 92.12 sec test 38 Start 38: Kokkos_PerformanceTest_Mempool 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T15-26-42.json" 38: Test timeout computed to be: 1500 38: 38: Available devices: 38: 2025-09-23T16:15:16+00:00 38: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 38: Run on (15 X 3250 MHz CPU s) 38: CPU Caches: 38: L1 Data 64 KiB (x15) 38: L1 Instruction 64 KiB (x15) 38: L2 Unified 512 KiB (x15) 38: L3 Unified 16384 KiB (x15) 38: Load Average: 1.91, 3.62, 6.18 38: Address Bits: 64 38: CPU architecture: none 38: Default Device: SYCL 38: Driver Version: CUDA 12.9 38: Error Correction Support: 1 38: GIT_BRANCH: HEAD 38: GIT_CLEAN_STATUS: CLEAN 38: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 38: GIT_COMMIT_DESCRIPTION: Update desul hash 38: GIT_COMMIT_HASH: 79cbad54b 38: GPU architecture: AMPERE80 38: Global Cache Mem Line Size: 128 38: Global Mem Cache Size: 25165824 38: Global Mem Size: 25339101184 38: Image Max Buffer Size: 32768 38: Image2d Max Height: 65536 38: Image2d Max Width: 131072 38: Image3d Max Depth: 16384 38: Image3d Max Height: 16384 38: Image3d Max Width: 16384 38: Is Accelerator: 0 38: Is Available: 1 38: Is CPU: 0 38: Is GPU: 1 38: KOKKOS_COMPILER_INTEL_LLVM: 20250004 38: KOKKOS_ENABLE_ASM: yes 38: KOKKOS_ENABLE_CXX20: yes 38: KOKKOS_ENABLE_CXX23: no 38: KOKKOS_ENABLE_CXX26: no 38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 38: KOKKOS_ENABLE_HWLOC: no 38: KOKKOS_ENABLE_LIBDL: yes 38: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 38: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 38: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 38: KOKKOS_ENABLE_SERIAL: yes 38: Kokkos Version: 4.7.99 38: Local Mem Size: 166912 38: Max Compute Units: 56 38: Max Mem Alloc Size: 25339101184 38: Max Parameter Size: 4000 38: Max Read Image Args: 128 38: Max Samplers: 128 38: Max Work Group Size: 1024 38: Max Work Item Dimensions: 3 38: Mem Base Addr Align: 4096 38: Name: NVIDIA A30 38: Native Vector Width Char: 1 38: Native Vector Width Double: 1 38: Native Vector Width Float: 1 38: Native Vector Width Half: 0 38: Native Vector Width Int: 1 38: Native Vector Width Long: 1 38: Native Vector Width Short: 1 38: Partition Max Sub Devices: 0 38: Preferred Vector Width Char: 1 38: Preferred Vector Width Double: 1 38: Preferred Vector Width Float: 1 38: Preferred Vector Width Half: 0 38: Preferred Vector Width Int: 1 38: Preferred Vector Width Long: 1 38: Preferred Vector Width Short: 1 38: Profiling Timer Resolution: 1000 38: Reference Count: 1 38: Vendor: NVIDIA Corporation 38: Vendor Id: 4318 38: Version: 8.0 38: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 38: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 38: macro KOKKOS_ENABLE_ONEDPL: defined 38: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 38: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 38: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 38: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 38: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 38: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 38: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 38: mdspan: enabled 38: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 38: platform: 64bit 38: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations FOM: fill ops per second 38: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2301 18.2725M/s [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o 38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Benchmark Time CPU Iterations FOM: cycle ops per second 38: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 3435 54.5146M/s 38/65 Test #38: Kokkos_PerformanceTest_Mempool ............................. Passed 2.63 sec test 39 Start 39: Kokkos_PerformanceTest_Atomic 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T15-26-42.json" 39: Test timeout computed to be: 1500 39: 39: Available devices: 39: 2025-09-23T16:15:19+00:00 39: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 39: Run on (15 X 3250 MHz CPU s) 39: CPU Caches: 39: L1 Data 64 KiB (x15) 39: L1 Instruction 64 KiB (x15) 39: L2 Unified 512 KiB (x15) 39: L3 Unified 16384 KiB (x15) 39: Load Average: 1.92, 3.59, 6.16 39: Address Bits: 64 39: CPU architecture: none 39: Default Device: SYCL 39: Driver Version: CUDA 12.9 39: Error Correction Support: 1 39: GIT_BRANCH: HEAD 39: GIT_CLEAN_STATUS: CLEAN 39: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 39: GIT_COMMIT_DESCRIPTION: Update desul hash 39: GIT_COMMIT_HASH: 79cbad54b 39: GPU architecture: AMPERE80 39: Global Cache Mem Line Size: 128 39: Global Mem Cache Size: 25165824 39: Global Mem Size: 25339101184 39: Image Max Buffer Size: 32768 39: Image2d Max Height: 65536 39: Image2d Max Width: 131072 39: Image3d Max Depth: 16384 39: Image3d Max Height: 16384 39: Image3d Max Width: 16384 39: Is Accelerator: 0 39: Is Available: 1 39: Is CPU: 0 39: Is GPU: 1 39: KOKKOS_COMPILER_INTEL_LLVM: 20250004 39: KOKKOS_ENABLE_ASM: yes 39: KOKKOS_ENABLE_CXX20: yes 39: KOKKOS_ENABLE_CXX23: no 39: KOKKOS_ENABLE_CXX26: no 39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 39: KOKKOS_ENABLE_HWLOC: no 39: KOKKOS_ENABLE_LIBDL: yes 39: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 39: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 39: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 39: KOKKOS_ENABLE_SERIAL: yes 39: Kokkos Version: 4.7.99 39: Local Mem Size: 166912 39: Max Compute Units: 56 39: Max Mem Alloc Size: 25339101184 39: Max Parameter Size: 4000 39: Max Read Image Args: 128 39: Max Samplers: 128 39: Max Work Group Size: 1024 39: Max Work Item Dimensions: 3 39: Mem Base Addr Align: 4096 39: Name: NVIDIA A30 39: Native Vector Width Char: 1 39: Native Vector Width Double: 1 39: Native Vector Width Float: 1 39: Native Vector Width Half: 0 39: Native Vector Width Int: 1 39: Native Vector Width Long: 1 39: Native Vector Width Short: 1 39: Partition Max Sub Devices: 0 39: Preferred Vector Width Char: 1 39: Preferred Vector Width Double: 1 39: Preferred Vector Width Float: 1 39: Preferred Vector Width Half: 0 39: Preferred Vector Width Int: 1 39: Preferred Vector Width Long: 1 39: Preferred Vector Width Short: 1 39: Profiling Timer Resolution: 1000 39: Reference Count: 1 39: Vendor: NVIDIA Corporation 39: Vendor Id: 4318 39: Version: 8.0 39: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 39: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 39: macro KOKKOS_ENABLE_ONEDPL: defined 39: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 39: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 39: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 39: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 39: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 39: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 39: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 39: mdspan: enabled 39: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 39: platform: 64bit [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o 39: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 39: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Test_Atomic/30000/iterations:10 0.215 s 0.215 s 10 1 4 9.34013m 8.75113m 54.6667u 449.985M 164.48k 449.985M [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o [ 25%] Built target Kokkos_CoreUnitTest_KokkosP [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 37%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 37%] Built target Kokkos_CoreUnitTest_Develop [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 38%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o 39: Test_Atomic/100000/iterations:10 1.60 s 1.60 s 10 1 8 4.18476m 2.38473m 105.41u 4.99995G 549.488k 4.99995G [ 38%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_TuningBasics [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 38%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o 39: Test_Atomic/100000/iterations:10 1.60 s 1.60 s 10 1 8 4.00936m 2.27913m 99.7u 4.99995G 398.272k 4.99995G [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o 39: Test_Atomic/100000/iterations:10 1.80 s 1.80 s 10 1 4 3.20756m 2.49513m 55.1u 704.983M 817.408k 704.983M [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_Timer.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o 39: Test_Atomic/100000/iterations:10 1.60 s 1.60 s 10 1 8 4.25887m 2.60244m 105.2u 4.99995G 849.44k 4.99995G [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 39%] 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_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o 39: Test_Atomic/100000/iterations:10 1.60 s 1.60 s 10 1 8 4.49526m 2.65854m 99.1u 4.99995G 1.29958M 4.99995G [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 26%] Linking CXX executable Kokkos_StackTraceTestExec [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 26%] Built target Kokkos_StackTraceTestExec [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o 39: Test_Atomic/100000/iterations:10 1.80 s 1.80 s 10 0 4 5.48338m 2.70573m 789.91u 4.99967G 964.224k 4.99989G [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 42%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o 39: Test_Atomic/100000/iterations:10 1.60 s 1.60 s 10 1 8 5.51219m 2.81804m 789.91u 4.99995G 967.92k 4.99995G 39/65 Test #39: Kokkos_PerformanceTest_Atomic .............................. Passed 118.54 sec test 40 Start 40: Kokkos_PerformanceTest_Reduction 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T15-26-42.json" 40: Test timeout computed to be: 1500 40: 40: Available devices: 40: 2025-09-23T16:17:18+00:00 40: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 40: Run on (15 X 3250 MHz CPU s) 40: CPU Caches: 40: L1 Data 64 KiB (x15) 40: L1 Instruction 64 KiB (x15) 40: L2 Unified 512 KiB (x15) 40: L3 Unified 16384 KiB (x15) 40: Load Average: 1.99, 3.06, 5.65 40: Address Bits: 64 40: CPU architecture: none 40: Default Device: SYCL 40: Driver Version: CUDA 12.9 40: Error Correction Support: 1 40: GIT_BRANCH: HEAD 40: GIT_CLEAN_STATUS: CLEAN 40: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 40: GIT_COMMIT_DESCRIPTION: Update desul hash 40: GIT_COMMIT_HASH: 79cbad54b 40: GPU architecture: AMPERE80 40: Global Cache Mem Line Size: 128 40: Global Mem Cache Size: 25165824 40: Global Mem Size: 25339101184 40: Image Max Buffer Size: 32768 40: Image2d Max Height: 65536 40: Image2d Max Width: 131072 40: Image3d Max Depth: 16384 40: Image3d Max Height: 16384 40: Image3d Max Width: 16384 40: Is Accelerator: 0 40: Is Available: 1 40: Is CPU: 0 40: Is GPU: 1 40: KOKKOS_COMPILER_INTEL_LLVM: 20250004 40: KOKKOS_ENABLE_ASM: yes 40: KOKKOS_ENABLE_CXX20: yes 40: KOKKOS_ENABLE_CXX23: no 40: KOKKOS_ENABLE_CXX26: no 40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 40: KOKKOS_ENABLE_HWLOC: no 40: KOKKOS_ENABLE_LIBDL: yes 40: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 40: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 40: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 40: KOKKOS_ENABLE_SERIAL: yes 40: Kokkos Version: 4.7.99 40: Local Mem Size: 166912 40: Max Compute Units: 56 40: Max Mem Alloc Size: 25339101184 40: Max Parameter Size: 4000 40: Max Read Image Args: 128 40: Max Samplers: 128 40: Max Work Group Size: 1024 40: Max Work Item Dimensions: 3 40: Mem Base Addr Align: 4096 40: Name: NVIDIA A30 40: Native Vector Width Char: 1 40: Native Vector Width Double: 1 40: Native Vector Width Float: 1 40: Native Vector Width Half: 0 40: Native Vector Width Int: 1 40: Native Vector Width Long: 1 40: Native Vector Width Short: 1 40: Partition Max Sub Devices: 0 40: Preferred Vector Width Char: 1 40: Preferred Vector Width Double: 1 40: Preferred Vector Width Float: 1 40: Preferred Vector Width Half: 0 40: Preferred Vector Width Int: 1 40: Preferred Vector Width Long: 1 40: Preferred Vector Width Short: 1 40: Profiling Timer Resolution: 1000 40: Reference Count: 1 40: Vendor: NVIDIA Corporation 40: Vendor Id: 4318 40: Version: 8.0 40: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 40: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 40: macro KOKKOS_ENABLE_ONEDPL: defined 40: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 40: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 40: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 40: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 40: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 40: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 40: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 40: mdspan: enabled 40: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 40: platform: 64bit 40: ---------------------------------------------------------------------------------------------------- 40: Benchmark Time CPU Iterations 40: ---------------------------------------------------------------------------------------------------- 40: ReductionCheapScalarResult/10000/iterations:10 20.5 us 20.2 us 10 40: ReductionCheapScalarResult/100000/iterations:10 21.3 us 21.2 us 10 40: ReductionCheapScalarResult/1000000/iterations:10 26.2 us 26.1 us 10 40: ReductionCheapScalarResult/10000000/iterations:10 132 us 132 us 10 40: ReductionCheapHostResult/10000/iterations:10 18.3 us 18.2 us 10 40: ReductionCheapHostResult/100000/iterations:10 21.5 us 21.5 us 10 40: ReductionCheapHostResult/1000000/iterations:10 26.5 us 26.4 us 10 40: ReductionCheapHostResult/10000000/iterations:10 133 us 133 us 10 40: ReductionCheapDeviceResult/10000/iterations:10 17.8 us 17.7 us 10 40: ReductionCheapDeviceResult/100000/iterations:10 20.9 us 20.9 us 10 40: ReductionCheapDeviceResult/1000000/iterations:10 25.7 us 25.6 us 10 40: ReductionCheapDeviceResult/10000000/iterations:10 132 us 132 us 10 40: ReductionExpensive/10000/iterations:10 160 us 160 us 10 40: ReductionExpensive/100000/iterations:10 286 us 286 us 10 40: ReductionExpensive/1000000/iterations:10 4239 us 4239 us 10 40: ReductionExpensive/10000000/iterations:10 34043 us 34041 us 10 40/65 Test #40: Kokkos_PerformanceTest_Reduction ........................... Passed 0.74 sec test 41 Start 41: Kokkos_ContainersUnitTest_Serial 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 41: Test timeout computed to be: 1500 41: [==========] Running 73 tests from 2 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from serial_DeathTest 41: [ RUN ] serial_DeathTest.dualview_external_view_construction 41: [ OK ] serial_DeathTest.dualview_external_view_construction (449 ms) 41: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o 41: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (5794 ms) 41: [----------] 2 tests from serial_DeathTest (6244 ms total) 41: 41: [----------] 71 tests from serial 41: [ RUN ] serial.bitset 41: [ OK ] serial.bitset (684 ms) 41: [ RUN ] serial.bitset_default_constructor_no_alloc 41: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 41: [ RUN ] serial.dualview_combination 41: [ OK ] serial.dualview_combination (0 ms) 41: [ RUN ] serial.dualview_alloc 41: [ OK ] serial.dualview_alloc (0 ms) 41: [ RUN ] serial.test_dualview_copy_construction_and_assignment 41: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 41: [ RUN ] serial.dualview_combinations_without_init 41: [ OK ] serial.dualview_combinations_without_init (0 ms) 41: [ RUN ] serial.dualview_deep_copy 41: [ OK ] serial.dualview_deep_copy (0 ms) 41: [ RUN ] serial.dualview_sync_should_fence 41: [ OK ] serial.dualview_sync_should_fence (0 ms) 41: [ RUN ] serial.dualview_realloc 41: [ OK ] serial.dualview_realloc (0 ms) 41: [ RUN ] serial.dualview_resize 41: [ OK ] serial.dualview_resize (0 ms) 41: [ RUN ] serial.dualview_device_correct_kokkos_device 41: [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) 41: [ RUN ] serial.dualview_host_correct_kokkos_device 41: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_sync 41: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 41: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 41: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_sync 41: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 41: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 41: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 41: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 41: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 41: [ RUN ] serial.dualview_template_views_return_correct_views_from_const_dual_view 41: [ OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 41: [ RUN ] serial.dualview_sequential_host_init 41: [ OK ] serial.dualview_sequential_host_init (0 ms) 41: [ RUN ] serial.dualview_default_constructed 41: [ OK ] serial.dualview_default_constructed (0 ms) 41: [ RUN ] serial.dualview_resize_single_device 41: [ OK ] serial.dualview_resize_single_device (0 ms) 41: [ RUN ] serial.dynamic_view 41: [ OK ] serial.dynamic_view (6 ms) 41: [ RUN ] serial.dyn_rank_view_api_generic 41: [ OK ] serial.dyn_rank_view_api_generic (6 ms) 41: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 41: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 41: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 41: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 41: skipping since not default execution space 41: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 41: [ RUN ] serial.dyn_rank_view_api_operator_rank67 41: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 41: [ RUN ] serial.dyn_rank_view_ctor_from_members 41: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 41: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 41: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 41: [ RUN ] serial.dyn_rank_view_layout_member 41: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 41: [ RUN ] serial.dyn_rank_view_team_scratch 41: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 41: [ RUN ] serial.view_customization_extra_int_arg 41: [ OK ] serial.view_customization_extra_int_arg (0 ms) 41: [ RUN ] serial.ErrorReporterViaLambda 41: [ OK ] serial.ErrorReporterViaLambda (0 ms) 41: [ RUN ] serial.ErrorReporter 41: [ OK ] serial.ErrorReporter (0 ms) 41: [ RUN ] serial.offsetview_construction 41: [ OK ] serial.offsetview_construction (8 ms) 41: [ RUN ] serial.offsetview_unmanaged_construction 41: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 41: [ RUN ] serial.offsetview_subview 41: [ OK ] serial.offsetview_subview (3 ms) 41: [ RUN ] serial.offsetview_offsets_rank1 41: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank2 41: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 41: [ RUN ] serial.offsetview_offsets_rank3 41: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 41: [ RUN ] serial.scatterview [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o 41: [ OK ] serial.scatterview (730 ms) 41: [ RUN ] serial.scatterview_devicetype 41: [ OK ] serial.scatterview_devicetype (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_dualview 41: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_dualview 41: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 41: [ RUN ] serial.resize_exec_space_dualview 41: [ OK ] serial.resize_exec_space_dualview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dualview 41: [ OK ] serial.realloc_exec_space_dualview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_dynrankview 41: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 41: [ RUN ] serial.resize_exec_space_dynrankview 41: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.realloc_exec_space_dynrankview 41: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 41: [ RUN ] serial.resize_realloc_no_init_scatterview 41: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 41: [ RUN ] serial.resize_realloc_no_alloc_scatterview 41: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 41: [ RUN ] serial.resize_exec_space_scatterview 41: [ OK ] serial.resize_exec_space_scatterview (0 ms) 41: [ RUN ] serial.realloc_exec_space_scatterview 41: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview 41: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 41: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 41: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview 41: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 41: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_offsetview 41: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview 41: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 41: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 41: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 41: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 41: [ RUN ] serial.UnorderedMap_insert [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o 41: [ OK ] serial.UnorderedMap_insert (6222 ms) 41: [ RUN ] serial.UnorderedMap_failed_insert [ 42%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 42%] Built target Kokkos_CoreUnitTest_KokkosP [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o 41: [ OK ] serial.UnorderedMap_failed_insert (2464 ms) 41: [ RUN ] serial.UnorderedMap_deep_copy 41: [ OK ] serial.UnorderedMap_deep_copy (2 ms) 41: [ RUN ] serial.UnorderedMap_valid_empty 41: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 41: [ RUN ] serial.UnorderedMap_clear_zero_size 41: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 41: [ RUN ] serial.UnorderedMap_consistent_size 41: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 41: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 41: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 41: [ RUN ] serial.UnorderedMap_lambda_capturable 41: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 41: [ RUN ] serial.UnorderedMap_constructor_view_alloc 41: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 41: [ RUN ] serial.UnorderedMap_View_as_value 41: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 41: [----------] 71 tests from serial (10137 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 73 tests from 2 test suites ran. (16382 ms total) 41: [ PASSED ] 72 tests. 41: [ SKIPPED ] 1 test, listed below: 41: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 41/65 Test #41: Kokkos_ContainersUnitTest_Serial ........................... Passed 16.76 sec test 42 Start 42: Kokkos_ContainersUnitTest_SYCL 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL 42: Test timeout computed to be: 1500 42: [==========] Running 73 tests from 2 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from sycl_DeathTest 42: [ RUN ] sycl_DeathTest.dualview_external_view_construction 42: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDualView.hpp:586: Skipped 42: test only relevant if DualView uses one allocation 42: [ SKIPPED ] sycl_DeathTest.dualview_external_view_construction (0 ms) 42: [ RUN ] sycl_DeathTest.offsetview_unmanaged_construction [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o 42: [ OK ] sycl_DeathTest.offsetview_unmanaged_construction (6466 ms) 42: [----------] 2 tests from sycl_DeathTest (6466 ms total) 42: 42: [----------] 71 tests from sycl 42: [ RUN ] sycl.bitset 42: [ OK ] sycl.bitset (28 ms) 42: [ RUN ] sycl.bitset_default_constructor_no_alloc 42: [ OK ] sycl.bitset_default_constructor_no_alloc (0 ms) 42: [ RUN ] sycl.dualview_combination 42: [ OK ] sycl.dualview_combination (0 ms) 42: [ RUN ] sycl.dualview_alloc 42: [ OK ] sycl.dualview_alloc (0 ms) 42: [ RUN ] sycl.test_dualview_copy_construction_and_assignment 42: [ OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms) 42: [ RUN ] sycl.dualview_combinations_without_init 42: [ OK ] sycl.dualview_combinations_without_init (0 ms) 42: [ RUN ] sycl.dualview_deep_copy 42: [ OK ] sycl.dualview_deep_copy (1 ms) 42: [ RUN ] sycl.dualview_sync_should_fence 42: [ OK ] sycl.dualview_sync_should_fence (0 ms) 42: [ RUN ] sycl.dualview_realloc 42: [ OK ] sycl.dualview_realloc (0 ms) 42: [ RUN ] sycl.dualview_resize 42: [ OK ] sycl.dualview_resize (1 ms) 42: [ RUN ] sycl.dualview_device_correct_kokkos_device 42: [ OK ] sycl.dualview_device_correct_kokkos_device (0 ms) 42: [ RUN ] sycl.dualview_host_correct_kokkos_device 42: [ OK ] sycl.dualview_host_correct_kokkos_device (0 ms) 42: [ RUN ] sycl.dualview_host_modify_template_device_sync 42: [ OK ] sycl.dualview_host_modify_template_device_sync (0 ms) 42: [ RUN ] sycl.dualview_host_modify_template_device_execspace_sync 42: [ OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms) 42: [ RUN ] sycl.dualview_device_modify_template_host_sync 42: [ OK ] sycl.dualview_device_modify_template_host_sync (0 ms) 42: [ RUN ] sycl.dualview_device_modify_template_host_execspace_sync 42: [ OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms) 42: [ RUN ] sycl.dualview_template_views_return_correct_executionspace_views 42: [ OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms) 42: [ RUN ] sycl.dualview_template_views_return_correct_views_from_const_dual_view 42: [ OK ] sycl.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 42: [ RUN ] sycl.dualview_sequential_host_init 42: [ OK ] sycl.dualview_sequential_host_init (0 ms) 42: [ RUN ] sycl.dualview_default_constructed 42: [ OK ] sycl.dualview_default_constructed (0 ms) 42: [ RUN ] sycl.dualview_resize_single_device 42: [ OK ] sycl.dualview_resize_single_device (0 ms) 42: [ RUN ] sycl.dynamic_view 42: [ OK ] sycl.dynamic_view (15 ms) 42: [ RUN ] sycl.dyn_rank_view_api_generic 42: [ OK ] sycl.dyn_rank_view_api_generic (7 ms) 42: [ RUN ] sycl.dyn_rank_view_api_operator_rank12345 42: [ OK ] sycl.dyn_rank_view_api_operator_rank12345 (1 ms) 42: [ RUN ] sycl.dyn_rank_view_check_fence_resize_realloc 42: [ OK ] sycl.dyn_rank_view_check_fence_resize_realloc (1 ms) 42: [ RUN ] sycl.dyn_rank_view_api_operator_rank67 42: [ OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms) 42: [ RUN ] sycl.dyn_rank_view_ctor_from_members 42: [ OK ] sycl.dyn_rank_view_ctor_from_members (0 ms) 42: [ RUN ] sycl.dyn_rank_view_ctor_from_layout_stride 42: [ OK ] sycl.dyn_rank_view_ctor_from_layout_stride (0 ms) 42: [ RUN ] sycl.dyn_rank_view_layout_member 42: [ OK ] sycl.dyn_rank_view_layout_member (0 ms) 42: [ RUN ] sycl.dyn_rank_view_team_scratch 42: [ OK ] sycl.dyn_rank_view_team_scratch (0 ms) 42: [ RUN ] sycl.view_customization_extra_int_arg 42: [ OK ] sycl.view_customization_extra_int_arg (0 ms) 42: [ RUN ] sycl.ErrorReporterViaLambda 42: [ OK ] sycl.ErrorReporterViaLambda (0 ms) 42: [ RUN ] sycl.ErrorReporter 42: [ OK ] sycl.ErrorReporter (0 ms) 42: [ RUN ] sycl.offsetview_construction 42: [ OK ] sycl.offsetview_construction (5 ms) 42: [ RUN ] sycl.offsetview_unmanaged_construction 42: [ OK ] sycl.offsetview_unmanaged_construction (0 ms) 42: [ RUN ] sycl.offsetview_subview 42: [ OK ] sycl.offsetview_subview (0 ms) 42: [ RUN ] sycl.offsetview_offsets_rank1 42: [ OK ] sycl.offsetview_offsets_rank1 (0 ms) 42: [ RUN ] sycl.offsetview_offsets_rank2 42: [ OK ] sycl.offsetview_offsets_rank2 (0 ms) 42: [ RUN ] sycl.offsetview_offsets_rank3 42: [ OK ] sycl.offsetview_offsets_rank3 (0 ms) 42: [ RUN ] sycl.scatterview [ 27%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 27%] Built target Kokkos_CoreUnitTest_CTestDevice [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 44%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o 42: [ OK ] sycl.scatterview (17644 ms) 42: [ RUN ] sycl.scatterview_devicetype [ 44%] Built target Kokkos_CoreUnitTest_Cuda2 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 28%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs 42: [ OK ] sycl.scatterview_devicetype (4573 ms) 42: [ RUN ] sycl.resize_realloc_no_init_dualview 42: [ OK ] sycl.resize_realloc_no_init_dualview (0 ms) 42: [ RUN ] sycl.resize_realloc_no_alloc_dualview 42: [ OK ] sycl.resize_realloc_no_alloc_dualview (0 ms) 42: [ RUN ] sycl.resize_exec_space_dualview 42: [ OK ] sycl.resize_exec_space_dualview (0 ms) 42: [ RUN ] sycl.realloc_exec_space_dualview 42: [ OK ] sycl.realloc_exec_space_dualview (0 ms) 42: [ RUN ] sycl.resize_realloc_no_init_dynrankview 42: [ OK ] sycl.resize_realloc_no_init_dynrankview (0 ms) 42: [ RUN ] sycl.resize_exec_space_dynrankview 42: [ OK ] sycl.resize_exec_space_dynrankview (0 ms) 42: [ RUN ] sycl.realloc_exec_space_dynrankview 42: [ OK ] sycl.realloc_exec_space_dynrankview (0 ms) 42: [ RUN ] sycl.resize_realloc_no_init_scatterview 42: [ OK ] sycl.resize_realloc_no_init_scatterview (0 ms) 42: [ RUN ] sycl.resize_realloc_no_alloc_scatterview 42: [ OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms) 42: [ RUN ] sycl.resize_exec_space_scatterview 42: [ OK ] sycl.resize_exec_space_scatterview (0 ms) 42: [ RUN ] sycl.realloc_exec_space_scatterview 42: [ OK ] sycl.realloc_exec_space_scatterview (0 ms) 42: [ RUN ] sycl.create_mirror_no_init_dynrankview 42: [ OK ] sycl.create_mirror_no_init_dynrankview (0 ms) 42: [ RUN ] sycl.create_mirror_no_init_dynrankview_viewctor 42: [ OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms) 42: [ RUN ] sycl.create_mirror_view_and_copy_dynrankview 42: [ OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms) 42: [ RUN ] sycl.create_mirror_no_init_offsetview 42: [ OK ] sycl.create_mirror_no_init_offsetview (0 ms) 42: [ RUN ] sycl.create_mirror_no_init_offsetview_view_ctor 42: [ OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms) 42: [ RUN ] sycl.create_mirror_view_and_copy_offsetview 42: [ OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms) 42: [ RUN ] sycl.create_mirror_no_init_dynamicview 42: [ OK ] sycl.create_mirror_no_init_dynamicview (0 ms) 42: [ RUN ] sycl.create_mirror_view_and_copy_dynamicview 42: [ OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms) 42: [ RUN ] sycl.create_mirror_no_init_dynamicview_view_ctor 42: [ OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms) 42: [ RUN ] sycl.UnorderedMap_insert [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o 42: [ OK ] sycl.UnorderedMap_insert (2045 ms) 42: [ RUN ] sycl.UnorderedMap_failed_insert [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o 42: [ OK ] sycl.UnorderedMap_failed_insert (2316 ms) 42: [ RUN ] sycl.UnorderedMap_deep_copy 42: [ OK ] sycl.UnorderedMap_deep_copy (3 ms) 42: [ RUN ] sycl.UnorderedMap_valid_empty 42: [ OK ] sycl.UnorderedMap_valid_empty (0 ms) 42: [ RUN ] sycl.UnorderedMap_clear_zero_size 42: [ OK ] sycl.UnorderedMap_clear_zero_size (0 ms) 42: [ RUN ] sycl.UnorderedMap_consistent_size 42: [ OK ] sycl.UnorderedMap_consistent_size (0 ms) 42: [ RUN ] sycl.UnorderedMap_shallow_copyable_on_device 42: [ OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms) 42: [ RUN ] sycl.UnorderedMap_lambda_capturable 42: [ OK ] sycl.UnorderedMap_lambda_capturable (0 ms) 42: [ RUN ] sycl.UnorderedMap_constructor_view_alloc 42: [ OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms) 42: [ RUN ] sycl.UnorderedMap_View_as_value 42: [ OK ] sycl.UnorderedMap_View_as_value (0 ms) 42: [----------] 71 tests from sycl (26661 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 73 tests from 2 test suites ran. (33128 ms total) 42: [ PASSED ] 72 tests. 42: [ SKIPPED ] 1 test, listed below: 42: [ SKIPPED ] sycl_DeathTest.dualview_external_view_construction 42/65 Test #42: Kokkos_ContainersUnitTest_SYCL ............................. Passed 33.57 sec test 43 Start 43: Kokkos_UnitTest_Sort 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 43: Test timeout computed to be: 1500 43: [==========] Running 17 tests from 2 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from sycl_DeathTest 43: [ RUN ] sycl_DeathTest.SortByKeyKeysLargerThanValues 43: [ OK ] sycl_DeathTest.SortByKeyKeysLargerThanValues (954 ms) 43: [----------] 1 test from sycl_DeathTest (954 ms total) 43: 43: [----------] 16 tests from sycl 43: [ RUN ] sycl.SortUnsignedValueType 43: [ OK ] sycl.SortUnsignedValueType (55 ms) 43: [ RUN ] sycl.SortEmptyView 43: [ OK ] sycl.SortEmptyView (0 ms) 43: [ RUN ] sycl.SortByKeyEmptyView 43: [ OK ] sycl.SortByKeyEmptyView (0 ms) 43: [ RUN ] sycl.SortByKeyEmptyViewHost 43: [ OK ] sycl.SortByKeyEmptyViewHost (0 ms) 43: [ RUN ] sycl.SortByKey 43: [ OK ] sycl.SortByKey (0 ms) 43: [ RUN ] sycl.SortByKeyWithComparator 43: [ OK ] sycl.SortByKeyWithComparator (0 ms) 43: [ RUN ] sycl.SortByKeyStaticExtents 43: [ OK ] sycl.SortByKeyStaticExtents (0 ms) 43: [ RUN ] sycl.SortByKeyWithStrides 43: [ OK ] sycl.SortByKeyWithStrides (1 ms) 43: [ RUN ] sycl.SortWithCustomComparator 43: [ OK ] sycl.SortWithCustomComparator (76 ms) 43: [ RUN ] sycl.BinSortGenericTests 43: [ OK ] sycl.BinSortGenericTests (10 ms) 43: [ RUN ] sycl.BinSortEmptyView 43: [ OK ] sycl.BinSortEmptyView (0 ms) 43: [ RUN ] sycl.BinSortEmptyKeysView 43: [ OK ] sycl.BinSortEmptyKeysView (0 ms) 43: [ RUN ] sycl.BinSort_issue_7221 43: [ OK ] sycl.BinSort_issue_7221 (0 ms) 43: [ RUN ] sycl.BinSortUnsignedKeyLayoutStrideValues [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 45%] Linking CXX executable Kokkos_ProfilingAllCalls [ 45%] Built target Kokkos_ProfilingAllCalls [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o 43: [ OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (9087 ms) 43: [ RUN ] sycl.NestedSort 43: [ OK ] sycl.NestedSort (20 ms) 43: [ RUN ] sycl.NestedSortByKey 43: [ OK ] sycl.NestedSortByKey (60 ms) 43: [----------] 16 tests from sycl (9314 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 17 tests from 2 test suites ran. (10268 ms total) 43: [ PASSED ] 17 tests. 43/65 Test #43: Kokkos_UnitTest_Sort ....................................... Passed 10.67 sec test 44 Start 44: Kokkos_UnitTest_Random 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 44: Test timeout computed to be: 1500 44: [==========] Running 3 tests from 1 test suite. 44: [----------] Global test environment set-up. 44: [----------] 3 tests from sycl 44: [ RUN ] sycl.Random_XorShift64 44: Test Seed:1758644299852713243 44: Test Scalar=int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 0.0130289 0.0172776 || 0.051031 27988 29265 || 28305.6 28674.4 || 238.846 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 0.00094868 0.0115159 || 0.051031 1e+64 -1e+64 44: Test Scalar=unsigned int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 0.00600311 -0.0153945 || 0.051031 28020 29345 || 28503.3 28674.4 || -212.813 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 0.0113961 -0.00382179 || 0.051031 1e+64 -1e+64 44: Test Scalar=int64_t 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 0.0112018 0.0138641 || 0.051031 28020 29368 || 28356.7 28674.4 || 191.657 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 -0.0176915 0.00426261 || 0.051031 1e+64 -1e+64 44: Test Scalar=uint64_t 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 0.013528 0.0191881 || 0.051031 27955 29359 || 28291.7 28674.4 || 265.257 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 -0.0215629 0.000124789 || 0.051031 1e+64 -1e+64 44: Test Scalar=half 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.000245066 -0.99999 -48247.2 || 0.051031 0 195005 || 2.92839e+09 28674.4 || -6.66969e+08 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 0.000734087 -0.308617 0.153559 || 0.051031 1e+64 -1e+64 44: Test Scalar=bhalf 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.00195907 -0.999999 -57856.8 || 0.051031 0 1.55231e+06 || 2.86892e+10 28674.4 || -7.99812e+08 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 0.00588748 -0.967886 10.2173 || 0.051031 1e+64 -1e+64 44: Test Scalar=float 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.73523e-07 0.0106222 -0.0259447 || 0.051031 27982 29287 || 28373 28674.4 || -358.66 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 7.34064e-07 -0.00354299 -0.00836044 || 0.051031 1e+64 -1e+64 44: Test Scalar=double 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 -0.00963259 -0.0269809 || 0.051031 28041 29410 || 28953.3 28674.4 || -372.984 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 0.026822 -0.00516297 || 0.051031 1e+64 -1e+64 44: Test Seed:1758644300135019941 44: Test Scalar=int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 -0.00613227 -0.0165489 || 0.051031 28024 29312 || 28851.3 28674.4 || -228.773 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 -0.0195366 -0.00196856 || 0.051031 1e+64 -1e+64 44: Test Scalar=unsigned int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 -0.00375191 -3.61473e-05 || 0.051031 27906 29374 || 28782.4 28674.4 || -0.4997 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 -0.00451794 -0.00741843 || 0.051031 1e+64 -1e+64 44: Test Scalar=int64_t 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 -0.00921994 -0.0104389 || 0.051031 27996 29315 || 28941.2 28674.4 || -144.307 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 0.0158565 0.00112751 || 0.051031 1e+64 -1e+64 44: Test Scalar=uint64_t 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 -0.00441755 0.0155698 || 0.051031 28037 29354 || 28801.6 28674.4 || 215.237 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 0.0153833 0.00144681 || 0.051031 1e+64 -1e+64 44: Test Scalar=half 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.000245353 -0.99999 -48244.7 || 0.051031 0 194916 || 2.92869e+09 28674.4 || -6.66934e+08 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 0.000734967 -0.312309 0.152319 || 0.051031 1e+64 -1e+64 44: Test Scalar=bhalf 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.00195897 -0.999999 -57857.2 || 0.051031 0 1.55225e+06 || 2.86895e+10 28674.4 || -7.99818e+08 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 0.00588754 -0.96782 10.2662 || 0.051031 1e+64 -1e+64 44: Test Scalar=float 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.68478e-07 -0.00153646 -0.00613833 || 0.051031 27984 29338 || 28718.5 28674.4 || -84.8563 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 7.18929e-07 -0.00209889 -0.00236754 || 0.051031 1e+64 -1e+64 44: Test Scalar=double 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 6.43252e-07 -0.0228124 0.016883 || 0.051031 28037 29319 || 29343.8 28674.4 || 233.39 -2.0744 44: -- Testing 3-D histogram 44: Density 3D: 6.43252e-07 -0.0111027 0.00129694 || 0.051031 1e+64 -1e+64 44: [ OK ] sycl.Random_XorShift64 (497 ms) 44: [ RUN ] sycl.Random_XorShift1024_0 44: Test Seed:1758644300349960822 44: Test Scalar=int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.0120672 0.00171238 || 0.051031 10988 11781 || 11241.3 11377 || 23.672 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.00330917 0.000375992 || 0.051031 1e+64 -1e+64 44: Test Scalar=unsigned int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.0149189 0.00510615 || 0.051031 10999 11909 || 11209.7 11377 || 70.5874 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 -0.0146308 0.000926649 || 0.051031 1e+64 -1e+64 44: Test Scalar=int64_t 44: -- Testing randomness properties [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.0100234 0.00135395 || 0.051031 10995 11792 || 11264.1 11377 || 18.717 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.00669403 0.00130649 || 0.051031 1e+64 -1e+64 44: Test Scalar=uint64_t 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.00605642 -0.0101254 || 0.051031 10994 11766 || 11308.5 11377 || -139.973 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.0152837 -0.00143398 || 0.051031 1e+64 -1e+64 44: Test Scalar=half 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.00024399 -0.999975 -7595.14 || 0.051031 0 77946 || 4.61066e+08 11377 || -1.04995e+08 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 0.000731641 -0.157995 0.0280363 || 0.051031 1e+64 -1e+64 44: Test Scalar=bhalf 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.00196477 -0.999997 -9107.93 || 0.051031 0 616190 || 4.51627e+09 11377 || -1.25908e+08 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 0.00590545 -0.92258 1.60638 || 0.051031 1e+64 -1e+64 44: Test Scalar=float 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.86102e-07 0.00287151 -0.00381035 || 0.051031 11007 11809 || 11344.4 11377 || -52.6743 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 3.62396e-07 -0.0085394 0.00448709 || 0.051031 1e+64 -1e+64 44: Test Scalar=double 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.00552228 -0.00105342 || 0.051031 10993 11799 || 11314.5 11377 || -14.5625 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.0191587 0.00132027 || 0.051031 1e+64 -1e+64 44: Test Seed:1758644300462458708 44: Test Scalar=int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.0034463 -0.00479789 || 0.051031 10922 11857 || 11337.9 11377 || -66.326 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.00124219 -0.000910048 || 0.051031 1e+64 -1e+64 44: Test Scalar=unsigned int 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.54313e-07 0.0159915 0.000410706 || 0.051031 10948 11758 || 11197.9 11377 || 5.6776 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.67029e-07 0.0139608 0.00169809 || 0.051031 1e+64 -1e+64 44: Test Scalar=int64_t 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 -0.00501178 -0.00454614 || 0.051031 10959 11764 || 11434.3 11377 || -62.8459 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.00145005 -0.00216707 || 0.051031 1e+64 -1e+64 44: Test Scalar=uint64_t 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.00296119 0.0051729 || 0.051031 10993 11782 || 11343.4 11377 || 71.5101 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.00936158 -0.000783877 || 0.051031 1e+64 -1e+64 44: Test Scalar=half 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.000247381 -0.999975 -7594.57 || 0.051031 0 77739 || 4.61017e+08 11377 || -1.04987e+08 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 0.00074186 -0.154263 0.0259685 || 0.051031 1e+64 -1e+64 44: Test Scalar=bhalf 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 0.00195635 -0.999997 -9108.39 || 0.051031 0 616304 || 4.51604e+09 11377 || -1.25914e+08 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 0.00587969 -0.922861 1.63444 || 0.051031 1e+64 -1e+64 44: Test Scalar=float 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.67029e-07 0.00343113 -0.00316576 || 0.051031 10970 11840 || 11338.1 11377 || -43.7635 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 3.05176e-07 -0.00769381 0.00206845 || 0.051031 1e+64 -1e+64 44: Test Scalar=double 44: -- Testing randomness properties 44: -- Testing 1-D histogram 44: Density 1D: 2.47955e-07 0.0201327 0.00234535 || 0.051031 10975 11792 || 11152.4 11377 || 32.4222 -0.823045 44: -- Testing 3-D histogram 44: Density 3D: 2.47955e-07 0.0117674 -0.000935443 || 0.051031 1e+64 -1e+64 44: [ OK ] sycl.Random_XorShift1024_0 (247 ms) 44: [ RUN ] sycl.Multi_streams 44: /var/jenkins/workspace/Kokkos_PR-8324/algorithms/unit_tests/TestRandom.hpp:675: Skipped 44: Failing on NVIDIA GPUs 44: [ SKIPPED ] sycl.Multi_streams (0 ms) 44: [----------] 3 tests from sycl (745 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 3 tests from 1 test suite ran. (745 ms total) 44: [ PASSED ] 2 tests. 44: [ SKIPPED ] 1 test, listed below: 44: [ SKIPPED ] sycl.Multi_streams 44/65 Test #44: Kokkos_UnitTest_Random ..................................... Passed 1.12 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_A 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 45: Test timeout computed to be: 1500 45: [==========] Running 16 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_DeathTest 45: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 45: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 45: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 45: 45: [----------] 3 tests from std_algorithms_reducers 45: [ RUN ] std_algorithms_reducers.max_first_loc 45: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 45: [ RUN ] std_algorithms_reducers.min_first_loc 45: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 45: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 45: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 45: [----------] 3 tests from std_algorithms_reducers (0 ms total) 45: 45: [----------] 1 test from std_algorithms 45: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 45: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 45: [----------] 1 test from std_algorithms (0 ms total) 45: 45: [----------] 11 tests from random_access_iterator_test 45: [ RUN ] random_access_iterator_test.constructor 45: [ OK ] random_access_iterator_test.constructor (1 ms) 45: [ RUN ] random_access_iterator_test.constructiblity 45: [ OK ] random_access_iterator_test.constructiblity (0 ms) 45: [ RUN ] random_access_iterator_test.dereference 45: [ OK ] random_access_iterator_test.dereference (0 ms) 45: [ RUN ] random_access_iterator_test.subscript_operator 45: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 45: [ RUN ] random_access_iterator_test.operatorsSet1 45: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 45: [ RUN ] random_access_iterator_test.operatorsSet2 45: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 45: [ RUN ] random_access_iterator_test.operatorsSet3 45: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 45: [ RUN ] random_access_iterator_test.operatorsSet4 45: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 45: [ RUN ] random_access_iterator_test.assignment_operator 45: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 45: [ RUN ] random_access_iterator_test.distance 45: [ OK ] random_access_iterator_test.distance (0 ms) 45: [ RUN ] random_access_iterator_test.traits_helpers 45: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 45: [----------] 11 tests from random_access_iterator_test (6 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 16 tests from 4 test suites ran. (6 ms total) 45: [ PASSED ] 16 tests. [ 46%] Built target Kokkos_CoreUnitTest_Default 45/65 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.28 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_B 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 46: Test timeout computed to be: 1500 46: [==========] Running 7 tests from 1 test suite. 46: [----------] Global test environment set-up. 46: [----------] 7 tests from std_algorithms_min_max_element_test 46: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 46: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 46: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 46: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 46: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 46: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms) 46: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o 46: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 46: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 46: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 46: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 46: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms) 46: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 46: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (7 ms) 46: [----------] 7 tests from std_algorithms_min_max_element_test (30 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 7 tests from 1 test suite ran. (30 ms total) 46: [ PASSED ] 7 tests. 46/65 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.30 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_C 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 47: Test timeout computed to be: 1500 47: [==========] Running 13 tests from 10 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_lexicographical_compare_test 47: [ RUN ] std_algorithms_lexicographical_compare_test.test 47: [ OK ] std_algorithms_lexicographical_compare_test.test (22 ms) 47: [----------] 1 test from std_algorithms_lexicographical_compare_test (22 ms total) 47: 47: [----------] 1 test from std_algorithms_for_each_test 47: [ RUN ] std_algorithms_for_each_test.test 47: [ OK ] std_algorithms_for_each_test.test (51 ms) 47: [----------] 1 test from std_algorithms_for_each_test (51 ms total) 47: 47: [----------] 1 test from std_algorithms_find_test 47: [ RUN ] std_algorithms_find_test.test 47: [ OK ] std_algorithms_find_test.test (27 ms) 47: [----------] 1 test from std_algorithms_find_test (27 ms total) 47: 47: [----------] 4 tests from std_algorithms_non_mod_seq_ops 47: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 47: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (283 ms) 47: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 47: [ OK ] std_algorithms_non_mod_seq_ops.find_end (275 ms) 47: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o 47: [ OK ] std_algorithms_non_mod_seq_ops.search (266 ms) 47: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 47: [ OK ] std_algorithms_non_mod_seq_ops.search_n (199 ms) 47: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1025 ms total) 47: 47: [----------] 1 test from std_algorithms_count_test 47: [ RUN ] std_algorithms_count_test.test 47: [ OK ] std_algorithms_count_test.test (16 ms) 47: [----------] 1 test from std_algorithms_count_test (16 ms total) 47: 47: [----------] 1 test from std_algorithms_equal_test 47: [ RUN ] std_algorithms_equal_test.test 47: [ OK ] std_algorithms_equal_test.test (11 ms) 47: [----------] 1 test from std_algorithms_equal_test (11 ms total) 47: 47: [----------] 1 test from std_algorithms_all_any_none_of_test 47: [ RUN ] std_algorithms_all_any_none_of_test.test 47: [ OK ] std_algorithms_all_any_none_of_test.test (26 ms) 47: [----------] 1 test from std_algorithms_all_any_none_of_test (26 ms total) 47: 47: [----------] 1 test from std_algorithms_nonmod_seq_ops 47: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 47: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (54 ms) 47: [----------] 1 test from std_algorithms_nonmod_seq_ops (54 ms total) 47: 47: [----------] 1 test from std_algorithms_mismatch_test 47: [ RUN ] std_algorithms_mismatch_test.test 47: [ OK ] std_algorithms_mismatch_test.test (53 ms) 47: [----------] 1 test from std_algorithms_mismatch_test (53 ms total) 47: 47: [----------] 1 test from std_algorithms_mod_seq_ops 47: [ RUN ] std_algorithms_mod_seq_ops.move_backward 47: [ OK ] std_algorithms_mod_seq_ops.move_backward (41 ms) 47: [----------] 1 test from std_algorithms_mod_seq_ops (41 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 13 tests from 10 test suites ran. (1331 ms total) 47: [ PASSED ] 13 tests. 47/65 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 1.64 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_D 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 48: Test timeout computed to be: 1500 48: [==========] Running 31 tests from 5 test suites. 48: [----------] Global test environment set-up. 48: [----------] 3 tests from std_algorithms_mod_ops_test 48: [ RUN ] std_algorithms_mod_ops_test.move 48: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 48: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 48: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (1 ms) 48: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 48: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 48: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 48: 48: [----------] 12 tests from std_algorithms_mod_seq_ops_test 48: [ RUN ] std_algorithms_mod_seq_ops_test.copy 48: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 48: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 48: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 48: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 48: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.fill 48: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 48: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 48: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 48: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.generate 48: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 48: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 48: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 48: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms) 48: [----------] 12 tests from std_algorithms_mod_seq_ops_test (7 ms total) 48: 48: [----------] 4 tests from std_algorithms_replace_ops_test 48: [ RUN ] std_algorithms_replace_ops_test.replace 48: [ OK ] std_algorithms_replace_ops_test.replace (33 ms) 48: [ RUN ] std_algorithms_replace_ops_test.replace_if 48: [ OK ] std_algorithms_replace_ops_test.replace_if (113 ms) 48: [ RUN ] std_algorithms_replace_ops_test.replace_copy 48: [ OK ] std_algorithms_replace_ops_test.replace_copy (67 ms) 48: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 48: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (46 ms) 48: [----------] 4 tests from std_algorithms_replace_ops_test (262 ms total) 48: 48: [----------] 11 tests from std_algorithms_mod_seq_ops 48: [ RUN ] std_algorithms_mod_seq_ops.copy_if 48: [ OK ] std_algorithms_mod_seq_ops.copy_if (24 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.unique 48: [ OK ] std_algorithms_mod_seq_ops.unique (59 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 48: [ OK ] std_algorithms_mod_seq_ops.unique_copy (39 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.remove 48: [ OK ] std_algorithms_mod_seq_ops.remove (23 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.remove_if 48: [ OK ] std_algorithms_mod_seq_ops.remove_if (25 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 48: [ OK ] std_algorithms_mod_seq_ops.remove_copy (136 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 48: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (24 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o 48: [ OK ] std_algorithms_mod_seq_ops.rotate (1250 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o 48: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (472 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.shift_left 48: [ OK ] std_algorithms_mod_seq_ops.shift_left (1385 ms) 48: [ RUN ] std_algorithms_mod_seq_ops.shift_right 48: [ OK ] std_algorithms_mod_seq_ops.shift_right (1382 ms) 48: [----------] 11 tests from std_algorithms_mod_seq_ops (4824 ms total) 48: 48: [----------] 1 test from std_algorithms_modseq_test 48: [ RUN ] std_algorithms_modseq_test.reverse 48: [ OK ] std_algorithms_modseq_test.reverse (40 ms) 48: [----------] 1 test from std_algorithms_modseq_test (40 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 31 tests from 5 test suites ran. (5138 ms total) 48: [ PASSED ] 31 tests. 48/65 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 5.51 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_E 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 49: Test timeout computed to be: 1500 [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o 49: [==========] Running 29 tests from 7 test suites. 49: [----------] Global test environment set-up. 49: [----------] 2 tests from std_algorithms_sorting_ops_test 49: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 49: [ OK ] std_algorithms_sorting_ops_test.is_sorted (10 ms) 49: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 49: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms) 49: [----------] 2 tests from std_algorithms_sorting_ops_test (21 ms total) 49: 49: [----------] 4 tests from std_algorithms_partitioning_test 49: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 49: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 49: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 49: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 49: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 49: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 49: [ RUN ] std_algorithms_partitioning_test.partition_point 49: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 49: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total) 49: 49: [----------] 1 test from std_algorithms_partitioning_ops 49: [ RUN ] std_algorithms_partitioning_ops.partition_copy 49: [ OK ] std_algorithms_partitioning_ops.partition_copy (16 ms) 49: [----------] 1 test from std_algorithms_partitioning_ops (16 ms total) 49: 49: [----------] 12 tests from std_algorithms_numerics_test 49: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 49: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 49: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 49: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 49: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 49: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 49: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 49: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 49: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 49: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 49: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 49: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 49: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 49: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 49: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 49: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 49: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 49: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 49: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 49: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 49: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 49: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 49: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 49: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 49: [----------] 12 tests from std_algorithms_numerics_test (10 ms total) 49: 49: [----------] 1 test from std_algorithms_numerics_ops_test 49: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 49: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (77 ms) 49: [----------] 1 test from std_algorithms_numerics_ops_test (77 ms total) 49: 49: [----------] 8 tests from std_algorithms_numeric_ops_test 49: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o 49: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (544 ms) 49: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 49: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 49: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 49: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (477 ms) 49: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 49: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 49: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 49: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (155 ms) 49: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 49: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 49: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 49: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (274 ms) 49: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 49: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 49: [----------] 8 tests from std_algorithms_numeric_ops_test (1451 ms total) 49: 49: [----------] 1 test from std_algorithms_transform_ops_test 49: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 49: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (34 ms) 49: [----------] 1 test from std_algorithms_transform_ops_test (34 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 29 tests from 7 test suites ran. (1615 ms total) 49: [ PASSED ] 29 tests. 49/65 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.03 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 50: Test timeout computed to be: 1500 50: [==========] Running 12 tests from 7 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_adjacent_find_team_test 50: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 50: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (313 ms) 50: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o 50: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (279 ms) 50: [----------] 2 tests from std_algorithms_adjacent_find_team_test (593 ms total) 50: 50: [----------] 2 tests from std_algorithms_count_team_test 50: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 50: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (142 ms) 50: [ RUN ] std_algorithms_count_team_test.count_returns_zero 50: [ OK ] std_algorithms_count_team_test.count_returns_zero (131 ms) 50: [----------] 2 tests from std_algorithms_count_team_test (273 ms total) 50: 50: [----------] 1 test from std_algorithms_count_if_team_test 50: [ RUN ] std_algorithms_count_if_team_test.test 50: [ OK ] std_algorithms_count_if_team_test.test (163 ms) 50: [----------] 1 test from std_algorithms_count_if_team_test (163 ms total) 50: 50: [----------] 1 test from std_algorithms_for_each_team_test 50: [ RUN ] std_algorithms_for_each_team_test.test 50: [ OK ] std_algorithms_for_each_team_test.test (299 ms) 50: [----------] 1 test from std_algorithms_for_each_team_test (299 ms total) 50: 50: [----------] 1 test from std_algorithms_for_each_n_team_test 50: [ RUN ] std_algorithms_for_each_n_team_test.test 50: [ OK ] std_algorithms_for_each_n_team_test.test (308 ms) 50: [----------] 1 test from std_algorithms_for_each_n_team_test (308 ms total) 50: 50: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 50: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 50: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (348 ms) 50: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 50: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (339 ms) 50: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 50: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (335 ms) 50: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1023 ms total) 50: 50: [----------] 2 tests from std_algorithms_mismatch_team_test 50: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 50: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (386 ms) 50: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 50: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (385 ms) 50: [----------] 2 tests from std_algorithms_mismatch_team_test (771 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 12 tests from 7 test suites ran. (3434 ms total) 50: [ PASSED ] 12 tests. 50/65 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 3.83 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 51: Test timeout computed to be: 1500 51: [==========] Running 8 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_equal_team_test 51: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o 51: [ OK ] std_algorithms_equal_team_test.views_are_equal (524 ms) 51: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 51: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (521 ms) 51: [----------] 2 tests from std_algorithms_equal_team_test (1046 ms total) 51: 51: [----------] 2 tests from std_algorithms_search_team_test 51: [ RUN ] std_algorithms_search_team_test.sequences_exist 51: [ OK ] std_algorithms_search_team_test.sequences_exist (267 ms) 51: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 51: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (292 ms) 51: [----------] 2 tests from std_algorithms_search_team_test (560 ms total) 51: 51: [----------] 2 tests from std_algorithms_find_end_team_test 51: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o 51: [ OK ] std_algorithms_find_end_team_test.sequences_exist (364 ms) 51: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o 51: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (328 ms) 51: [----------] 2 tests from std_algorithms_find_end_team_test (692 ms total) 51: 51: [----------] 2 tests from std_algorithms_find_first_of_team_test 51: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 51: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (325 ms) 51: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 46%] Linking CXX executable Kokkos_ToolsInitialization 51: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (424 ms) 51: [----------] 2 tests from std_algorithms_find_first_of_team_test (750 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 8 tests from 4 test suites ran. (3049 ms total) 51: [ PASSED ] 8 tests. 51/65 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 3.43 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 52: Test timeout computed to be: 1500 [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o 52: [==========] Running 11 tests from 7 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_find_team_test 52: [ RUN ] std_algorithms_find_team_test.searched_values_exist [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o 52: [ OK ] std_algorithms_find_team_test.searched_values_exist (144 ms) 52: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist [ 46%] Built target Kokkos_ToolsInitialization [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o 52: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (144 ms) 52: [----------] 2 tests from std_algorithms_find_team_test (288 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_if_team_test 52: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 52: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (136 ms) 52: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o 52: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (149 ms) 52: [----------] 2 tests from std_algorithms_find_if_team_test (285 ms total) 52: 52: [----------] 2 tests from std_algorithms_find_if_not_team_test 52: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 52: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (145 ms) 52: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 52: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (134 ms) 52: [----------] 2 tests from std_algorithms_find_if_not_team_test (280 ms total) 52: 52: [----------] 1 test from std_algorithms_all_of_team_test 52: [ RUN ] std_algorithms_all_of_team_test.test 52: [ OK ] std_algorithms_all_of_team_test.test (147 ms) 52: [----------] 1 test from std_algorithms_all_of_team_test (147 ms total) 52: 52: [----------] 1 test from std_algorithms_any_of_team_test 52: [ RUN ] std_algorithms_any_of_team_test.test 52: [ OK ] std_algorithms_any_of_team_test.test (137 ms) 52: [----------] 1 test from std_algorithms_any_of_team_test (138 ms total) 52: 52: [----------] 1 test from std_algorithms_none_of_team_test 52: [ RUN ] std_algorithms_none_of_team_test.test 52: [ OK ] std_algorithms_none_of_team_test.test (146 ms) 52: [----------] 1 test from std_algorithms_none_of_team_test (146 ms total) 52: 52: [----------] 2 tests from std_algorithms_search_n_team_test 52: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 52: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (153 ms) 52: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 52: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (144 ms) 52: [----------] 2 tests from std_algorithms_search_n_team_test (297 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 11 tests from 7 test suites ran. (1584 ms total) 52: [ PASSED ] 11 tests. 52/65 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 1.99 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 53: Test timeout computed to be: 1500 53: [==========] Running 3 tests from 3 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_min_element_team_test 53: [ RUN ] std_algorithms_min_element_team_test.test [ 46%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 53: [ OK ] std_algorithms_min_element_team_test.test (469 ms) 53: [----------] 1 test from std_algorithms_min_element_team_test (469 ms total) 53: 53: [----------] 1 test from std_algorithms_max_element_team_test 53: [ RUN ] std_algorithms_max_element_team_test.test 53: [ OK ] std_algorithms_max_element_team_test.test (444 ms) 53: [----------] 1 test from std_algorithms_max_element_team_test (444 ms total) 53: 53: [----------] 1 test from std_algorithms_minmax_element_team_test 53: [ RUN ] std_algorithms_minmax_element_team_test.test 53: [ OK ] std_algorithms_minmax_element_team_test.test (447 ms) 53: [----------] 1 test from std_algorithms_minmax_element_team_test (447 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 3 tests from 3 test suites ran. (1361 ms total) 53: [ PASSED ] 3 tests. 53/65 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.73 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 54: Test timeout computed to be: 1500 54: [==========] Running 6 tests from 6 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_fill_team_test 54: [ RUN ] std_algorithms_fill_team_test.test 54: [ OK ] std_algorithms_fill_team_test.test (170 ms) 54: [----------] 1 test from std_algorithms_fill_team_test (171 ms total) 54: 54: [----------] 1 test from std_algorithms_fill_n_team_test 54: [ RUN ] std_algorithms_fill_n_team_test.test 54: [ OK ] std_algorithms_fill_n_team_test.test (375 ms) 54: [----------] 1 test from std_algorithms_fill_n_team_test (375 ms total) 54: 54: [----------] 1 test from std_algorithms_replace_team_test 54: [ RUN ] std_algorithms_replace_team_test.test 54: [ OK ] std_algorithms_replace_team_test.test (256 ms) 54: [----------] 1 test from std_algorithms_replace_team_test (256 ms total) 54: 54: [----------] 1 test from std_algorithms_replace_if_team_test 54: [ RUN ] std_algorithms_replace_if_team_test.test 54: [ OK ] std_algorithms_replace_if_team_test.test (191 ms) 54: [----------] 1 test from std_algorithms_replace_if_team_test (192 ms total) 54: 54: [----------] 1 test from std_algorithms_replace_copy_team_test 54: [ RUN ] std_algorithms_replace_copy_team_test.test 54: [ OK ] std_algorithms_replace_copy_team_test.test (270 ms) 54: [----------] 1 test from std_algorithms_replace_copy_team_test (270 ms total) 54: 54: [----------] 1 test from std_algorithms_replace_copy_if_team_test 54: [ RUN ] std_algorithms_replace_copy_if_team_test.test 54: [ OK ] std_algorithms_replace_copy_if_team_test.test (231 ms) 54: [----------] 1 test from std_algorithms_replace_copy_if_team_test (231 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 6 tests from 6 test suites ran. (1496 ms total) 54: [ PASSED ] 6 tests. 54/65 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 1.84 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 55: Test timeout computed to be: 1500 55: [==========] Running 4 tests from 4 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_reverse_team_test 55: [ RUN ] std_algorithms_reverse_team_test.test 55: [ OK ] std_algorithms_reverse_team_test.test (254 ms) 55: [----------] 1 test from std_algorithms_reverse_team_test (254 ms total) 55: 55: [----------] 1 test from std_algorithms_reverse_copy_team_test 55: [ RUN ] std_algorithms_reverse_copy_team_test.test 55: [ OK ] std_algorithms_reverse_copy_team_test.test (269 ms) 55: [----------] 1 test from std_algorithms_reverse_copy_team_test (269 ms total) 55: 55: [----------] 1 test from std_algorithms_rotate_team_test 55: [ RUN ] std_algorithms_rotate_team_test.test 55: [ OK ] std_algorithms_rotate_team_test.test (535 ms) 55: [----------] 1 test from std_algorithms_rotate_team_test (535 ms total) 55: 55: [----------] 1 test from std_algorithms_rotate_copy_team_test 55: [ RUN ] std_algorithms_rotate_copy_team_test.test 55: [ OK ] std_algorithms_rotate_copy_team_test.test (548 ms) 55: [----------] 1 test from std_algorithms_rotate_copy_team_test (548 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 4 tests from 4 test suites ran. (1608 ms total) 55: [ PASSED ] 4 tests. 55/65 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.00 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 56: Test timeout computed to be: 1500 56: [==========] Running 4 tests from 4 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_move_team_test 56: [ RUN ] std_algorithms_move_team_test.test 56: [ OK ] std_algorithms_move_team_test.test (464 ms) 56: [----------] 1 test from std_algorithms_move_team_test (464 ms total) 56: 56: [----------] 1 test from std_algorithms_move_backward_team_test 56: [ RUN ] std_algorithms_move_backward_team_test.test 56: [ OK ] std_algorithms_move_backward_team_test.test (362 ms) 56: [----------] 1 test from std_algorithms_move_backward_team_test (362 ms total) 56: 56: [----------] 1 test from std_algorithms_shift_left_team_test 56: [ RUN ] std_algorithms_shift_left_team_test.test [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o 56: [ OK ] std_algorithms_shift_left_team_test.test (1275 ms) 56: [----------] 1 test from std_algorithms_shift_left_team_test (1275 ms total) 56: 56: [----------] 1 test from std_algorithms_shift_right_team_test 56: [ RUN ] std_algorithms_shift_right_team_test.test [ 47%] Built target Kokkos_CoreUnitTest_Cuda1 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o 56: [ OK ] std_algorithms_shift_right_team_test.test (1266 ms) 56: [----------] 1 test from std_algorithms_shift_right_team_test (1266 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 4 tests from 4 test suites ran. (3370 ms total) 56: [ PASSED ] 4 tests. 56/65 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.75 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 57: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 57: Test timeout computed to be: 1500 57: [==========] Running 9 tests from 9 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_copy_team_test 57: [ RUN ] std_algorithms_copy_team_test.test 57: [ OK ] std_algorithms_copy_team_test.test (463 ms) 57: [----------] 1 test from std_algorithms_copy_team_test (463 ms total) 57: 57: [----------] 1 test from std_algorithms_copy_n_team_test 57: [ RUN ] std_algorithms_copy_n_team_test.test [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o 57: [ OK ] std_algorithms_copy_n_team_test.test (427 ms) 57: [----------] 1 test from std_algorithms_copy_n_team_test (427 ms total) 57: 57: [----------] 1 test from std_algorithms_copy_backward_team_test 57: [ RUN ] std_algorithms_copy_backward_team_test.test 57: [ OK ] std_algorithms_copy_backward_team_test.test (301 ms) 57: [----------] 1 test from std_algorithms_copy_backward_team_test (301 ms total) 57: 57: [----------] 1 test from std_algorithms_copy_if_team_test 57: [ RUN ] std_algorithms_copy_if_team_test.test 57: [ OK ] std_algorithms_copy_if_team_test.test (274 ms) 57: [----------] 1 test from std_algorithms_copy_if_team_test (274 ms total) 57: 57: [----------] 1 test from std_algorithms_unique_copy_team_test 57: [ RUN ] std_algorithms_unique_copy_team_test.test 57: [ OK ] std_algorithms_unique_copy_team_test.test (271 ms) 57: [----------] 1 test from std_algorithms_unique_copy_team_test (271 ms total) 57: 57: [----------] 1 test from std_algorithms_remove_team_test 57: [ RUN ] std_algorithms_remove_team_test.test 57: [ OK ] std_algorithms_remove_team_test.test (280 ms) 57: [----------] 1 test from std_algorithms_remove_team_test (280 ms total) 57: 57: [----------] 1 test from std_algorithms_remove_if_team_test 57: [ RUN ] std_algorithms_remove_if_team_test.test 57: [ OK ] std_algorithms_remove_if_team_test.test (260 ms) 57: [----------] 1 test from std_algorithms_remove_if_team_test (260 ms total) 57: 57: [----------] 1 test from std_algorithms_remove_copy_team_test 57: [ RUN ] std_algorithms_remove_copy_team_test.test 57: [ OK ] std_algorithms_remove_copy_team_test.test (274 ms) 57: [----------] 1 test from std_algorithms_remove_copy_team_test (274 ms total) 57: 57: [----------] 1 test from std_algorithms_remove_copy_if_team_test 57: [ RUN ] std_algorithms_remove_copy_if_team_test.test 57: [ OK ] std_algorithms_remove_copy_if_team_test.test (226 ms) 57: [----------] 1 test from std_algorithms_remove_copy_if_team_test (227 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 9 tests from 9 test suites ran. (2782 ms total) 57: [ PASSED ] 9 tests. 57/65 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.15 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 58: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 58: Test timeout computed to be: 1500 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o 58: [==========] Running 4 tests from 4 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_unique_team_test 58: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 58: [ OK ] std_algorithms_unique_team_test.test_default_predicate (411 ms) 58: [----------] 1 test from std_algorithms_unique_team_test (411 ms total) 58: 58: [----------] 1 test from std_algorithms_adjacent_difference_team_test 58: [ RUN ] std_algorithms_adjacent_difference_team_test.test [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o 58: [ OK ] std_algorithms_adjacent_difference_team_test.test (446 ms) 58: [----------] 1 test from std_algorithms_adjacent_difference_team_test (446 ms total) 58: 58: [----------] 1 test from std_algorithms_reduce_team_test 58: [ RUN ] std_algorithms_reduce_team_test.test [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o 58: [ OK ] std_algorithms_reduce_team_test.test (417 ms) 58: [----------] 1 test from std_algorithms_reduce_team_test (417 ms total) 58: 58: [----------] 1 test from std_algorithms_transform_reduce_team_test 58: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o 58: [ OK ] std_algorithms_transform_reduce_team_test.test (627 ms) 58: [----------] 1 test from std_algorithms_transform_reduce_team_test (627 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 4 tests from 4 test suites ran. (1902 ms total) 58: [ PASSED ] 4 tests. 58/65 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 2.28 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 59: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 59: Test timeout computed to be: 1500 [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o 59: [==========] Running 18 tests from 5 test suites. 59: [----------] Global test environment set-up. 59: [----------] 2 tests from std_algorithms_is_sorted_team_test 59: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o 59: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (403 ms) 59: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 59: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (380 ms) 59: [----------] 2 tests from std_algorithms_is_sorted_team_test (784 ms total) 59: 59: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 59: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 59: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (22 ms) 59: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 59: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (25 ms) 59: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 59: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (303 ms) 59: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o 59: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (335 ms) 59: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (688 ms total) 59: 59: [----------] 4 tests from std_algorithms_is_partitioned_team_test 59: [ RUN ] std_algorithms_is_partitioned_team_test.empty 59: [ OK ] std_algorithms_is_partitioned_team_test.empty (11 ms) 59: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 59: [ OK ] std_algorithms_is_partitioned_team_test.all_true (190 ms) 59: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 59: [ OK ] std_algorithms_is_partitioned_team_test.all_false (207 ms) 59: [ RUN ] std_algorithms_is_partitioned_team_test.random 59: [ OK ] std_algorithms_is_partitioned_team_test.random (194 ms) 59: [----------] 4 tests from std_algorithms_is_partitioned_team_test (604 ms total) 59: 59: [----------] 4 tests from std_algorithms_partition_copy_team_test 59: [ RUN ] std_algorithms_partition_copy_team_test.empty 59: [ OK ] std_algorithms_partition_copy_team_test.empty (16 ms) 59: [ RUN ] std_algorithms_partition_copy_team_test.all_true 59: [ OK ] std_algorithms_partition_copy_team_test.all_true (556 ms) 59: [ RUN ] std_algorithms_partition_copy_team_test.all_false 59: [ OK ] std_algorithms_partition_copy_team_test.all_false (554 ms) 59: [ RUN ] std_algorithms_partition_copy_team_test.random [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o 59: [ OK ] std_algorithms_partition_copy_team_test.random (539 ms) 59: [----------] 4 tests from std_algorithms_partition_copy_team_test (1666 ms total) 59: 59: [----------] 4 tests from std_algorithms_partition_point_team_test 59: [ RUN ] std_algorithms_partition_point_team_test.empty 59: [ OK ] std_algorithms_partition_point_team_test.empty (12 ms) 59: [ RUN ] std_algorithms_partition_point_team_test.all_true 59: [ OK ] std_algorithms_partition_point_team_test.all_true (198 ms) 59: [ RUN ] std_algorithms_partition_point_team_test.all_false 59: [ OK ] std_algorithms_partition_point_team_test.all_false (205 ms) 59: [ RUN ] std_algorithms_partition_point_team_test.random 59: [ OK ] std_algorithms_partition_point_team_test.random (188 ms) 59: [----------] 4 tests from std_algorithms_partition_point_team_test (605 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 18 tests from 5 test suites ran. (4349 ms total) 59: [ PASSED ] 18 tests. 59/65 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 4.72 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 60: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 60: Test timeout computed to be: 1500 60: [==========] Running 5 tests from 4 test suites. 60: [----------] Global test environment set-up. 60: [----------] 2 tests from std_algorithms_transform_team_test 60: [ RUN ] std_algorithms_transform_team_test.test_unary_op 60: [ OK ] std_algorithms_transform_team_test.test_unary_op (707 ms) 60: [ RUN ] std_algorithms_transform_team_test.test_binary_op 60: [ OK ] std_algorithms_transform_team_test.test_binary_op (549 ms) 60: [----------] 2 tests from std_algorithms_transform_team_test (1257 ms total) 60: 60: [----------] 1 test from std_algorithms_generate_team_test 60: [ RUN ] std_algorithms_generate_team_test.test_unary_op [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o 60: [ OK ] std_algorithms_generate_team_test.test_unary_op (1319 ms) 60: [----------] 1 test from std_algorithms_generate_team_test (1319 ms total) 60: 60: [----------] 1 test from std_algorithms_generate_n_team_test 60: [ RUN ] std_algorithms_generate_n_team_test.test 60: [ OK ] std_algorithms_generate_n_team_test.test (408 ms) 60: [----------] 1 test from std_algorithms_generate_n_team_test (408 ms total) 60: 60: [----------] 1 test from std_algorithms_swap_ranges_team_test 60: [ RUN ] std_algorithms_swap_ranges_team_test.test 60: [ OK ] std_algorithms_swap_ranges_team_test.test (619 ms) 60: [----------] 1 test from std_algorithms_swap_ranges_team_test (619 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 5 tests from 4 test suites ran. (3604 ms total) 60: [ PASSED ] 5 tests. 60/65 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 3.99 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 61: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 61: Test timeout computed to be: 1500 61: [==========] Running 2 tests from 2 test suites. 61: [----------] Global test environment set-up. 61: [----------] 1 test from std_algorithms_exclusive_scan_team_test 61: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o 61: [ OK ] std_algorithms_exclusive_scan_team_test.test (1016 ms) 61: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1016 ms total) 61: 61: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 61: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 61: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (484 ms) 61: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (484 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 2 tests from 2 test suites ran. (1500 ms total) 61: [ PASSED ] 2 tests. 61/65 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 1.87 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 62: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 62: Test timeout computed to be: 1500 [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o 62: [==========] Running 2 tests from 2 test suites. 62: [----------] Global test environment set-up. 62: [----------] 1 test from std_algorithms_inclusive_scan_team_test 62: [ RUN ] std_algorithms_inclusive_scan_team_test.test 62: [ OK ] std_algorithms_inclusive_scan_team_test.test (1614 ms) 62: [----------] 1 test from std_algorithms_inclusive_scan_team_test (1614 ms total) 62: 62: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 62: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o 62: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1175 ms) 62: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1175 ms total) 62: 62: [----------] Global test environment tear-down 62: [==========] 2 tests from 2 test suites ran. (2790 ms total) 62: [ PASSED ] 2 tests. 62/65 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 3.17 sec test 63 Start 63: Kokkos_PerformanceTest_InclusiveScan 63: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T15-26-42.json" 63: Test timeout computed to be: 1500 63: 63: Available devices: 63: 2025-09-23T16:19:08+00:00 63: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 63: Run on (15 X 3250 MHz CPU s) 63: CPU Caches: 63: L1 Data 64 KiB (x15) 63: L1 Instruction 64 KiB (x15) 63: L2 Unified 512 KiB (x15) 63: L3 Unified 16384 KiB (x15) 63: Load Average: 2.17, 2.81, 5.26 63: Address Bits: 64 63: CPU architecture: none 63: Default Device: SYCL 63: Driver Version: CUDA 12.9 63: Error Correction Support: 1 63: GIT_BRANCH: HEAD 63: GIT_CLEAN_STATUS: CLEAN 63: GIT_COMMIT_DATE: 2025-09-23T10:14:55-04:00 63: GIT_COMMIT_DESCRIPTION: Update desul hash 63: GIT_COMMIT_HASH: 79cbad54b 63: GPU architecture: AMPERE80 63: Global Cache Mem Line Size: 128 63: Global Mem Cache Size: 25165824 63: Global Mem Size: 25339101184 63: Image Max Buffer Size: 32768 63: Image2d Max Height: 65536 63: Image2d Max Width: 131072 63: Image3d Max Depth: 16384 63: Image3d Max Height: 16384 63: Image3d Max Width: 16384 63: Is Accelerator: 0 63: Is Available: 1 63: Is CPU: 0 63: Is GPU: 1 63: KOKKOS_COMPILER_INTEL_LLVM: 20250004 63: KOKKOS_ENABLE_ASM: yes 63: KOKKOS_ENABLE_CXX20: yes 63: KOKKOS_ENABLE_CXX23: no 63: KOKKOS_ENABLE_CXX26: no 63: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 63: KOKKOS_ENABLE_HWLOC: no 63: KOKKOS_ENABLE_LIBDL: yes 63: KOKKOS_ENABLE_PRAGMA_IVDEP: yes 63: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: yes 63: KOKKOS_ENABLE_PRAGMA_UNROLL: yes 63: KOKKOS_ENABLE_PRAGMA_VECTOR: yes 63: KOKKOS_ENABLE_SERIAL: yes 63: Kokkos Version: 4.7.99 63: Local Mem Size: 166912 63: Max Compute Units: 56 63: Max Mem Alloc Size: 25339101184 63: Max Parameter Size: 4000 63: Max Read Image Args: 128 63: Max Samplers: 128 63: Max Work Group Size: 1024 63: Max Work Item Dimensions: 3 63: Mem Base Addr Align: 4096 63: Name: NVIDIA A30 63: Native Vector Width Char: 1 63: Native Vector Width Double: 1 63: Native Vector Width Float: 1 63: Native Vector Width Half: 0 63: Native Vector Width Int: 1 63: Native Vector Width Long: 1 63: Native Vector Width Short: 1 63: Partition Max Sub Devices: 0 63: Preferred Vector Width Char: 1 63: Preferred Vector Width Double: 1 63: Preferred Vector Width Float: 1 63: Preferred Vector Width Half: 0 63: Preferred Vector Width Int: 1 63: Preferred Vector Width Long: 1 63: Preferred Vector Width Short: 1 63: Profiling Timer Resolution: 1000 63: Reference Count: 1 63: Vendor: NVIDIA Corporation 63: Vendor Id: 4318 63: Version: 8.0 63: [ext_oneapi_cuda]:gpu:0] NVIDIA A30: Selected 63: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 63: macro KOKKOS_ENABLE_ONEDPL: defined 63: macro KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined 63: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 63: macro KOKKOS_IMPL_SYCL_GRAPH_SUPPORT: defined 63: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 63: macro SYCL_EXT_ONEAPI_AUTO_LOCAL_RANGE: defined 63: macro SYCL_EXT_ONEAPI_BFLOAT16: undefined 63: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: defined 63: mdspan: enabled 63: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 63: platform: 64bit [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 21%] 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_Crs.cpp.o 63: ---------------------------------------------------------------------------------------------------------------------------------------------- 63: Benchmark Time CPU Iterations FOM: GB/s MB Passed 63: ---------------------------------------------------------------------------------------------------------------------------------------------- 63: BM_inclusive_scan/100000000/manual_time 0.008 s 0.008 s 73 195.666/s 1.6k 1 63: BM_inclusive_scan/100000000/manual_time 0.008 s 0.008 s 85 195.498/s 1.6k 1 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o 63: BM_inclusive_scan/100000000/manual_time 0.008 s 0.008 s 86 196.681/s 1.6k 1 63: BM_inclusive_scan/100000000/manual_time 0.012 s 0.012 s 57 129.864/s 1.6k 1 63: BM_inclusive_scan/100000000/manual_time 0.012 s 0.012 s 57 129.904/s 1.6k 1 63: BM_inclusive_scan/100000000/manual_time 0.012 s 0.012 s 57 130.509/s 1.6k 1 [ 49%] Linking CXX executable Kokkos_StackTraceTestExec [ 49%] Built target Kokkos_StackTraceTestExec [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o 63: BM_inclusive_scan/100000000/manual_time 0.012 s 0.012 s 59 134.419/s 1.6k 1 [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o 63: BM_inclusive_scan/100000000/manual_time 0.012 s 0.012 s 59 134.4/s 1.6k 1 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o 63: BM_inclusive_scan/100000000/manual_time 0.012 s 0.012 s 58 132.556/s 1.6k 1 63/65 Test #63: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 15.31 sec test 64 Start 64: Kokkos_UnitTest_SIMD 64: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 64: Test timeout computed to be: 1500 64: [==========] Running 18 tests from 1 test suite. 64: [----------] Global test environment set-up. 64: [----------] 18 tests from simd 64: [ RUN ] simd.host_math_ops 64: [ OK ] simd.host_math_ops (1 ms) 64: [ RUN ] simd.device_math_ops 64: [ OK ] simd.device_math_ops (12 ms) 64: [ RUN ] simd.host_mask_ops 64: [ OK ] simd.host_mask_ops (0 ms) 64: [ RUN ] simd.device_mask_ops 64: [ OK ] simd.device_mask_ops (1 ms) 64: [ RUN ] simd.host_conversions 64: [ OK ] simd.host_conversions (0 ms) 64: [ RUN ] simd.device_conversions 64: [ OK ] simd.device_conversions (0 ms) 64: [ RUN ] simd.host_shift_ops 64: [ OK ] simd.host_shift_ops (0 ms) 64: [ RUN ] simd.device_shift_ops 64: [ OK ] simd.device_shift_ops (0 ms) 64: [ RUN ] simd.host_condition 64: [ OK ] simd.host_condition (0 ms) 64: [ RUN ] simd.device_condition 64: [ OK ] simd.device_condition (0 ms) 64: [ RUN ] simd.host_gen_ctors 64: [ OK ] simd.host_gen_ctors (0 ms) 64: [ RUN ] simd.device_gen_ctors 64: [ OK ] simd.device_gen_ctors (0 ms) 64: [ RUN ] simd.host_where_expressions 64: [ OK ] simd.host_where_expressions (0 ms) 64: [ RUN ] simd.device_where_expressions 64: [ OK ] simd.device_where_expressions (0 ms) 64: [ RUN ] simd.host_reductions 64: [ OK ] simd.host_reductions (0 ms) 64: [ RUN ] simd.device_reductions 64: [ OK ] simd.device_reductions (1 ms) 64: [ RUN ] simd.host_construction 64: [ OK ] simd.host_construction (0 ms) 64: [ RUN ] simd.device_construction 64: [ OK ] simd.device_construction (0 ms) 64: [----------] 18 tests from simd (17 ms total) 64: 64: [----------] Global test environment tear-down 64: [==========] 18 tests from 1 test suite ran. (17 ms total) 64: [ PASSED ] 18 tests. 64/65 Test #64: Kokkos_UnitTest_SIMD ....................................... Passed 0.33 sec test 65 Start 65: Kokkos_Example_RelocatableFunction 65: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/example/relocatable_function/Kokkos_example_relocatable_function 65: Test timeout computed to be: 1500 65: 1.000000e+01 1.460292e-03s (relocatable) vs. 1.341220e-04s (inline) 65: 1.000000e+02 1.780100e-05s (relocatable) vs. 1.360000e-05s (inline) 65: 1.000000e+03 3.768000e-05s (relocatable) vs. 1.409100e-05s (inline) 65: 1.000000e+04 1.530000e-05s (relocatable) vs. 1.505100e-05s (inline) 65: 1.000000e+05 3.660900e-05s (relocatable) vs. 1.673000e-05s (inline) 65: 1.000000e+06 1.799000e-05s (relocatable) vs. 1.788100e-05s (inline) 65: 1.000000e+07 3.097100e-05s (relocatable) vs. 3.090000e-05s (inline) 65: 1.000000e+08 1.323320e-04s (relocatable) vs. 1.319520e-04s (inline) 65/65 Test #65: Kokkos_Example_RelocatableFunction ......................... Passed 0.24 sec 100% tests passed, 0 tests failed out of 65 Label Time Summary: Kokkos = 266.77 sec*proc (56 tests) Total Test time (real) = 640.41 sec [ 50%] 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_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 23 / 825 (2.79 %) Direct: 23 / 825 (2.79 %) Preprocessed: 0 / 802 (0.00 %) Misses: 802 Direct: 802 Preprocessed: 802 Primary storage: Hits: 46 / 1650 (2.79 %) Misses: 1604 Cache size (GB): 3.11 / 5.00 (62.18 %) Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 de38ef2b006a2052ba8811f3fc972234c286c649fcd985529bf0b3af70127bc7 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes de38ef2b006a2052ba8811f3fc972234c286c649fcd985529bf0b3af70127bc7 [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_Serial1 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Assignment.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorProp.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 52%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 52%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 52%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 52%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 52%] Built target Kokkos_CoreUnitTest_CTestDevice [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 52%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 52%] Built target Kokkos_IncrementalTest_SERIAL [ 52%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Assignment.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopy_Narrowing.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 25%] Built target Kokkos_CoreUnitTest_Cuda3 [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 63%] Built target Kokkos_IncrementalTest_CUDA [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 63%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 69%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 69%] Built target Kokkos_PerformanceTest_SharedSpace [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 70%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 70%] Built target Kokkos_Benchmark_Atomic_MinMax [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 71%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 71%] Built target Kokkos_PerformanceTest_Mempool [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 72%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 72%] Built target Kokkos_PerformanceTest_Atomic [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Assignment.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 72%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 72%] Built target Kokkos_PerformanceTest_Reduction [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 72%] Built target Kokkos_ContainersTestCompileOnly [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 26%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 72%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopy_Narrowing.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 75%] Linking CXX executable Kokkos_UnitTest_Sort [ 75%] Built target Kokkos_UnitTest_Sort [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 35%] Linking CXX executable Kokkos_IncrementalTest_OPENMP [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 35%] Built target Kokkos_IncrementalTest_OPENMP [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 26%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 26%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 35%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 27%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/UnitTestMainInit.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraph.dir/cuda/TestCuda_InterOp_Graph.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 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_A.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 80%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 80%] Built target Kokkos_ContainersUnitTest_Serial [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 80%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 80%] Built target Kokkos_ContainersUnitTest_Cuda [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.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_C.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraph [ 28%] Built target Kokkos_CoreUnitTest_CudaInterOpGraph [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/UnitTestMainInit.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopy_Narrowing.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU.dir/cuda/TestCuda_InterOp_GraphMultiGPU.cpp.o [ 36%] 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/TestStdAlgorithmsFindEnd.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 85%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 85%] Built target Kokkos_PerformanceTest_Benchmark [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 30%] Built target Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCStyleMemoryManagement.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_Default [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 39%] Built target Kokkos_IncrementalTest_CUDA [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 39%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_Cuda3 [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorProp.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 49%] 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_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.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_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 96%] 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_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 54%] 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/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 97%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 97%] Built target Kokkos_PerformanceTest_InclusiveScan [ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 97%] Linking CXX executable Kokkos_atomic [ 97%] Built target Kokkos_atomic [ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 97%] Linking CXX executable Kokkos_launch_latency [ 97%] Built target Kokkos_launch_latency [ 97%] Linking CXX executable Kokkos_gups [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 97%] Built target Kokkos_gups [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 97%] Linking CXX executable Kokkos_gather [ 97%] Built target Kokkos_gather [ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 98%] Linking CXX executable Kokkos_stream [ 98%] Built target Kokkos_stream [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 98%] Linking CXX executable Kokkos_view_copy_constructor [ 98%] Built target Kokkos_view_copy_constructor [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 99%] Linking CXX executable Kokkos_policy_performance [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 99%] Built target Kokkos_policy_performance [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: 22b231d9169c Build name: Linux-clang++-15 Create new tag: 20250923-1634 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from serial 1: [ RUN ] serial.basic_view_default_ctor 1: [ OK ] serial.basic_view_default_ctor (0 ms) 1: [ RUN ] serial.basic_view_extents_ctor 1: [ OK ] serial.basic_view_extents_ctor (0 ms) 1: [ RUN ] serial.basic_view_mapping_ctor_right 1: [ OK ] serial.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] serial.basic_view_access 1: [ OK ] serial.basic_view_access (0 ms) 1: [ RUN ] serial.basic_view_atomic_accessor 1: [ OK ] serial.basic_view_atomic_accessor (0 ms) 1: [ RUN ] serial.RefCountedAcc_Typedefs 1: [ OK ] serial.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedAcc_Ctors 1: [ OK ] serial.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] serial.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] serial.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] serial.RefCountedAcc_Access 1: [ OK ] serial.RefCountedAcc_Access (0 ms) 1: [ RUN ] serial.RefCountedAcc_Conversion 1: [ OK ] serial.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] serial.RefCountedDataHandle_Typedefs 1: [ OK ] serial.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] serial.RefCountedDataHandle 1: [ OK ] serial.RefCountedDataHandle (0 ms) 1: [ RUN ] serial.RefCountedDataHandleAnonym 1: [ OK ] serial.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] serial.RefCountedDataHandleConversion 1: [ OK ] serial.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] serial.view_customization_accessor_arg 1: [ OK ] serial.view_customization_accessor_arg (0 ms) 1: [ RUN ] serial.view_customization_allocation_type 1: [ OK ] serial.view_customization_allocation_type (0 ms) 1: [ RUN ] serial.view_customization_mirror 1: [ OK ] serial.view_customization_mirror (0 ms) 1: [ RUN ] serial.view_customization_deep_copy 1: [ OK ] serial.view_customization_deep_copy (0 ms) 1: [ RUN ] serial.view_customization_deep_copy_single_element_view 1: [ OK ] serial.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] serial.view_customization_accessor_from_mapping 1: [ OK ] serial.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] serial.view_customization_extra_int_arg 1: [ OK ] serial.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from serial (1 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (1 ms total) 1: [ PASSED ] 21 tests. 1/66 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport ..................... Passed 0.34 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (0 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (0 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Typedefs 2: [ OK ] cuda.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Ctors 2: [ OK ] cuda.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] cuda.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Access 2: [ OK ] cuda.RefCountedAcc_Access (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Conversion 2: [ OK ] cuda.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle_Typedefs 2: [ OK ] cuda.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle 2: [ OK ] cuda.RefCountedDataHandle (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleAnonym 2: [ OK ] cuda.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleConversion 2: [ OK ] cuda.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] cuda.view_customization_accessor_arg 2: [ OK ] cuda.view_customization_accessor_arg (0 ms) 2: [ RUN ] cuda.view_customization_allocation_type 2: [ OK ] cuda.view_customization_allocation_type (1 ms) 2: [ RUN ] cuda.view_customization_mirror 2: [ OK ] cuda.view_customization_mirror (0 ms) 2: [ RUN ] cuda.view_customization_deep_copy 2: [ OK ] cuda.view_customization_deep_copy (0 ms) 2: [ RUN ] cuda.view_customization_deep_copy_single_element_view 2: [ OK ] cuda.view_customization_deep_copy_single_element_view (0 ms) 2: [ RUN ] cuda.view_customization_accessor_from_mapping 2: [ OK ] cuda.view_customization_accessor_from_mapping (0 ms) 2: [ RUN ] cuda.view_customization_extra_int_arg 2: [ OK ] cuda.view_customization_extra_int_arg (0 ms) 2: [----------] 21 tests from cuda (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/66 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.17 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: [==========] Running 253 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 11 tests from serial_DeathTest 3: [ RUN ] serial_DeathTest.abort_from_host 3: [ OK ] serial_DeathTest.abort_from_host (449 ms) 3: [ RUN ] serial_DeathTest.abort_from_device 3: [ OK ] serial_DeathTest.abort_from_device (354 ms) 3: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (340 ms) 3: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (398 ms) 3: [ RUN ] serial_DeathTest.policy_invalid_bounds 3: [ OK ] serial_DeathTest.policy_invalid_bounds (4 ms) 3: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 3: [ OK ] serial_DeathTest.range_policy_invalid_bounds (5 ms) 3: [ RUN ] serial_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] serial_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 3: [ RUN ] serial_DeathTest.range_policy_check_sign_changes 3: [ OK ] serial_DeathTest.range_policy_check_sign_changes (5 ms) 3: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (4 ms) 3: [ RUN ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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 (1566 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 3: Preconditions are not checked. 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms) 3: [----------] 1 test from serial_graph_DeathTest (0 ms total) 3: 3: [----------] 224 tests from serial 3: [ RUN ] serial.array_capacity 3: [ OK ] serial.array_capacity (0 ms) 3: [ RUN ] serial.array_element_access 3: [ OK ] serial.array_element_access (0 ms) 3: [ RUN ] serial.array_operator_equal 3: [ OK ] serial.array_operator_equal (0 ms) 3: [ RUN ] serial.array_zero_capacity 3: [ OK ] serial.array_zero_capacity (0 ms) 3: [ RUN ] serial.array_zero_data_nullptr 3: [ OK ] serial.array_zero_data_nullptr (0 ms) 3: [ RUN ] serial.array_contiguous_capacity 3: [ OK ] serial.array_contiguous_capacity (0 ms) 3: [ RUN ] serial.array_contiguous_element_access 3: [ OK ] serial.array_contiguous_element_access (0 ms) 3: [ RUN ] serial.array_contiguous_assignment 3: [ OK ] serial.array_contiguous_assignment (0 ms) 3: [ RUN ] serial.array_strided_capacity 3: [ OK ] serial.array_strided_capacity (0 ms) 3: [ RUN ] serial.array_strided_element_access 3: [ OK ] serial.array_strided_element_access (0 ms) 3: [ RUN ] serial.array_strided_assignment 3: [ OK ] serial.array_strided_assignment (0 ms) 3: [ RUN ] serial.atomic_operations_complexdouble 3: [ OK ] serial.atomic_operations_complexdouble (0 ms) 3: [ RUN ] serial.atomic_operations_complexfloat 3: [ OK ] serial.atomic_operations_complexfloat (0 ms) 3: [ RUN ] serial.atomic_operations_double 3: [ OK ] serial.atomic_operations_double (0 ms) 3: [ RUN ] serial.atomic_operations_float 3: [ OK ] serial.atomic_operations_float (0 ms) 3: [ RUN ] serial.atomic_operations_int8 3: [ OK ] serial.atomic_operations_int8 (1 ms) 3: [ RUN ] serial.atomic_operations_int16 3: [ OK ] serial.atomic_operations_int16 (1 ms) 3: [ RUN ] serial.atomic_operations_int 3: [ OK ] serial.atomic_operations_int (1 ms) 3: [ RUN ] serial.atomic_operations_long 3: [ OK ] serial.atomic_operations_long (1 ms) 3: [ RUN ] serial.atomic_operations_longlong 3: [ OK ] serial.atomic_operations_longlong (1 ms) 3: [ RUN ] serial.atomic_shared 3: [ OK ] serial.atomic_shared (0 ms) 3: [ RUN ] serial.atomic_operations_unsigned 3: [ OK ] serial.atomic_operations_unsigned (0 ms) 3: [ RUN ] serial.atomic_operations_unsignedlong 3: [ OK ] serial.atomic_operations_unsignedlong (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 (72 ms) 3: [ RUN ] serial.atomic_views_nonintegral 3: [ OK ] serial.atomic_views_nonintegral (43 ms) 3: [ RUN ] serial.atomic_view_api 3: [ OK ] serial.atomic_view_api (0 ms) 3: [ RUN ] serial.bit_manip_countl_zero 3: [ OK ] serial.bit_manip_countl_zero (0 ms) 3: [ RUN ] serial.bit_manip_countl_one 3: [ OK ] serial.bit_manip_countl_one (0 ms) 3: [ RUN ] serial.bit_manip_countr_zero 3: [ OK ] serial.bit_manip_countr_zero (0 ms) 3: [ RUN ] serial.bit_manip_countr_one 3: [ OK ] serial.bit_manip_countr_one (0 ms) 3: [ RUN ] serial.bit_manip_popcount 3: [ OK ] serial.bit_manip_popcount (0 ms) 3: [ RUN ] serial.bit_manip_has_single_bit 3: [ OK ] serial.bit_manip_has_single_bit (0 ms) 3: [ RUN ] serial.bit_manip_bit_floor 3: [ OK ] serial.bit_manip_bit_floor (0 ms) 3: [ RUN ] serial.bit_manip_bit_ceil 3: [ OK ] serial.bit_manip_bit_ceil (0 ms) 3: [ RUN ] serial.bit_manip_bit_width 3: [ OK ] serial.bit_manip_bit_width (0 ms) 3: [ RUN ] serial.bit_manip_rotl 3: [ OK ] serial.bit_manip_rotl (0 ms) 3: [ RUN ] serial.bit_manip_rotr 3: [ OK ] serial.bit_manip_rotr (0 ms) 3: [ RUN ] serial.bit_manip_byeswap 3: [ OK ] serial.bit_manip_byeswap (0 ms) 3: [ RUN ] serial.bit_manip_bit_cast 3: [ OK ] serial.bit_manip_bit_cast (0 ms) 3: [ RUN ] serial.test_block_deduction_bug_pr_3103 3: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 3: [ RUN ] serial.checked_integer_operations_multiply_overflow 3: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 3: [ RUN ] serial.execution_policy_occupancy_and_hint 3: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 3: [ RUN ] serial.complex_construction 3: [ OK ] serial.complex_construction (0 ms) 3: [ RUN ] serial.complex_basic_math 3: [ OK ] serial.complex_basic_math (0 ms) 3: [ RUN ] serial.complex_special_funtions 3: [ OK ] serial.complex_special_funtions (0 ms) 3: [ RUN ] serial.complex_io 3: [ OK ] serial.complex_io (0 ms) 3: [ RUN ] serial.complex_trivially_copyable 3: [ OK ] serial.complex_trivially_copyable (0 ms) 3: [ RUN ] serial.complex_issue_3865 3: [ OK ] serial.complex_issue_3865 (0 ms) 3: [ RUN ] serial.complex_operations_arithmetic_types_overloads 3: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 3: [ RUN ] serial.complex_structured_bindings 3: [ OK ] serial.complex_structured_bindings (0 ms) 3: [ RUN ] serial.crs_count_fill 3: [ OK ] serial.crs_count_fill (0 ms) 3: [ RUN ] serial.crs_copy_constructor 3: [ OK ] serial.crs_copy_constructor (1 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_0 3: [ OK ] serial.deep_copy_assignable_types_rank_0 (2 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1 3: [ OK ] serial.deep_copy_assignable_types_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2 3: [ OK ] serial.deep_copy_assignable_types_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3 3: [ OK ] serial.deep_copy_assignable_types_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_4 3: [ OK ] serial.deep_copy_assignable_types_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_5 3: [ OK ] serial.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_6 3: [ OK ] serial.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_7 3: [ OK ] serial.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_8 3: [ OK ] serial.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_1_half 3: [ OK ] serial.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_2_half 3: [ OK ] serial.deep_copy_assignable_types_rank_2_half (0 ms) 3: [ RUN ] serial.deep_copy_assignable_types_rank_3_half 3: [ OK ] serial.deep_copy_assignable_types_rank_3_half (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_0 3: [ OK ] serial.deep_copy_narrowing_rank_0 (4 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_1 3: [ OK ] serial.deep_copy_narrowing_rank_1 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_2 3: [ OK ] serial.deep_copy_narrowing_rank_2 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_3 3: [ OK ] serial.deep_copy_narrowing_rank_3 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_4 3: [ OK ] serial.deep_copy_narrowing_rank_4 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_5 3: [ OK ] serial.deep_copy_narrowing_rank_5 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_6 3: [ OK ] serial.deep_copy_narrowing_rank_6 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_7 3: [ OK ] serial.deep_copy_narrowing_rank_7 (0 ms) 3: [ RUN ] serial.deep_copy_narrowing_rank_8 3: [ OK ] serial.deep_copy_narrowing_rank_8 (0 ms) 3: [ RUN ] serial.deep_copy_alignment 3: [ OK ] serial.deep_copy_alignment (1 ms) 3: [ RUN ] serial.deep_copy_conversion 3: [ OK ] serial.deep_copy_conversion (30 ms) 3: [ RUN ] serial.partitioning_by_args 3: [ OK ] serial.partitioning_by_args (1 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 (971 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange 3: [ OK ] serial.exec_space_thread_safety_mdrange (97 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy 3: [ OK ] serial.exec_space_thread_safety_team_policy (96 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_reduce 3: [ OK ] serial.exec_space_thread_safety_range_reduce (97 ms) 3: [ RUN ] serial.exec_space_thread_safety_mdrange_reduce 3: [ OK ] serial.exec_space_thread_safety_mdrange_reduce (98 ms) 3: [ RUN ] serial.exec_space_thread_safety_team_policy_reduce 3: [ OK ] serial.exec_space_thread_safety_team_policy_reduce (97 ms) 3: [ RUN ] serial.exec_space_thread_safety_range_scan 3: [ OK ] serial.exec_space_thread_safety_range_scan (97 ms) 3: [ RUN ] serial.execution_space_as_class_data_member 3: [ OK ] serial.execution_space_as_class_data_member (0 ms) 3: [ RUN ] serial.functor_analysis 3: [ OK ] serial.functor_analysis (0 ms) 3: [ RUN ] serial.when_all_type 3: [ OK ] serial.when_all_type (0 ms) 3: [ RUN ] serial.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for Serial does not support capture. 3: [ SKIPPED ] serial.graph_capture (0 ms) 3: [ RUN ] serial.graph_then 3: [ OK ] serial.graph_then (0 ms) 3: [ RUN ] serial.then_host 3: [ OK ] serial.then_host (0 ms) 3: [ RUN ] serial.mixed_then_host_device_nodes 3: [ OK ] serial.mixed_then_host_device_nodes (0 ms) 3: [ RUN ] serial.graph_then_tag 3: [ OK ] serial.graph_then_tag (0 ms) 3: [ RUN ] serial.host_shared_ptr_use_count 3: [ OK ] serial.host_shared_ptr_use_count (0 ms) 3: [ RUN ] serial.host_shared_ptr_get 3: [ OK ] serial.host_shared_ptr_get (0 ms) 3: [ RUN ] serial.host_shared_ptr_dereference_on_device 3: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_special_members_on_device 3: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] serial.host_shared_ptr_tracking 3: [ OK ] serial.host_shared_ptr_tracking (0 ms) 3: [ RUN ] serial.join_backward_compatibility 3: [ OK ] serial.join_backward_compatibility (0 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o 3: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2037 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2431 ms) 3: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 3: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1041 ms) 3: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 3: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1040 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 (913 ms) 3: [ RUN ] serial.mdrange_6d 3: [ OK ] serial.mdrange_6d (1447 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 (99 ms) 3: [ RUN ] serial.mdrange_4d 3: [ OK ] serial.mdrange_4d (466 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 (866 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 [ 35%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 35%] Built target Kokkos_CoreUnitTest_Default [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o 3: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2854 ms) 3: [ RUN ] serial.mdspan_minimal_functional 3: [ OK ] serial.mdspan_minimal_functional (0 ms) 3: [ RUN ] serial.mdspan_atomic_accessor 3: [ OK ] serial.mdspan_atomic_accessor (0 ms) 3: [ RUN ] serial.view_mdspan_conversion 3: [ OK ] serial.view_mdspan_conversion (0 ms) 3: [ RUN ] serial.view_mdspan_conversion_with_stride 3: [ OK ] serial.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] serial.max 3: [ OK ] serial.max (0 ms) 3: [ RUN ] serial.max_within_parfor 3: [ OK ] serial.max_within_parfor (0 ms) 3: [ RUN ] serial.min 3: [ OK ] serial.min (0 ms) 3: [ RUN ] serial.min_within_parfor 3: [ OK ] serial.min_within_parfor (0 ms) 3: [ RUN ] serial.minmax 3: [ OK ] serial.minmax (0 ms) 3: [ RUN ] serial.minmax_within_parfor 3: [ OK ] serial.minmax_within_parfor (0 ms) 3: [ RUN ] serial.clamp 3: [ OK ] serial.clamp (0 ms) 3: [ RUN ] serial.clamp_within_parfor 3: [ OK ] serial.clamp_within_parfor (0 ms) 3: [ RUN ] serial.numeric_traits_infinity 3: [ OK ] serial.numeric_traits_infinity (0 ms) 3: [ RUN ] serial.numeric_traits_epsilon 3: [ OK ] serial.numeric_traits_epsilon (0 ms) 3: [ RUN ] serial.numeric_traits_round_error 3: [ OK ] serial.numeric_traits_round_error (0 ms) 3: [ RUN ] serial.numeric_traits_norm_min 3: [ OK ] serial.numeric_traits_norm_min (0 ms) 3: [ RUN ] serial.numeric_traits_denorm_min 3: [ OK ] serial.numeric_traits_denorm_min (0 ms) 3: [ RUN ] serial.numeric_traits_finite_min_max 3: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 3: [ RUN ] serial.numeric_traits_digits 3: [ OK ] serial.numeric_traits_digits (0 ms) 3: [ RUN ] serial.numeric_traits_digits10 3: [ OK ] serial.numeric_traits_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_max_digits10 3: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] serial.numeric_traits_radix 3: [ OK ] serial.numeric_traits_radix (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent 3: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] serial.numeric_traits_min_max_exponent10 3: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 3: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 3: [ RUN ] serial.numeric_traits_sfinae_friendly 3: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 3: [ RUN ] serial.occupancy_control 3: [ OK ] serial.occupancy_control (0 ms) 3: [ RUN ] serial.memory_pool 3: [ OK ] serial.memory_pool (25 ms) 3: [ RUN ] serial.cxx11 3: [ OK ] serial.cxx11 (0 ms) 3: [ RUN ] serial.parallel_scan_range_policy 3: [ OK ] serial.parallel_scan_range_policy (5 ms) 3: [ RUN ] serial.kokkos_printf 3: [ OK ] serial.kokkos_printf (3 ms) 3: [ RUN ] serial.range_for 3: [ OK ] serial.range_for (0 ms) 3: [ RUN ] serial.range_reduce 3: [ OK ] serial.range_reduce (0 ms) 3: [ RUN ] serial.range_dynamic_policy 3: [ OK ] serial.range_dynamic_policy (0 ms) 3: [ RUN ] serial.large_parallel_for_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.large_parallel_for_reduce (0 ms) 3: [ RUN ] serial.range_policy_runtime_parameters 3: [ OK ] serial.range_policy_runtime_parameters (0 ms) 3: [ RUN ] serial.range_policy_one_way_convertible_bounds 3: [ OK ] serial.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] serial.range_for_require 3: [ OK ] serial.range_for_require (0 ms) 3: [ RUN ] serial.range_reduce_require 3: [ OK ] serial.range_reduce_require (0 ms) 3: [ RUN ] serial.range_dynamic_policy_require 3: [ OK ] serial.range_dynamic_policy_require (0 ms) 3: [ RUN ] serial.reducers_int 3: [ OK ] serial.reducers_int (2 ms) 3: [ RUN ] serial.reducers_double 3: [ OK ] serial.reducers_double (2 ms) 3: [ RUN ] serial.reducers_complex_double 3: [ OK ] serial.reducers_complex_double (0 ms) 3: [ RUN ] serial.reducers_struct 3: [ OK ] serial.reducers_struct (0 ms) 3: [ RUN ] serial.reducers_half_t 3: [ OK ] serial.reducers_half_t (0 ms) 3: [ RUN ] serial.reducers_bhalf_t 3: [ OK ] serial.reducers_bhalf_t (0 ms) 3: [ RUN ] serial.reducers_int8_t 3: [ OK ] serial.reducers_int8_t (0 ms) 3: [ RUN ] serial.reducers_int16_t 3: [ OK ] serial.reducers_int16_t (0 ms) 3: [ RUN ] serial.reducers_point_t 3: [ OK ] serial.reducers_point_t (0 ms) 3: [ RUN ] serial.reducers_bool 3: [ OK ] serial.reducers_bool (0 ms) 3: [ RUN ] serial.int64_t_reduce 3: [ OK ] serial.int64_t_reduce (55 ms) 3: [ RUN ] serial.double_reduce 3: [ OK ] serial.double_reduce (152 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o 3: [ OK ] serial.int64_t_reduce_dynamic (1234 ms) 3: [ RUN ] serial.double_reduce_dynamic 3: [ OK ] serial.double_reduce_dynamic (1271 ms) 3: [ RUN ] serial.int64_t_reduce_dynamic_view 3: [ OK ] serial.int64_t_reduce_dynamic_view (302 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-8324/core/unit_test/TestReduce.hpp:655: Skipped 3: Disabling for host backends 3: [ SKIPPED ] serial.reduction_with_large_iteration_count (0 ms) 3: [ RUN ] serial.reduction_identity_min_max_floating_point_types 3: [ OK ] serial.reduction_identity_min_max_floating_point_types (0 ms) 3: [ RUN ] serial.reduction_deduction 3: [ OK ] serial.reduction_deduction (0 ms) 3: [ RUN ] serial.reduce_device_view_range_policy 3: [ OK ] serial.reduce_device_view_range_policy (9 ms) 3: [ RUN ] serial.reduce_device_view_mdrange_policy 3: [ OK ] serial.reduce_device_view_mdrange_policy (2486 ms) 3: [ RUN ] serial.reduce_device_view_team_policy 3: [ OK ] serial.reduce_device_view_team_policy (48 ms) 3: [ RUN ] serial.impl_shared_alloc 3: [ OK ] serial.impl_shared_alloc (5 ms) 3: [ RUN ] serial.mdspan_space_aware_accessor 3: [ OK ] serial.mdspan_space_aware_accessor (0 ms) 3: [ RUN ] serial.kokkos_swap 3: [ OK ] serial.kokkos_swap (0 ms) 3: [----------] 224 tests from serial (20573 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-8324/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-8324/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] serial_graph.force_global_launch (0 ms) 3: [ RUN ] serial_graph.sized_functor_launch 3: [ OK ] serial_graph.sized_functor_launch (0 ms) 3: [ RUN ] serial_graph.empty_graph_default_host_exec 3: [ OK ] serial_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] serial_graph.node_lifetime 3: [ OK ] serial_graph.node_lifetime (0 ms) 3: [ RUN ] serial_graph.diamond 3: [ OK ] serial_graph.diamond (0 ms) 3: [ RUN ] serial_graph.end_of_submit_control_flow 3: [ OK ] serial_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from serial_graph (1 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 253 tests from 4 test suites ran. (22141 ms total) 3: [ PASSED ] 245 tests. 3: [ SKIPPED ] 8 tests, listed below: 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once 3: [ SKIPPED ] serial.graph_capture 3: [ SKIPPED ] serial.large_parallel_for_reduce 3: [ SKIPPED ] serial.reduction_with_large_iteration_count 3: [ SKIPPED ] serial_graph.create_graph_no_arg 3: [ SKIPPED ] serial_graph.force_global_launch 3/66 Test #3: Kokkos_CoreUnitTest_Serial1 ................................ Passed 22.33 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: [==========] Running 147 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 10 tests from serial_DeathTest 4: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 (2702 ms) 4: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2636 ms) 4: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 4: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 4: skipping since no memory access violation would occur 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_wrong_extents 4: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 4: only enforced when debug bound checks is enabled 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents (0 ms) 4: [ RUN ] serial_DeathTest.view_subview_constructor_layout_compatibility 4: [ OK ] serial_DeathTest.view_subview_constructor_layout_compatibility (744 ms) 4: [----------] 10 tests from serial_DeathTest (6084 ms total) 4: 4: [----------] 137 tests from serial 4: [ RUN ] serial.team_for 4: [ OK ] serial.team_for (0 ms) 4: [ RUN ] serial.team_reduce 4: [ OK ] serial.team_reduce (0 ms) 4: [ RUN ] serial.team_reduce_large 4: [ OK ] serial.team_reduce_large (193 ms) 4: [ RUN ] serial.team_parallel_single 4: [ OK ] serial.team_parallel_single (10 ms) 4: [ RUN ] serial.large_team_scratch_size 4: [ OK ] serial.large_team_scratch_size (0 ms) 4: [ RUN ] serial.team_broadcast_long 4: [ OK ] serial.team_broadcast_long (0 ms) 4: [ RUN ] serial.team_broadcast_long_wrapper 4: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] serial.team_broadcast_char 4: [ OK ] serial.team_broadcast_char (0 ms) 4: [ RUN ] serial.team_broadcast_float 4: [ OK ] serial.team_broadcast_float (0 ms) 4: [ RUN ] serial.team_broadcast_double 4: [ OK ] serial.team_broadcast_double (0 ms) 4: [ RUN ] serial.team_broadcast_int_ptr 4: [ OK ] serial.team_broadcast_int_ptr (0 ms) 4: [ RUN ] serial.team_single_thread_int_ptr 4: [ OK ] serial.team_single_thread_int_ptr (0 ms) 4: [ RUN ] serial.team_single_team_int_ptr 4: [ OK ] serial.team_single_team_int_ptr (0 ms) 4: [ RUN ] serial.team_handle_by_value 4: [ OK ] serial.team_handle_by_value (0 ms) 4: [ RUN ] serial.team_vector 4: [ OK ] serial.team_vector (5 ms) 4: [ RUN ] serial.triple_nested_parallelism 4: [ OK ] serial.triple_nested_parallelism (427 ms) 4: [ RUN ] serial.parallel_scan_with_reducers 4: [ OK ] serial.parallel_scan_with_reducers (69 ms) 4: [ RUN ] serial.team_thread_range_combined_reducers 4: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 4: [ RUN ] serial.thread_vector_range_combined_reducers 4: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.team_vector_range_combined_reducers 4: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelFor 4: [ OK ] serial.TeamThreadMDRangeParallelFor (3 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelFor 4: [ OK ] serial.ThreadVectorMDRangeParallelFor (2 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelFor 4: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 4: [ RUN ] serial.TeamThreadMDRangeParallelReduce 4: [ OK ] serial.TeamThreadMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 4: [ OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.TeamVectorMDRangeParallelReduce 4: [ OK ] serial.TeamVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] serial.team_policy_runtime_parameters 4: [ OK ] serial.team_policy_runtime_parameters (0 ms) 4: [ RUN ] serial.team_reduction_scan 4: [ OK ] serial.team_reduction_scan (125 ms) 4: [ RUN ] serial.team_long_reduce 4: [ OK ] serial.team_long_reduce (85 ms) 4: [ RUN ] serial.team_double_reduce 4: [ OK ] serial.team_double_reduce (34 ms) 4: [ RUN ] serial.team_long_array_reduce 4: [ OK ] serial.team_long_array_reduce (78 ms) 4: [ RUN ] serial.team_double_array_reduce 4: [ OK ] serial.team_double_array_reduce (49 ms) 4: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] serial.repeated_team_reduce [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o 4: [ OK ] serial.repeated_team_reduce (7840 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 (108 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 (2 ms) 4: [ RUN ] serial.team_lambda_shared_request 4: [ OK ] serial.team_lambda_shared_request (25 ms) 4: [ RUN ] serial.scratch_align 4: [ OK ] serial.scratch_align (0 ms) 4: [ RUN ] serial.shmem_size 4: [ OK ] serial.shmem_size (0 ms) 4: [ RUN ] serial.multi_level_scratch 4: [ OK ] serial.multi_level_scratch (2 ms) 4: [ RUN ] serial.team_scratch_memory_index_parallel_for 4: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] serial.team_policy_max_recommended 4: [ OK ] serial.team_policy_max_recommended (1 ms) 4: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] serial.team_teamvector_range 4: [ OK ] serial.team_teamvector_range (1 ms) 4: [ RUN ] serial.timer 4: [ OK ] serial.timer (20 ms) 4: [ RUN ] serial.unique_token_global 4: [ OK ] serial.unique_token_global (0 ms) 4: [ RUN ] serial.unique_token_instance 4: [ OK ] serial.unique_token_instance (0 ms) 4: [ RUN ] serial.unique_token_team_acquire 4: [ OK ] serial.unique_token_team_acquire (0 ms) 4: [ RUN ] serial.view_api_a 4: [ OK ] serial.view_api_a (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 (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 (1378 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 (4191 ms) 4: [ RUN ] serial.view_fill_tests_layout_left 4: [ OK ] serial.view_fill_tests_layout_left (4423 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 (58 ms) 4: [ RUN ] serial.view_mapping 4: [ OK ] serial.view_mapping (49 ms) 4: [ RUN ] serial.view_mapping_operator 4: [ OK ] serial.view_mapping_operator (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 (4 ms) 4: [ RUN ] serial.view_realloc 4: [ OK ] serial.view_realloc (0 ms) 4: [ RUN ] serial.workgraph_fib 4: [ OK ] serial.workgraph_fib (102 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-8324/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 (32 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 4: [ OK ] serial.view_subview_3d_from_5d_left_atomic (32 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (32 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right 4: [ OK ] serial.view_subview_3d_from_5d_right (176 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 4: [ OK ] serial.view_subview_3d_from_5d_right_atomic (178 ms) 4: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (176 ms) 4: [ RUN ] serial.view_test_unmanaged_subview_reset 4: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] serial.view_subview_memory_traits_construction 4: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 4: [----------] 137 tests from serial (20177 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 147 tests from 2 test suites ran. (26262 ms total) 4: [ PASSED ] 139 tests. 4: [ SKIPPED ] 8 tests, listed below: 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix 4: [ SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 4: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] serial_DeathTest.view_subview_wrong_extents 4: [ SKIPPED ] serial.view_allocation_int 4/66 Test #4: Kokkos_CoreUnitTest_Serial2 ................................ Passed 26.52 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 5: [==========] Running 255 tests from 4 test suites. 5: [----------] Global test environment set-up. 5: [----------] 11 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.abort_from_host [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp 5: [ OK ] cuda_DeathTest.abort_from_host (400 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 5: [ OK ] cuda_DeathTest.abort_from_device (380 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (378 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (379 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (4 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (5 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (2 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (4 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (5 ms) 5: [ RUN ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 5: [ OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (377 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 (421 ms) 5: [----------] 11 tests from cuda_DeathTest (2360 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-8324/core/unit_test/TestGraph.hpp:181: Skipped 5: Preconditions are not checked. 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (0 ms) 5: [----------] 1 test from cuda_graph_DeathTest (0 ms total) 5: 5: [----------] 226 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.array_contiguous_capacity 5: [ OK ] cuda.array_contiguous_capacity (0 ms) 5: [ RUN ] cuda.array_contiguous_element_access 5: [ OK ] cuda.array_contiguous_element_access (0 ms) 5: [ RUN ] cuda.array_contiguous_assignment 5: [ OK ] cuda.array_contiguous_assignment (0 ms) 5: [ RUN ] cuda.array_strided_capacity 5: [ OK ] cuda.array_strided_capacity (0 ms) 5: [ RUN ] cuda.array_strided_element_access 5: [ OK ] cuda.array_strided_element_access (0 ms) 5: [ RUN ] cuda.array_strided_assignment 5: [ OK ] cuda.array_strided_assignment (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (5 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (6 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 (18 ms) 5: [ RUN ] cuda.atomic_operations_int16 5: [ OK ] cuda.atomic_operations_int16 (17 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (15 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (15 ms) 5: [ RUN ] cuda.atomic_operations_longlong 5: [ OK ] cuda.atomic_operations_longlong (17 ms) 5: [ RUN ] cuda.atomic_shared 5: [ OK ] cuda.atomic_shared (0 ms) 5: [ RUN ] cuda.atomic_operations_unsigned [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp 5: [ OK ] cuda.atomic_operations_unsigned (13 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (13 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (187 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 (18 ms) 5: [ RUN ] cuda.atomic_views_nonintegral 5: [ OK ] cuda.atomic_views_nonintegral (61 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (0 ms) 5: [ RUN ] cuda.bit_manip_countl_zero 5: [ OK ] cuda.bit_manip_countl_zero (5 ms) 5: [ RUN ] cuda.bit_manip_countl_one 5: [ OK ] cuda.bit_manip_countl_one (0 ms) 5: [ RUN ] cuda.bit_manip_countr_zero 5: [ OK ] cuda.bit_manip_countr_zero (0 ms) 5: [ RUN ] cuda.bit_manip_countr_one 5: [ OK ] cuda.bit_manip_countr_one (0 ms) 5: [ RUN ] cuda.bit_manip_popcount 5: [ OK ] cuda.bit_manip_popcount (0 ms) 5: [ RUN ] cuda.bit_manip_has_single_bit 5: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 5: [ RUN ] cuda.bit_manip_bit_floor 5: [ OK ] cuda.bit_manip_bit_floor (0 ms) 5: [ RUN ] cuda.bit_manip_bit_ceil 5: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 5: [ RUN ] cuda.bit_manip_bit_width 5: [ OK ] cuda.bit_manip_bit_width (0 ms) 5: [ RUN ] cuda.bit_manip_rotl 5: [ OK ] cuda.bit_manip_rotl (0 ms) 5: [ RUN ] cuda.bit_manip_rotr 5: [ OK ] cuda.bit_manip_rotr (0 ms) 5: [ RUN ] cuda.bit_manip_byeswap 5: [ OK ] cuda.bit_manip_byeswap (0 ms) 5: [ RUN ] cuda.bit_manip_bit_cast 5: [ OK ] cuda.bit_manip_bit_cast (0 ms) 5: [ RUN ] cuda.test_block_deduction_bug_pr_3103 5: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] cuda.checked_integer_operations_multiply_overflow 5: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] cuda.execution_policy_occupancy_and_hint 5: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] cuda.complex_construction 5: [ OK ] cuda.complex_construction (0 ms) 5: [ RUN ] cuda.complex_basic_math 5: [ OK ] cuda.complex_basic_math (0 ms) 5: [ RUN ] cuda.complex_special_funtions 5: [ OK ] cuda.complex_special_funtions (0 ms) 5: [ RUN ] cuda.complex_io 5: [ OK ] cuda.complex_io (0 ms) 5: [ RUN ] cuda.complex_trivially_copyable 5: [ OK ] cuda.complex_trivially_copyable (0 ms) 5: [ RUN ] cuda.complex_issue_3865 5: [ OK ] cuda.complex_issue_3865 (0 ms) 5: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 5: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] cuda.complex_structured_bindings 5: [ OK ] cuda.complex_structured_bindings (0 ms) 5: [ RUN ] cuda.crs_count_fill 5: [ OK ] cuda.crs_count_fill (2 ms) 5: [ RUN ] cuda.crs_copy_constructor 5: [ OK ] cuda.crs_copy_constructor (5 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_0 5: [ OK ] cuda.deep_copy_assignable_types_rank_0 (7 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1 5: [ OK ] cuda.deep_copy_assignable_types_rank_1 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2 5: [ OK ] cuda.deep_copy_assignable_types_rank_2 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3 5: [ OK ] cuda.deep_copy_assignable_types_rank_3 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_4 5: [ OK ] cuda.deep_copy_assignable_types_rank_4 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_5 5: [ OK ] cuda.deep_copy_assignable_types_rank_5 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_6 5: [ OK ] cuda.deep_copy_assignable_types_rank_6 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_7 5: [ OK ] cuda.deep_copy_assignable_types_rank_7 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_8 5: [ OK ] cuda.deep_copy_assignable_types_rank_8 (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_1_half (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_2_half (0 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3_half 5: [ OK ] cuda.deep_copy_assignable_types_rank_3_half (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_0 5: [ OK ] cuda.deep_copy_narrowing_rank_0 (4 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_1 5: [ OK ] cuda.deep_copy_narrowing_rank_1 (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_2 5: [ OK ] cuda.deep_copy_narrowing_rank_2 (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_3 5: [ OK ] cuda.deep_copy_narrowing_rank_3 (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_4 5: [ OK ] cuda.deep_copy_narrowing_rank_4 (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_5 5: [ OK ] cuda.deep_copy_narrowing_rank_5 (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_6 5: [ OK ] cuda.deep_copy_narrowing_rank_6 (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_7 5: [ OK ] cuda.deep_copy_narrowing_rank_7 (0 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_8 5: [ OK ] cuda.deep_copy_narrowing_rank_8 (0 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (5 ms) 5: [ RUN ] cuda.deep_copy_conversion 5: [ OK ] cuda.deep_copy_conversion (10 ms) 5: [ RUN ] cuda.partitioning_by_args 5: [ OK ] cuda.partitioning_by_args (1 ms) 5: [ RUN ] cuda.partitioning_by_args_with_structured_bindings 5: [ OK ] cuda.partitioning_by_args_with_structured_bindings (0 ms) 5: [ RUN ] cuda.partitioning_by_vector 5: [ OK ] cuda.partitioning_by_vector (0 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o 5: [ OK ] cuda.exec_space_thread_safety_range (7505 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange 5: [ OK ] cuda.exec_space_thread_safety_mdrange (751 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy 5: [ OK ] cuda.exec_space_thread_safety_team_policy (750 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_reduce 5: [ OK ] cuda.exec_space_thread_safety_range_reduce (753 ms) 5: [ RUN ] cuda.exec_space_thread_safety_mdrange_reduce 5: [ OK ] cuda.exec_space_thread_safety_mdrange_reduce (752 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (750 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o 5: [ OK ] cuda.exec_space_thread_safety_range_scan (1505 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (1 ms) 5: [ RUN ] cuda.graph_capture 5: [ OK ] cuda.graph_capture (1 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.then_host 5: [ OK ] cuda.then_host (0 ms) 5: [ RUN ] cuda.mixed_then_host_device_nodes 5: [ OK ] cuda.mixed_then_host_device_nodes (1 ms) 5: [ RUN ] cuda.graph_then_tag 5: [ OK ] cuda.graph_then_tag (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (0 ms) 5: [ RUN ] cuda.join_backward_compatibility 5: [ OK ] cuda.join_backward_compatibility (0 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1489 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2255 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1462 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1697 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 (14 ms) 5: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 5: [ OK ] cuda.mathematical_functions_hyperbolic_functions (4 ms) 5: [ RUN ] cuda.mathematical_functions_non_standard 5: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 5: [ RUN ] cuda.mathematical_functions_power_functions 5: [ OK ] cuda.mathematical_functions_power_functions (12 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 (3 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (3 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (1 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_impl_half_fallback 5: [ OK ] cuda.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] cuda.mathematical_functions_nextafter_fp16 5: [ OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (9 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (4 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] cuda.mdrange_5d 5: [ OK ] cuda.mdrange_5d (140 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (248 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (3 ms) 5: [ RUN ] cuda.mdrange_array_reduce 5: [ OK ] cuda.mdrange_array_reduce (0 ms) 5: [ RUN ] cuda.mdrange_3d 5: [ OK ] cuda.mdrange_3d (6 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (1 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (36 ms) 5: [ RUN ] cuda.mdrange_scalar 5: [ OK ] cuda.mdrange_scalar (0 ms) 5: [ RUN ] cuda.mdrange_large_deep_copy 5: [ OK ] cuda.mdrange_large_deep_copy (73 ms) 5: [ RUN ] cuda.md_range_policy_construction_from_arrays 5: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] cuda.policy_get_tile_size 5: [ OK ] cuda.policy_get_tile_size (0 ms) 5: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 5: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (2609 ms) 5: [ RUN ] cuda.mdspan_minimal_functional 5: [ OK ] cuda.mdspan_minimal_functional (0 ms) 5: [ RUN ] cuda.mdspan_atomic_accessor 5: [ OK ] cuda.mdspan_atomic_accessor (0 ms) 5: [ RUN ] cuda.view_mdspan_conversion 5: [ OK ] cuda.view_mdspan_conversion (2 ms) 5: [ RUN ] cuda.view_mdspan_conversion_with_stride 5: [ OK ] cuda.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] cuda.max 5: [ OK ] cuda.max (0 ms) 5: [ RUN ] cuda.max_within_parfor 5: [ OK ] cuda.max_within_parfor (0 ms) 5: [ RUN ] cuda.min 5: [ OK ] cuda.min (0 ms) 5: [ RUN ] cuda.min_within_parfor 5: [ OK ] cuda.min_within_parfor (0 ms) 5: [ RUN ] cuda.minmax 5: [ OK ] cuda.minmax (0 ms) 5: [ RUN ] cuda.minmax_within_parfor 5: [ OK ] cuda.minmax_within_parfor (0 ms) 5: [ RUN ] cuda.clamp 5: [ OK ] cuda.clamp (0 ms) 5: [ RUN ] cuda.clamp_within_parfor 5: [ OK ] cuda.clamp_within_parfor (0 ms) 5: [ RUN ] cuda.numeric_traits_infinity 5: [ OK ] cuda.numeric_traits_infinity (5 ms) 5: [ RUN ] cuda.numeric_traits_epsilon 5: [ OK ] cuda.numeric_traits_epsilon (0 ms) 5: [ RUN ] cuda.numeric_traits_round_error 5: [ OK ] cuda.numeric_traits_round_error (0 ms) 5: [ RUN ] cuda.numeric_traits_norm_min 5: [ OK ] cuda.numeric_traits_norm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_denorm_min 5: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_finite_min_max 5: [ OK ] cuda.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (1 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (1 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (1 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] cuda.numeric_traits_sfinae_friendly 5: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] cuda.occupancy_control 5: [ OK ] cuda.occupancy_control (0 ms) 5: [ RUN ] cuda.memory_pool 5: [ OK ] cuda.memory_pool (10 ms) 5: [ RUN ] cuda.cxx11 5: [ OK ] cuda.cxx11 (0 ms) 5: [ RUN ] cuda.parallel_scan_range_policy 5: [ OK ] cuda.parallel_scan_range_policy (43 ms) 5: [ RUN ] cuda.kokkos_printf 5: [ OK ] cuda.kokkos_printf (3 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (1 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (0 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce 5: [ OK ] cuda.large_parallel_for_reduce (49 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (1 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (0 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (7 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (12 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (7 ms) 5: [ RUN ] cuda.reducers_struct 5: [ OK ] cuda.reducers_struct (5 ms) 5: [ RUN ] cuda.reducers_half_t 5: [ OK ] cuda.reducers_half_t (3 ms) 5: [ RUN ] cuda.reducers_bhalf_t 5: [ OK ] cuda.reducers_bhalf_t (3 ms) 5: [ RUN ] cuda.reducers_int8_t 5: [ OK ] cuda.reducers_int8_t (2 ms) 5: [ RUN ] cuda.reducers_int16_t 5: [ OK ] cuda.reducers_int16_t (3 ms) 5: [ RUN ] cuda.reducers_point_t 5: [ OK ] cuda.reducers_point_t (2 ms) 5: [ RUN ] cuda.reducers_bool 5: [ OK ] cuda.reducers_bool (1 ms) 5: [ RUN ] cuda.int64_t_reduce 5: [ OK ] cuda.int64_t_reduce (16 ms) 5: [ RUN ] cuda.double_reduce 5: [ OK ] cuda.double_reduce (13 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic 5: [ OK ] cuda.int64_t_reduce_dynamic (20 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (18 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (3 ms) 5: [ RUN ] cuda.int_combined_reduce 5: [ OK ] cuda.int_combined_reduce (0 ms) 5: [ RUN ] cuda.mdrange_combined_reduce 5: [ OK ] cuda.mdrange_combined_reduce (0 ms) 5: [ RUN ] cuda.int_combined_reduce_mixed 5: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 5: [ RUN ] cuda.reduction_with_large_iteration_count 5: [ OK ] cuda.reduction_with_large_iteration_count (261 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 (117 ms) 5: [ RUN ] cuda.reduce_device_view_team_policy 5: [ OK ] cuda.reduce_device_view_team_policy (7 ms) 5: [ RUN ] cuda.impl_shared_alloc 5: [ OK ] cuda.impl_shared_alloc (60 ms) 5: [ RUN ] cuda.mdspan_space_aware_accessor 5: [ OK ] cuda.mdspan_space_aware_accessor (0 ms) 5: [ RUN ] cuda.kokkos_swap 5: [ OK ] cuda.kokkos_swap (0 ms) 5: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceRangePolicyViewSizeLimit (18 ms) 5: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 5: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (95 ms) 5: [----------] 226 tests from cuda (24208 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-8324/core/unit_test/TestGraph.hpp:338: Skipped 5: The graph requires the reduction targets like 'bugs_host' to be accessible by the execution space. 5: [ SKIPPED ] cuda_graph.repeat_chain (0 ms) 5: [ RUN ] cuda_graph.zero_work_reduce 5: [ OK ] cuda_graph.zero_work_reduce (0 ms) 5: [ RUN ] cuda_graph.empty_graph 5: [ OK ] cuda_graph.empty_graph (0 ms) 5: [ RUN ] cuda_graph.force_global_launch 5: [ OK ] cuda_graph.force_global_launch (0 ms) 5: [ RUN ] cuda_graph.sized_functor_launch 5: [ OK ] cuda_graph.sized_functor_launch (0 ms) 5: [ RUN ] cuda_graph.empty_graph_default_host_exec 5: [ OK ] cuda_graph.empty_graph_default_host_exec (0 ms) 5: [ RUN ] cuda_graph.node_lifetime 5: [ OK ] cuda_graph.node_lifetime (0 ms) 5: [ RUN ] cuda_graph.diamond 5: [ OK ] cuda_graph.diamond (0 ms) 5: [ RUN ] cuda_graph.end_of_submit_control_flow 5: [ OK ] cuda_graph.end_of_submit_control_flow (0 ms) 5: [----------] 17 tests from cuda_graph (4 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 255 tests from 4 test suites ran. (26573 ms total) 5: [ PASSED ] 253 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once 5: [ SKIPPED ] cuda_graph.repeat_chain 5/66 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 26.86 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 6: [==========] Running 147 tests from 4 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 (2776 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (2775 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host [ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (6964 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (7310 ms) 6: [----------] 8 tests from cuda_DeathTest (19826 ms total) 6: 6: [----------] 2 tests from cuda_uvm_DeathTest 6: [ RUN ] cuda_uvm_DeathTest.view_subview_wrong_extents 6: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents (0 ms) 6: [ RUN ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility 6: [ OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (733 ms) 6: [----------] 2 tests from cuda_uvm_DeathTest (733 ms total) 6: 6: [----------] 109 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (13 ms) 6: [ RUN ] cuda.team_reduce 6: [ OK ] cuda.team_reduce (1 ms) 6: [ RUN ] cuda.team_reduce_large 6: [ OK ] cuda.team_reduce_large (56 ms) 6: [ RUN ] cuda.team_parallel_single 6: [ OK ] cuda.team_parallel_single (7 ms) 6: [ RUN ] cuda.large_team_scratch_size 6: [ OK ] cuda.large_team_scratch_size (0 ms) 6: [ RUN ] cuda.team_broadcast_long 6: [ OK ] cuda.team_broadcast_long (1 ms) 6: [ RUN ] cuda.team_broadcast_long_wrapper 6: [ OK ] cuda.team_broadcast_long_wrapper (1 ms) 6: [ RUN ] cuda.team_broadcast_char 6: [ OK ] cuda.team_broadcast_char (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 (109 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 (29 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (11 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (12 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (20 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.team_policy_runtime_parameters 6: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 6: [ RUN ] cuda.team_reduction_scan 6: [ OK ] cuda.team_reduction_scan (1472 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (33 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (33 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (13 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (12 ms) 6: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] cuda.repeated_team_reduce 6: [ OK ] cuda.repeated_team_reduce (11 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (179 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (177 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (1 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (1 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (5 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended 6: [ OK ] cuda.team_policy_max_recommended (1086 ms) 6: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 6: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 6: [ RUN ] cuda.team_teamvector_range 6: [ OK ] cuda.team_teamvector_range (2 ms) 6: [ RUN ] cuda.timer 6: [ OK ] cuda.timer (20 ms) 6: [ RUN ] cuda.unique_token_global 6: [ OK ] cuda.unique_token_global (2 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (1 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (11 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (7 ms) 6: [ RUN ] cuda.view_layout_left_with_stride 6: [ OK ] cuda.view_layout_left_with_stride (0 ms) 6: [ RUN ] cuda.view_layout_right_with_stride 6: [ OK ] cuda.view_layout_right_with_stride (0 ms) 6: [ RUN ] cuda.view_api_b 6: [ OK ] cuda.view_api_b (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 (5 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (0 ms) 6: [ RUN ] cuda.view_bad_alloc 6: [ OK ] cuda.view_bad_alloc (0 ms) 6: [ RUN ] cuda.view_copy_tests 6: [ OK ] cuda.view_copy_tests (6 ms) 6: [ RUN ] cuda.view_copy_tests_rank_0 6: [ OK ] cuda.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda.view_copy_degenerated 6: [ OK ] cuda.view_copy_degenerated (0 ms) 6: [ RUN ] cuda.view_fill_tests_layout_right 6: [ OK ] cuda.view_fill_tests_layout_right (154 ms) 6: [ RUN ] cuda.view_fill_tests_layout_left 6: [ OK ] cuda.view_fill_tests_layout_left (85 ms) 6: [ RUN ] cuda.vcp_empty_traits 6: [ OK ] cuda.vcp_empty_traits (0 ms) 6: [ RUN ] cuda.is_view_label 6: [ OK ] cuda.is_view_label (0 ms) 6: [ RUN ] cuda.vcp_label_base_traits 6: [ OK ] cuda.vcp_label_base_traits (0 ms) 6: [ RUN ] cuda.vcp_label_traits 6: [ OK ] cuda.vcp_label_traits (0 ms) 6: [ RUN ] cuda.view_alloc_can_perfect_forward_label 6: [ OK ] cuda.view_alloc_can_perfect_forward_label (0 ms) 6: [ RUN ] cuda.vcp_label_copy_constructor 6: [ OK ] cuda.vcp_label_copy_constructor (0 ms) 6: [ RUN ] cuda.vcp_pointer_add_property 6: [ OK ] cuda.vcp_pointer_add_property (0 ms) 6: [ RUN ] cuda.view_empty_runtime_unmanaged 6: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 6: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 6: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (76 ms) 6: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (70 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 (23 ms) 6: [ RUN ] cuda.static_extent 6: [ OK ] cuda.static_extent (0 ms) 6: [ RUN ] cuda.view_mapping_atomic 6: [ OK ] cuda.view_mapping_atomic (0 ms) 6: [ RUN ] cuda.view_mapping_class_value 6: [ OK ] cuda.view_mapping_class_value (0 ms) 6: [ RUN ] cuda.view_mapping_assignable 6: [ OK ] cuda.view_mapping_assignable (0 ms) 6: [ RUN ] cuda.view_mapping_trivially_copyable 6: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda.view_mapping_subview 6: [ OK ] cuda.view_mapping_subview (0 ms) 6: [ RUN ] cuda.view_nested_view 6: [ OK ] cuda.view_nested_view (0 ms) 6: [ RUN ] cuda.view_of_views_default 6: [ OK ] cuda.view_of_views_default (0 ms) 6: [ RUN ] cuda.view_of_views_without_initializing 6: [ OK ] cuda.view_of_views_without_initializing (0 ms) 6: [ RUN ] cuda.test_view_of_views_sequential_host_init 6: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 6: [ RUN ] cuda.append_formatted_multidimensional_index 6: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] cuda.view_resize 6: [ OK ] cuda.view_resize (16 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (0 ms) 6: [ RUN ] cuda.workgraph_fib [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o 6: [ OK ] cuda.workgraph_fib (784 ms) 6: [ RUN ] cuda.resize_realloc_no_init 6: [ OK ] cuda.resize_realloc_no_init (0 ms) 6: [ RUN ] cuda.resize_realloc_no_alloc 6: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 6: [ RUN ] cuda.realloc_exec_space 6: [ OK ] cuda.realloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc 6: [ OK ] cuda.view_alloc (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space 6: [ OK ] cuda.view_alloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc_int 6: [ OK ] cuda.view_alloc_int (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space_int 6: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 6: [ RUN ] cuda.deep_copy_zero_memset 6: [ OK ] cuda.deep_copy_zero_memset (0 ms) 6: [ RUN ] cuda.resize_exec_space 6: [ OK ] cuda.resize_exec_space (0 ms) 6: [ RUN ] cuda.view_allocation_int 6: [ OK ] cuda.view_allocation_int (0 ms) 6: [ RUN ] cuda.view_allocation_exec_space_int 6: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 109 tests from cuda (4676 ms total) 6: 6: [----------] 28 tests from cuda_uvm 6: [ RUN ] cuda_uvm.view_subview_auto_1d_left 6: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_right 6: [ OK ] cuda_uvm.view_subview_auto_1d_right (4 ms) 6: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 6: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 6: [ RUN ] cuda_uvm.view_subview_assign_strided 6: [ OK ] cuda_uvm.view_subview_assign_strided (3 ms) 6: [ RUN ] cuda_uvm.view_subview_left_0 6: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_1 6: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_2 6: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_left_3 6: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_0 6: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_1 6: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 6: [ RUN ] cuda_uvm.view_subview_right_3 6: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 6: [ RUN ] cuda_uvm.view_static_tests 6: [ OK ] cuda_uvm.view_static_tests (0 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 6: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 6: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 6: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign 6: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 6: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 6: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 6: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (49 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (51 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (49 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (69 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (72 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (69 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (69 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (80 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (69 ms) 6: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 6: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 6: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 6: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 6: [----------] 28 tests from cuda_uvm (624 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 147 tests from 4 test suites ran. (25860 ms total) 6: [ PASSED ] 142 tests. 6: [ SKIPPED ] 5 tests, listed below: 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: [ SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents 6/66 Test #6: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 26.14 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: [==========] Running 62 tests from 3 test suites. 7: [----------] Global test environment set-up. 7: [----------] 6 tests from cuda 7: [ RUN ] cuda.team_scratch_1_streams [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o 7: [ OK ] cuda.team_scratch_1_streams (14699 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 (14707 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (27 ms) 7: [ RUN ] cuda_hostpinned.view_api_a 7: [ OK ] cuda_hostpinned.view_api_a (7 ms) 7: [ RUN ] cuda_hostpinned.view_layout_left_with_stride 7: [ OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_layout_right_with_stride 7: [ OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_b 7: [ OK ] cuda_hostpinned.view_api_b (5 ms) 7: [ RUN ] cuda_hostpinned.view_api_c 7: [ OK ] cuda_hostpinned.view_api_c (0 ms) 7: [ RUN ] cuda_hostpinned.view_api_d 7: [ OK ] cuda_hostpinned.view_api_d (1 ms) 7: [ RUN ] cuda_hostpinned.view_remap 7: [ OK ] cuda_hostpinned.view_remap (0 ms) 7: [ RUN ] cuda_hostpinned.view_mirror_nonconst 7: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_hostpinned.view_stride_method 7: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 7: [ RUN ] cuda_hostpinned.anonymous_space 7: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 7: [ RUN ] cuda_hostpinned.view_overload_resolution 7: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 7: [ RUN ] cuda_hostpinned.view_allocation_large_rank [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (2866 ms) 7: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 7: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_hostpinned.view_is_assignable 7: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests 7: [ OK ] cuda_hostpinned.view_copy_tests (6 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 7: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_degenerated 7: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_right [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_right (3844 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (3985 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (48 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (5 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_class_value 7: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_assignable 7: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 7: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_subview 7: [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) 7: [----------] 28 tests from cuda_hostpinned (10802 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (38 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 (4 ms) 7: [ RUN ] cuda_uvm.view_remap 7: [ OK ] cuda_uvm.view_remap (1 ms) 7: [ RUN ] cuda_uvm.view_mirror_nonconst 7: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_uvm.view_stride_method 7: [ OK ] cuda_uvm.view_stride_method (0 ms) 7: [ RUN ] cuda_uvm.anonymous_space 7: [ OK ] cuda_uvm.anonymous_space (0 ms) 7: [ RUN ] cuda_uvm.view_overload_resolution 7: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 7: [ RUN ] cuda_uvm.view_allocation_large_rank 7: [ OK ] cuda_uvm.view_allocation_large_rank (297 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 (34 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (11 ms) 7: [ RUN ] cuda_uvm.view_copy_degenerated 7: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_right 7: [ OK ] cuda_uvm.view_fill_tests_layout_right (204 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (143 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (58 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (24 ms) 7: [ RUN ] cuda_uvm.static_extent 7: [ OK ] cuda_uvm.static_extent (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_atomic 7: [ OK ] cuda_uvm.view_mapping_atomic (1 ms) 7: [ RUN ] cuda_uvm.view_mapping_class_value 7: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_assignable 7: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 7: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_subview 7: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 7: [----------] 28 tests from cuda_uvm (878 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 62 tests from 3 test suites ran. (26388 ms total) 7: [ PASSED ] 62 tests. 7/66 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 26.68 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.graph_lock_based_atomic_op 8: [ OK ] cuda.graph_lock_based_atomic_op (0 ms) 8: [----------] 1 test from cuda (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/66 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.22 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 9: Test timeout computed to be: 1500 9: [==========] Running 2 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 2 tests from cuda 9: [ RUN ] cuda.debug_serial_execution 9: [ OK ] cuda.debug_serial_execution (17 ms) 9: [ RUN ] cuda.debug_pin_um_to_host 9: [ OK ] cuda.debug_pin_um_to_host (632 ms) 9: [----------] 2 tests from cuda (650 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (650 ms total) 9: [ PASSED ] 2 tests. 9/66 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.82 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 10: Test timeout computed to be: 1500 10: [==========] Running 1 test from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 1 test from cuda 10: [ RUN ] cuda.raw_cuda_interop 10: [ OK ] cuda.raw_cuda_interop (97 ms) 10: [----------] 1 test from cuda (97 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (97 ms total) 10: [ PASSED ] 1 test. 10/66 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.15 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from cuda 11: [ RUN ] cuda.raw_cuda_streams 11: [ OK ] cuda.raw_cuda_streams (97 ms) 11: [----------] 1 test from cuda (97 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (97 ms total) 11: [ PASSED ] 1 test. 11/66 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.14 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test timeout computed to be: 1500 12: [==========] Running 4 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 4 tests from cuda_multi_gpu 12: [ RUN ] cuda_multi_gpu.managed_views 12: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 12: [----------] 4 tests from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 4 tests from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 4 tests, listed below: 12: [ SKIPPED ] cuda_multi_gpu.managed_views 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 12: [ SKIPPED ] cuda_multi_gpu.scratch_space 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12/66 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.15 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test timeout computed to be: 1500 13: [==========] Running 5 tests from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 5 tests from cuda_GraphInterOp 13: [ RUN ] cuda_GraphInterOp.promises_on_native_objects 13: [ OK ] cuda_GraphInterOp.promises_on_native_objects (1 ms) 13: [ RUN ] cuda_GraphInterOp.count_nodes 13: [ OK ] cuda_GraphInterOp.count_nodes (0 ms) 13: [ RUN ] cuda_GraphInterOp.debug_dot_print 13: [ OK ] cuda_GraphInterOp.debug_dot_print (2 ms) 13: [ RUN ] cuda_GraphInterOp.instantiation_flags 13: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_Graph.cpp:129: 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 (5 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (5 ms total) 13: [ PASSED ] 4 tests. 13: [ SKIPPED ] 1 test, listed below: 13: [ SKIPPED ] cuda_GraphInterOp.instantiation_flags 13/66 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.15 sec test 14 Start 14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test timeout computed to be: 1500 14: [==========] Running 1 test from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 1 test from cuda_multi_gpu 14: [ RUN ] cuda_multi_gpu.then 14: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped 14: Skipping multi-gpu testing since current machine only has 1 GPU. 14: [ SKIPPED ] cuda_multi_gpu.then (0 ms) 14: [----------] 1 test from cuda_multi_gpu (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 0 tests. 14: [ SKIPPED ] 1 test, listed below: 14: [ SKIPPED ] cuda_multi_gpu.then 14/66 Test #14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ............... Passed 0.15 sec test 15 Start 15: Kokkos_CoreUnitTest_Default 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 15: Test timeout computed to be: 1500 15: [==========] Running 59 tests from 41 test suites. 15: [----------] Global test environment set-up. 15: [----------] 19 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 15: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 15: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 15: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 15: [ RUN ] defaultdevicetype.shared_space 15: [ OK ] defaultdevicetype.shared_space (61 ms) 15: [ RUN ] defaultdevicetype.shared_host_pinned_space 15: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 15: [ RUN ] defaultdevicetype.compiler_macros 15: [ OK ] defaultdevicetype.compiler_macros (0 ms) 15: [ RUN ] defaultdevicetype.half_conversion 15: [ OK ] defaultdevicetype.half_conversion (3 ms) 15: [ RUN ] defaultdevicetype.bhalf_conversion 15: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 15: [ RUN ] defaultdevicetype.half_operators 15: [ OK ] defaultdevicetype.half_operators (0 ms) 15: [ RUN ] defaultdevicetype.bhalf_operators 15: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 15: [ RUN ] defaultdevicetype.host_space_access 15: [ OK ] defaultdevicetype.host_space_access (0 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a1 15: [ OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b1 15: [ OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c1 15: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a2 15: [ OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b2 15: [ OK ] defaultdevicetype.reduce_instantiation_b2 (12 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c2 15: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a3 15: [ OK ] defaultdevicetype.reduce_instantiation_a3 (10 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b3 15: [ OK ] defaultdevicetype.reduce_instantiation_b3 (18 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c3 15: [ OK ] defaultdevicetype.reduce_instantiation_c3 (9 ms) 15: [----------] 19 tests from defaultdevicetype (149 ms total) 15: 15: [----------] 1 test from kokkosresize 15: [ RUN ] kokkosresize.host_space_access 15: [ OK ] kokkosresize.host_space_access (19 ms) 15: [----------] 1 test from kokkosresize (19 ms total) 15: 15: [----------] 1 test from TestViewAPI/0, where TypeParam = 15: [ RUN ] TestViewAPI/0.sizes 15: [ OK ] TestViewAPI/0.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/0 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/1, where TypeParam = 15: [ RUN ] TestViewAPI/1.sizes 15: [ OK ] TestViewAPI/1.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/1 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/2, where TypeParam = 15: [ RUN ] TestViewAPI/2.sizes 15: [ OK ] TestViewAPI/2.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/2 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/3, where TypeParam = 15: [ RUN ] TestViewAPI/3.sizes 15: [ OK ] TestViewAPI/3.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/3 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/4, where TypeParam = 15: [ RUN ] TestViewAPI/4.sizes 15: [ OK ] TestViewAPI/4.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/4 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/5, where TypeParam = 15: [ RUN ] TestViewAPI/5.sizes 15: [ OK ] TestViewAPI/5.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/5 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/6, where TypeParam = 15: [ RUN ] TestViewAPI/6.sizes 15: [ OK ] TestViewAPI/6.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/6 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/7, where TypeParam = 15: [ RUN ] TestViewAPI/7.sizes 15: [ OK ] TestViewAPI/7.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/7 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/8, where TypeParam = 15: [ RUN ] TestViewAPI/8.sizes 15: [ OK ] TestViewAPI/8.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/8 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/9, where TypeParam = 15: [ RUN ] TestViewAPI/9.sizes 15: [ OK ] TestViewAPI/9.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/9 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/10, where TypeParam = 15: [ RUN ] TestViewAPI/10.sizes 15: [ OK ] TestViewAPI/10.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/10 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/11, where TypeParam = 15: [ RUN ] TestViewAPI/11.sizes 15: [ OK ] TestViewAPI/11.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/11 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/12, where TypeParam = 15: [ RUN ] TestViewAPI/12.sizes 15: [ OK ] TestViewAPI/12.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/12 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/13, where TypeParam = 15: [ RUN ] TestViewAPI/13.sizes 15: [ OK ] TestViewAPI/13.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/13 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/14, where TypeParam = 15: [ RUN ] TestViewAPI/14.sizes 15: [ OK ] TestViewAPI/14.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/14 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/15, where TypeParam = 15: [ RUN ] TestViewAPI/15.sizes 15: [ OK ] TestViewAPI/15.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/15 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/16, where TypeParam = 15: [ RUN ] TestViewAPI/16.sizes 15: [ OK ] TestViewAPI/16.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/16 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/17, where TypeParam = 15: [ RUN ] TestViewAPI/17.sizes 15: [ OK ] TestViewAPI/17.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/17 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/18, where TypeParam = 15: [ RUN ] TestViewAPI/18.sizes 15: [ OK ] TestViewAPI/18.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/18 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/19, where TypeParam = 15: [ RUN ] TestViewAPI/19.sizes 15: [ OK ] TestViewAPI/19.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/19 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/20, where TypeParam = 15: [ RUN ] TestViewAPI/20.sizes 15: [ OK ] TestViewAPI/20.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/20 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/21, where TypeParam = 15: [ RUN ] TestViewAPI/21.sizes 15: [ OK ] TestViewAPI/21.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/21 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/22, where TypeParam = 15: [ RUN ] TestViewAPI/22.sizes 15: [ OK ] TestViewAPI/22.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/22 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/23, where TypeParam = 15: [ RUN ] TestViewAPI/23.sizes 15: [ OK ] TestViewAPI/23.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/23 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/24, where TypeParam = 15: [ RUN ] TestViewAPI/24.sizes 15: [ OK ] TestViewAPI/24.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/24 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/25, where TypeParam = 15: [ RUN ] TestViewAPI/25.sizes 15: [ OK ] TestViewAPI/25.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/25 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/26, where TypeParam = 15: [ RUN ] TestViewAPI/26.sizes 15: [ OK ] TestViewAPI/26.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/26 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/27, where TypeParam = 15: [ RUN ] TestViewAPI/27.sizes 15: [ OK ] TestViewAPI/27.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/27 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/28, where TypeParam = 15: [ RUN ] TestViewAPI/28.sizes 15: [ OK ] TestViewAPI/28.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/28 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/29, where TypeParam = 15: [ RUN ] TestViewAPI/29.sizes 15: [ OK ] TestViewAPI/29.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/29 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/30, where TypeParam = 15: [ RUN ] TestViewAPI/30.sizes 15: [ OK ] TestViewAPI/30.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/30 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/31, where TypeParam = 15: [ RUN ] TestViewAPI/31.sizes 15: [ OK ] TestViewAPI/31.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/31 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/32, where TypeParam = 15: [ RUN ] TestViewAPI/32.sizes 15: [ OK ] TestViewAPI/32.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/32 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/33, where TypeParam = 15: [ RUN ] TestViewAPI/33.sizes 15: [ OK ] TestViewAPI/33.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/33 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/34, where TypeParam = 15: [ RUN ] TestViewAPI/34.sizes 15: [ OK ] TestViewAPI/34.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/34 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/35, where TypeParam = 15: [ RUN ] TestViewAPI/35.sizes 15: [ OK ] TestViewAPI/35.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/35 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/36, where TypeParam = 15: [ RUN ] TestViewAPI/36.sizes 15: [ OK ] TestViewAPI/36.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/36 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/37, where TypeParam = 15: [ RUN ] TestViewAPI/37.sizes 15: [ OK ] TestViewAPI/37.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/37 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/38, where TypeParam = 15: [ RUN ] TestViewAPI/38.sizes 15: [ OK ] TestViewAPI/38.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/38 (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 59 tests from 41 test suites ran. (170 ms total) 15: [ PASSED ] 59 tests. [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o 15/66 Test #15: Kokkos_CoreUnitTest_Default ................................ Passed 0.34 sec test 16 Start 16: Kokkos_CoreUnitTest_InitializeFinalize 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 16: Test timeout computed to be: 1500 16: [==========] Running 30 tests from 7 test suites. 16: [----------] Global test environment set-up. 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (291 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1127 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (1643 ms) 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (3062 ms total) 16: 16: [----------] 4 tests from InitializeFinalize_DeathTest 16: [ RUN ] InitializeFinalize_DeathTest.initialize 16: [ OK ] InitializeFinalize_DeathTest.initialize (844 ms) 16: [ RUN ] InitializeFinalize_DeathTest.finalize 16: [ OK ] InitializeFinalize_DeathTest.finalize (591 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_initialized 16: [ OK ] InitializeFinalize_DeathTest.is_initialized (150 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_finalized 16: [ OK ] InitializeFinalize_DeathTest.is_finalized (145 ms) 16: [----------] 4 tests from InitializeFinalize_DeathTest (1732 ms total) 16: 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 16: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 16: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (14 ms) 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (15 ms total) 16: 16: [----------] 1 test from Legion_DeathTest 16: [ RUN ] Legion_DeathTest.individual_backend_initialization 16: [ OK ] Legion_DeathTest.individual_backend_initialization (144 ms) 16: [----------] 1 test from Legion_DeathTest (144 ms total) 16: 16: [----------] 2 tests from PushFinalizeHook_DeathTest 16: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 16: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (139 ms) 16: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 16: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (353 ms) 16: [----------] 2 tests from PushFinalizeHook_DeathTest (493 ms total) 16: 16: [----------] 6 tests from ScopeGuard_DeathTest 16: [ RUN ] ScopeGuard_DeathTest.create 16: [ OK ] ScopeGuard_DeathTest.create (152 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_argument 16: [ OK ] ScopeGuard_DeathTest.create_argument (146 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 16: [ OK ] ScopeGuard_DeathTest.create_while_initialize (361 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 16: [ OK ] ScopeGuard_DeathTest.create_after_initialize (378 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_finalize [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o 16: [ OK ] ScopeGuard_DeathTest.create_after_finalize (397 ms) 16: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 16: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (370 ms) 16: [----------] 6 tests from ScopeGuard_DeathTest (1807 ms total) 16: 16: [----------] 13 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.initialization_settings 16: [ OK ] defaultdevicetype.initialization_settings (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 16: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_device_id 16: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 16: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 16: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_help 16: [ OK ] defaultdevicetype.cmd_line_args_help (12 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 16: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 16: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (9 ms) 16: [ RUN ] defaultdevicetype.env_vars_num_threads 16: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_device_id 16: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_disable_warnings 16: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_tune_internals 16: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.visible_devices 16: [ OK ] defaultdevicetype.visible_devices (0 ms) 16: [----------] 13 tests from defaultdevicetype (25 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 30 tests from 7 test suites ran. (7280 ms total) 16: [ PASSED ] 30 tests. 16/66 Test #16: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 7.30 sec test 17 Start 17: Kokkos_CoreUnitTest_Develop 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 17: Test timeout computed to be: 1500 17: [==========] Running 1 test from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 1 test from defaultdevicetype 17: [ RUN ] defaultdevicetype.development_test 17: [ OK ] defaultdevicetype.development_test (0 ms) 17: [----------] 1 test from defaultdevicetype (0 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 1 test from 1 test suite ran. (0 ms total) 17: [ PASSED ] 1 test. 17/66 Test #17: Kokkos_CoreUnitTest_Develop ................................ Passed 0.16 sec test 18 Start 18: Kokkos_CoreUnitTest_TuningBuiltins 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 18: Test timeout computed to be: 1500 18/66 Test #18: Kokkos_CoreUnitTest_TuningBuiltins ......................... Passed 0.19 sec test 19 Start 19: Kokkos_CoreUnitTest_TuningBasics 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 19: Test timeout computed to be: 1500 19: Set of size 10 19: 4,4 19: Expect 1, have 1 19: Expect 2, have 2 19/66 Test #19: Kokkos_CoreUnitTest_TuningBasics ........................... Passed 0.18 sec test 20 Start 20: Kokkos_CoreUnitTest_CategoricalTuner 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 20: Test timeout computed to be: 1500 20/66 Test #20: Kokkos_CoreUnitTest_CategoricalTuner ....................... Passed 0.62 sec test 21 Start 21: Kokkos_CoreUnitTest_KokkosP 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 21: Test timeout computed to be: 1500 21: [==========] Running 33 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 33 tests from kokkosp 21: [ RUN ] kokkosp.test_named_instance_fence 21: Ref: 33554433 21: Ref: named_instance 21: 33554433 21: named_instance 21: [ OK ] kokkosp.test_named_instance_fence (0 ms) 21: [ RUN ] kokkosp.test_unnamed_instance_fence 21: Ref: 33554433 21: Ref: Unnamed Instance Fence 21: 33554433 21: Kokkos::Cuda::fence(): Unnamed Instance Fence 21: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 21: [ RUN ] kokkosp.test_named_global_fence 21: Ref: 33554432 21: Ref: test global fence 21: 0 21: test global fence 21: Miss on id 21: 33554432 21: test global fence 21: [ OK ] kokkosp.test_named_global_fence (0 ms) 21: [ RUN ] kokkosp.test_unnamed_global_fence 21: Ref: 33554432 21: Ref: Unnamed Global Fence 21: 0 21: Kokkos::fence: Unnamed Global Fence 21: Miss on id 21: 33554432 21: Kokkos::fence: Unnamed Global Fence 21: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 21: [ RUN ] kokkosp.test_multiple_default_instances 21: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 21: [ RUN ] kokkosp.test_id_gen 21: [ OK ] kokkosp.test_id_gen (0 ms) 21: [ RUN ] kokkosp.test_kernel_sequence 21: Ref: 33554433 21: Ref: named_instance 21: 33554433 21: named_instance 21: Ref: 33554433 21: Ref: test_kernel 21: 33554433 21: named_instance 21: Miss on name 21: 0 21: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 21: Miss on name 21: Miss on id 21: 33554432 21: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 21: Miss on name 21: Miss on id 21: 33554433 21: test_kernel 21: [ OK ] kokkosp.test_kernel_sequence (1 ms) 21: [ RUN ] kokkosp.test_streams 21: [ OK ] kokkosp.test_streams (0 ms) 21: [ RUN ] kokkosp.async_deep_copy 21: [ OK ] kokkosp.async_deep_copy (0 ms) 21: [ RUN ] kokkosp.parallel_for 21: [ OK ] kokkosp.parallel_for (0 ms) 21: [ RUN ] kokkosp.parallel_reduce 21: [ OK ] kokkosp.parallel_reduce (0 ms) 21: [ RUN ] kokkosp.parallel_scan 21: [ OK ] kokkosp.parallel_scan (2 ms) 21: [ RUN ] kokkosp.parallel_scan_no_fence 21: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 21: [ RUN ] kokkosp.parallel_scan_no_fence_view 21: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 21: [ RUN ] kokkosp.regions 21: [ OK ] kokkosp.regions (0 ms) 21: [ RUN ] kokkosp.fences 21: [ OK ] kokkosp.fences (0 ms) 21: [ RUN ] kokkosp.raw_allocation 21: [ OK ] kokkosp.raw_allocation (0 ms) 21: [ RUN ] kokkosp.view 21: [ OK ] kokkosp.view (0 ms) 21: [ RUN ] kokkosp.sections 21: [ OK ] kokkosp.sections (0 ms) 21: [ RUN ] kokkosp.metadata 21: [ OK ] kokkosp.metadata (0 ms) 21: [ RUN ] kokkosp.profile_events 21: [ OK ] kokkosp.profile_events (0 ms) 21: [ RUN ] kokkosp.tuning_sequence 21: [ OK ] kokkosp.tuning_sequence (0 ms) 21: [ RUN ] kokkosp.no_init_kernel 21: [ OK ] kokkosp.no_init_kernel (0 ms) 21: [ RUN ] kokkosp.get_events 21: [ OK ] kokkosp.get_events (0 ms) 21: [ RUN ] kokkosp.kernel_name_parallel_for 21: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 21: [ RUN ] kokkosp.kernel_name_parallel_reduce 21: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 21: [ RUN ] kokkosp.kernel_name_parallel_scan 21: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 21: [ RUN ] kokkosp.kernel_name_internal 21: [ OK ] kokkosp.kernel_name_internal (0 ms) 21: [ RUN ] kokkosp.profiling_section 21: [ OK ] kokkosp.profiling_section (0 ms) 21: [ RUN ] kokkosp.scoped_profile_region 21: [ OK ] kokkosp.scoped_profile_region (0 ms) 21: [ RUN ] kokkosp.create_mirror_no_init 21: [ OK ] kokkosp.create_mirror_no_init (0 ms) 21: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 21: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 21: [ RUN ] kokkosp.create_mirror_view_and_copy 21: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 21: [----------] 33 tests from kokkosp (6 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 33 tests from 1 test suite ran. (6 ms total) 21: [ PASSED ] 33 tests. 21/66 Test #21: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.17 sec test 22 Start 22: Kokkos_CoreUnitTest_ToolIndependence 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 22: Test timeout computed to be: 1500 22/66 Test #22: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 23 Start 23: Kokkos_ProfilingTestLibraryLoadHelp 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 23: Environment variables: 23: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/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_ProfilingTestLibraryLoadHelp ........................ Passed 0.15 sec test 24 Start 24: Kokkos_ProfilingTestLibraryCmdLineHelp 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 24: Test timeout computed to be: 1500 24: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 24/66 Test #24: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.17 sec test 25 Start 25: Kokkos_ProfilingTestLibraryLoad 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 25: Environment variables: 25: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 25: Test timeout computed to be: 1500 25: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1507::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x558a67891c40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x558a67891d80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x558a67891e00:Host:source:0x558a67891cc0: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:0x558a67891ec0: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:0x558a67891d80:40::kokkosp_deallocate_data:Host:source:0x558a67891c40:40::kokkosp_finalize_library:: 25/66 Test #25: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.15 sec test 26 Start 26: Kokkos_ProfilingTestLibraryCmdLine 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 26: Test timeout computed to be: 1500 26: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1507::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x5605a5969cc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5605a5969e80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5605a5969f00:Host:source:0x5605a5969d40: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:0x5605a5969fc0: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:0x5605a5969e80:40::kokkosp_deallocate_data:Host:source:0x5605a5969cc0:40::kokkosp_finalize_library:: 26/66 Test #26: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.15 sec test 27 Start 27: Kokkos_CoreUnitTest_StackTraceTest 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 27: Test timeout computed to be: 1500 27: [==========] Running 3 tests from 2 test suites. 27: [----------] Global test environment set-up. 27: [----------] 2 tests from defaultdevicetype_DeathTest 27: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 27: Top of f1 27: Top of f0 27: Top of f0 27: test_f1: 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x560fc0d0a382] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x560fc0ca5eee] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x560fc0ca1ee9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xea) [0x560fc0ca38aa] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x560fc0cdb3fd] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x560fc0cb3549] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x560fc0cb46f9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x560fc0cb5031] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x560fc0cc4e3d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x560fc0cdbd8d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x560fc0cc4580] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x560fc0ca3dd0] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9009229d90] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9009229e40] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x560fc0ca1d55] 27: 27: demangled test_f1: 27: [0x560fc0d0a382] Kokkos::Impl::save_stacktrace() 27: [0x560fc0ca5eee] Test::stacktrace_test_f1(std::ostream&) 27: [0x560fc0ca1ee9] Test::test_stacktrace(bool, bool) 27: [0x560fc0ca38aa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 27: [0x560fc0cdb3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 27: [0x560fc0cb3549] testing::Test::Run() 27: [0x560fc0cb46f9] testing::TestInfo::Run() 27: [0x560fc0cb5031] testing::TestSuite::Run() 27: [0x560fc0cc4e3d] testing::internal::UnitTestImpl::RunAllTests() 27: [0x560fc0cdbd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 27: [0x560fc0cc4580] testing::UnitTest::Run() 27: [0x560fc0ca3dd0] main 27: [0x7f9009229d90] 27: [0x7f9009229e40] __libc_start_main 27: [0x560fc0ca1d55] _start 27: 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f1 27: Top of f0 27: Top of f0 27: StackTrace f3(std::cout, 4) returned: 110 27: test_f3: 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x560fc0d0a382] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x560fc0ca5eee] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x560fc0ca6234] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x560fc0ca2974] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xea) [0x560fc0ca38aa] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x560fc0cdb3fd] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x560fc0cb3549] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x560fc0cb46f9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x560fc0cb5031] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x560fc0cc4e3d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x560fc0cdbd8d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x560fc0cc4580] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x560fc0ca3dd0] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f9009229d90] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f9009229e40] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x560fc0ca1d55] 27: 27: demangled test_f3: 27: [0x560fc0d0a382] Kokkos::Impl::save_stacktrace() 27: [0x560fc0ca5eee] Test::stacktrace_test_f1(std::ostream&) 27: [0x560fc0ca6234] Test::stacktrace_test_f3(std::ostream&, int) 27: [0x560fc0ca2974] Test::test_stacktrace(bool, bool) 27: [0x560fc0ca38aa] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 27: [0x560fc0cdb3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 27: [0x560fc0cb3549] testing::Test::Run() 27: [0x560fc0cb46f9] testing::TestInfo::Run() 27: [0x560fc0cb5031] testing::TestSuite::Run() 27: [0x560fc0cc4e3d] testing::internal::UnitTestImpl::RunAllTests() 27: [0x560fc0cdbd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 27: [0x560fc0cc4580] testing::UnitTest::Run() 27: [0x560fc0ca3dd0] main 27: [0x7f9009229d90] 27: [0x7f9009229e40] __libc_start_main 27: [0x560fc0ca1d55] _start 27: 27: Test setting std::terminate handler that prints the last saved stack trace 27: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (357 ms) 27: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 27: Top of f1 27: Top of f0 27: Top of f0 27: test_f1: 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x564b5484a382] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x564b547e5eee] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x564b547e1ee9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe7) [0x564b547e3b97] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x564b5481b3fd] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x564b547f3549] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x564b547f46f9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x564b547f5031] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x564b54804e3d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x564b5481bd8d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x564b54804580] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x564b547e3dd0] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fb48b029d90] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fb48b029e40] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x564b547e1d55] 27: 27: demangled test_f1: 27: [0x564b5484a382] Kokkos::Impl::save_stacktrace() 27: [0x564b547e5eee] Test::stacktrace_test_f1(std::ostream&) 27: [0x564b547e1ee9] Test::test_stacktrace(bool, bool) 27: [0x564b547e3b97] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 27: [0x564b5481b3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 27: [0x564b547f3549] testing::Test::Run() 27: [0x564b547f46f9] testing::TestInfo::Run() 27: [0x564b547f5031] testing::TestSuite::Run() 27: [0x564b54804e3d] testing::internal::UnitTestImpl::RunAllTests() 27: [0x564b5481bd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 27: [0x564b54804580] testing::UnitTest::Run() 27: [0x564b547e3dd0] main 27: [0x7fb48b029d90] 27: [0x7fb48b029e40] __libc_start_main 27: [0x564b547e1d55] _start 27: 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f1 27: Top of f0 27: Top of f0 27: StackTrace f3(std::cout, 4) returned: 110 27: test_f3: 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x564b5484a382] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x564b547e5eee] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x564b547e6234] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x564b547e2974] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xe7) [0x564b547e3b97] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x564b5481b3fd] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x564b547f3549] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x564b547f46f9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x564b547f5031] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x564b54804e3d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x564b5481bd8d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x564b54804580] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x564b547e3dd0] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fb48b029d90] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fb48b029e40] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x564b547e1d55] 27: 27: demangled test_f3: 27: [0x564b5484a382] Kokkos::Impl::save_stacktrace() 27: [0x564b547e5eee] Test::stacktrace_test_f1(std::ostream&) 27: [0x564b547e6234] Test::stacktrace_test_f3(std::ostream&, int) 27: [0x564b547e2974] Test::test_stacktrace(bool, bool) 27: [0x564b547e3b97] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 27: [0x564b5481b3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 27: [0x564b547f3549] testing::Test::Run() 27: [0x564b547f46f9] testing::TestInfo::Run() 27: [0x564b547f5031] testing::TestSuite::Run() 27: [0x564b54804e3d] testing::internal::UnitTestImpl::RunAllTests() 27: [0x564b5481bd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 27: [0x564b54804580] testing::UnitTest::Run() 27: [0x564b547e3dd0] main 27: [0x7fb48b029d90] 27: [0x7fb48b029e40] __libc_start_main 27: [0x564b547e1d55] _start 27: 27: Test setting std::terminate handler that prints the last saved stack trace 27: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (389 ms) 27: [----------] 2 tests from defaultdevicetype_DeathTest (747 ms total) 27: 27: [----------] 1 test from defaultdevicetype 27: [ RUN ] defaultdevicetype.stacktrace_normal 27: Top of f1 27: Top of f0 27: Top of f0 27: test_f1: 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5560d0eba382] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x5560d0e55eee] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x29) [0x5560d0e51ee9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5560d0e8b3fd] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5560d0e63549] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5560d0e646f9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5560d0e65031] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5560d0e74e3d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5560d0e8bd8d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5560d0e74580] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x5560d0e53dd0] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fee94229d90] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fee94229e40] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5560d0e51d55] 27: 27: demangled test_f1: 27: [0x5560d0eba382] Kokkos::Impl::save_stacktrace() 27: [0x5560d0e55eee] Test::stacktrace_test_f1(std::ostream&) 27: [0x5560d0e51ee9] Test::test_stacktrace(bool, bool) 27: [0x5560d0e8b3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 27: [0x5560d0e63549] testing::Test::Run() 27: [0x5560d0e646f9] testing::TestInfo::Run() 27: [0x5560d0e65031] testing::TestSuite::Run() 27: [0x5560d0e74e3d] testing::internal::UnitTestImpl::RunAllTests() 27: [0x5560d0e8bd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 27: [0x5560d0e74580] testing::UnitTest::Run() 27: [0x5560d0e53dd0] main 27: [0x7fee94229d90] 27: [0x7fee94229e40] __libc_start_main 27: [0x5560d0e51d55] _start 27: 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f3 27: Top of f1 27: Top of f0 27: Top of f0 27: StackTrace f3(std::cout, 4) returned: 110 27: test_f3: 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5560d0eba382] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x5560d0e55eee] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x5560d0e56234] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xab4) [0x5560d0e52974] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5560d0e8b3fd] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x5560d0e63549] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x5560d0e646f9] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x5560d0e65031] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x86d) [0x5560d0e74e3d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5560d0e8bd8d] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x100) [0x5560d0e74580] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x5560d0e53dd0] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fee94229d90] 27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fee94229e40] 27: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x5560d0e51d55] 27: 27: demangled test_f3: 27: [0x5560d0eba382] Kokkos::Impl::save_stacktrace() 27: [0x5560d0e55eee] Test::stacktrace_test_f1(std::ostream&) 27: [0x5560d0e56234] Test::stacktrace_test_f3(std::ostream&, int) 27: [0x5560d0e52974] Test::test_stacktrace(bool, bool) 27: [0x5560d0e8b3fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 27: [0x5560d0e63549] testing::Test::Run() 27: [0x5560d0e646f9] testing::TestInfo::Run() 27: [0x5560d0e65031] testing::TestSuite::Run() 27: [0x5560d0e74e3d] testing::internal::UnitTestImpl::RunAllTests() 27: [0x5560d0e8bd8d] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 27: [0x5560d0e74580] testing::UnitTest::Run() 27: [0x5560d0e53dd0] main 27: [0x7fee94229d90] 27: [0x7fee94229e40] __libc_start_main 27: [0x5560d0e51d55] _start 27: 27: Test setting std::terminate handler that prints the last saved stack trace 27: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 27: [----------] 1 test from defaultdevicetype (1 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 3 tests from 2 test suites ran. (748 ms total) 27: [ PASSED ] 3 tests. 27/66 Test #27: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 0.93 sec test 28 Start 28: Kokkos_IncrementalTest_SERIAL 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 28: Test timeout computed to be: 1500 28: [==========] Running 28 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 28 tests from SERIAL 28: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 28: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 28: [ RUN ] SERIAL.IncrTest_01_execspace 28: Host Serial Execution Space: 28: KOKKOS_ENABLE_SERIAL: yes 28: 28: Serial Runtime Configuration: 28: Serial 28: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 28: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 28: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 28: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 28: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 28: [ RUN ] SERIAL.IncrTest_02_AtomicSub 28: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 28: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 28: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 28: [ RUN ] SERIAL.IncrTest_03b_memspace_free 28: [ OK ] SERIAL.IncrTest_03b_memspace_free (115 ms) 28: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 28: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 28: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 28: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 28: [ RUN ] SERIAL.IncrTest_05_reduction 28: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 28: [ RUN ] SERIAL.IncrTest_06_mdrange2D 28: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 28: [ RUN ] SERIAL.IncrTest_06_mdrange3D 28: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 28: [ RUN ] SERIAL.IncrTest_06_mdrange4D 28: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 28: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 28: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 28: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 28: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 28: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 28: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 28: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 28: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 28: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 28: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 28: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 28: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 28: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 28: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (125 ms) 28: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 28: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 28: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 28: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 28: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 28: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 28: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 28: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 28: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 28: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 28: [ RUN ] SERIAL.incr_14_MDrangeReduce 28: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 28: [ RUN ] SERIAL.IncrTest_16_parallelscan 28: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 28: [ RUN ] SERIAL.incr_17_atomicView 28: [ OK ] SERIAL.incr_17_atomicView (0 ms) 28: [----------] 28 tests from SERIAL (245 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 28 tests from 1 test suite ran. (245 ms total) 28: [ PASSED ] 28 tests. 28/66 Test #28: Kokkos_IncrementalTest_SERIAL .............................. Passed 0.41 sec test 29 Start 29: Kokkos_IncrementalTest_CUDA 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_CUDA 29: Test timeout computed to be: 1500 29: [==========] Running 28 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 28 tests from CUDA 29: [ RUN ] CUDA.IncrTest_01_execspace_typedef 29: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 29: [ RUN ] CUDA.IncrTest_01_execspace 29: Device Execution Space: 29: KOKKOS_ENABLE_CUDA: yes 29: Cuda Options: 29: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 29: KOKKOS_ENABLE_CUDA_UVM: no 29: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 29: 29: Cuda Runtime Configuration: 29: macro KOKKOS_ENABLE_CUDA : defined 29: macro CUDA_VERSION : 11080 = version 11.8 29: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 29: Capability: 7.0 29: Total Global Memory: 31.73 GiB 29: Shared Memory per Block: 48 KiB 29: Can access system allocated memory: 0 29: via Address Translation Service: 0 29: Cuda 29: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 29: [ RUN ] CUDA.IncrTest_02_AtomicExchange 29: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 29: [ RUN ] CUDA.IncrTest_02_AtomicAdd 29: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 29: [ RUN ] CUDA.IncrTest_02_AtomicSub 29: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 29: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 29: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 29: [ RUN ] CUDA.IncrTest_03b_memspace_free 29: [ OK ] CUDA.IncrTest_03b_memspace_free (1857 ms) 29: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 29: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 29: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 29: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 29: [ RUN ] CUDA.IncrTest_05_reduction 29: [ OK ] CUDA.IncrTest_05_reduction (3 ms) 29: [ RUN ] CUDA.IncrTest_06_mdrange2D 29: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 29: [ RUN ] CUDA.IncrTest_06_mdrange3D 29: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 29: [ RUN ] CUDA.IncrTest_06_mdrange4D 29: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 29: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 29: [ OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms) 29: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 29: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 29: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 29: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 29: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 29: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 29: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 29: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms) 29: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 29: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (1 ms) 29: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o 29: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (329 ms) 29: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 29: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 29: [ RUN ] CUDA.IncrTest_12b_TeamScratch 29: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 29: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 29: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 29: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 29: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 29: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 29: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 29: [ RUN ] CUDA.incr_14_MDrangeReduce 29: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 29: [ RUN ] CUDA.IncrTest_16_parallelscan 29: [ OK ] CUDA.IncrTest_16_parallelscan (6 ms) 29: [ RUN ] CUDA.incr_17_atomicView 29: [ OK ] CUDA.incr_17_atomicView (0 ms) 29: [----------] 28 tests from CUDA (2207 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 28 tests from 1 test suite ran. (2207 ms total) 29: [ PASSED ] 28 tests. 29/66 Test #29: Kokkos_IncrementalTest_CUDA ................................ Passed 2.39 sec test 30 Start 30: Kokkos_CoreUnitTest_CTestDevice 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 30: Test timeout computed to be: 1500 30: [==========] Running 8 tests from 2 test suites. 30: [----------] Global test environment set-up. 30: [----------] 5 tests from ctest_environment_DeathTest 30: [ RUN ] ctest_environment_DeathTest.invalid_rank 30: [ OK ] ctest_environment_DeathTest.invalid_rank (110 ms) 30: [ RUN ] ctest_environment_DeathTest.no_type_str 30: [ OK ] ctest_environment_DeathTest.no_type_str (104 ms) 30: [ RUN ] ctest_environment_DeathTest.missing_type 30: [ OK ] ctest_environment_DeathTest.missing_type (218 ms) 30: [ RUN ] ctest_environment_DeathTest.no_id_str 30: [ OK ] ctest_environment_DeathTest.no_id_str (107 ms) 30: [ RUN ] ctest_environment_DeathTest.invalid_id_str 30: [ OK ] ctest_environment_DeathTest.invalid_id_str (465 ms) 30: [----------] 5 tests from ctest_environment_DeathTest (1007 ms total) 30: 30: [----------] 3 tests from ctest_environment 30: [ RUN ] ctest_environment.no_device_type 30: [ OK ] ctest_environment.no_device_type (0 ms) 30: [ RUN ] ctest_environment.no_process_count 30: [ OK ] ctest_environment.no_process_count (0 ms) 30: [ RUN ] ctest_environment.good 30: [ OK ] ctest_environment.good (0 ms) 30: [----------] 3 tests from ctest_environment (0 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 8 tests from 2 test suites ran. (1007 ms total) 30: [ PASSED ] 8 tests. 30/66 Test #30: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.08 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 31: Test timeout computed to be: 1500 31/66 Test #31: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 32 Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 32: Test timeout computed to be: 1500 32: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 32/66 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 33 Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 33: Test timeout computed to be: 1500 33/66 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 34 Start 34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 34: Environment variables: 34: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 34: Test timeout computed to be: 1500 34/66 Test #34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 35 Start 35: Kokkos_CoreUnitTest_DeviceAndThreads 35: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 35: Test timeout computed to be: 1500 35: test_device_id (__main__.KokkosInitializationTestCase) ... ok [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o 35: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok 35: test_num_devices (__main__.KokkosInitializationTestCase) ... ok 35: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 35: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok 35: 35: ---------------------------------------------------------------------- 35: Ran 5 tests in 1.821s 35: 35: OK (skipped=1) 35/66 Test #35: Kokkos_CoreUnitTest_DeviceAndThreads ....................... Passed 2.14 sec test 36 Start 36: Kokkos_PerformanceTest_Benchmark 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T16-02-26.json" 36: Test timeout computed to be: 1500 36: 2025-09-23T16:37:16+00:00 36: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 36: Run on (6 X 2095.11 MHz CPU s) 36: CPU Caches: 36: L1 Data 32 KiB (x6) 36: L1 Instruction 32 KiB (x6) 36: L2 Unified 4096 KiB (x6) 36: L3 Unified 16384 KiB (x6) 36: Load Average: 1.84, 5.33, 6.62 36: CPU architecture: none 36: Can access system allocated memory: 0 36: Capability: 7.0 36: Default Device: Cuda 36: GPU architecture: VOLTA70 36: KOKKOS_COMPILER_CLANG: 1507 36: KOKKOS_ENABLE_ASM: no 36: KOKKOS_ENABLE_CUDA: yes 36: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 36: KOKKOS_ENABLE_CUDA_UVM: no 36: KOKKOS_ENABLE_CXX20: yes 36: KOKKOS_ENABLE_CXX23: no 36: KOKKOS_ENABLE_CXX26: no 36: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 36: KOKKOS_ENABLE_HWLOC: no 36: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 36: KOKKOS_ENABLE_LIBDL: yes 36: KOKKOS_ENABLE_PRAGMA_IVDEP: no 36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 36: KOKKOS_ENABLE_PRAGMA_UNROLL: no 36: KOKKOS_ENABLE_PRAGMA_VECTOR: no 36: KOKKOS_ENABLE_SERIAL: yes 36: Kokkos Version: 4.7.99 36: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected 36: Shared Memory per Block: 48 KiB 36: Total Global Memory: 31.73 GiB 36: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 36: macro CUDA_VERSION: 11080 = version 11.8 36: macro KOKKOS_ENABLE_CUDA: defined 36: mdspan: enabled 36: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 36: platform: 64bit 36: via Address Translation Service: 0 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: GramSchmidt/Count:1024/iterations:5/manual_time 0.004 s 0.005 s 5 1024 4.08059u 36: GramSchmidt/Count:2048/iterations:5/manual_time 0.004 s 0.005 s 5 2.048k 2.05037u 36: GramSchmidt/Count:4096/iterations:5/manual_time 0.004 s 0.005 s 5 4.096k 1043.14n 36: GramSchmidt/Count:8192/iterations:5/manual_time 0.004 s 0.005 s 5 8.192k 520.337n 36: GramSchmidt/Count:16384/iterations:5/manual_time 0.004 s 0.007 s 5 16.384k 269.305n 36: GramSchmidt/Count:32768/iterations:5/manual_time 0.005 s 0.008 s 5 32.768k 148.624n 36: GramSchmidt/Count:65536/iterations:5/manual_time 0.006 s 0.013 s 5 65.536k 87.7279n 36: GramSchmidt/Count:131072/iterations:5/manual_time 0.007 s 0.025 s 5 131.072k 54.1355n 36: GramSchmidt/Count:262144/iterations:5/manual_time 0.009 s 0.046 s 5 262.144k 34.9732n 36: GramSchmidt/Count:524288/iterations:5/manual_time 0.016 s 0.096 s 5 524.288k 30.9393n [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c15.cpp.o 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s Max 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: CustomReduction/N:100000/R:1000/manual_time 0.003 s 0.008 s 240 93.8497k/s 11.5 36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 36: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: OverlapRangePolicy/N:2000/M:10000/R:10 0.308 s 0.307 s 2 0.0780333 0.0374525 0.030608 0.0143012 0.0152505 4.938u 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: OverlapMDRangePolicy/N:200/M:10000/R:10 0.024 s 0.024 s 30 5.8502m 2.93383m 2.27153m 1.14806m 1.153m 5.559u 36: OverlapTeamPolicy/N:20/M:1000000/R:10 0.312 s 0.311 s 2 0.0624651 0.0294778 0.0512406 0.0245796 0.0256232 8.539u 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations Count Time normalized 36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 10.4258n 36: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 4.72705n 36: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 2.90503n 36: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 1.44934n 36: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1039.18p 36: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 783.356p 36: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 643.356p 36: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 516.174p 36: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 538.021p 36: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 578.344p 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Benchmark Time CPU Iterations FOM: rate 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 36: Malloc/N:1/manual_time 8.96 us 19.6 us 78658 111.556k/s 36: Malloc/N:16/manual_time 8.91 us 19.5 us 78923 112.284k/s 36: Malloc/N:256/manual_time 8.90 us 19.4 us 78478 112.309k/s 36: Malloc/N:4096/manual_time 8.95 us 19.5 us 78287 111.68k/s 36: Malloc/N:65536/manual_time 8.93 us 19.5 us 77857 111.956k/s [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o 36: Malloc/N:1048576/manual_time 64.8 us 122 us 10867 15.4331k/s [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o 36: Malloc/N:16777216/manual_time 326 us 155 us 9296 3.06557k/s 36: Malloc/N:268435456/manual_time 6420 us 406 us 112 155.765/s 36: Malloc/N:4294967296/manual_time 114256 us 3678 us 10 8.75227/s 36: MallocFree/N:1/manual_time 19.6 us 19.5 us 35331 51.095k/s 36: MallocFree/N:16/manual_time 19.5 us 19.4 us 36061 51.4106k/s 36: MallocFree/N:256/manual_time 19.4 us 19.4 us 35944 51.4736k/s [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o 36: MallocFree/N:4096/manual_time 20.0 us 19.9 us 35912 50.0906k/s 36: MallocFree/N:65536/manual_time 20.2 us 20.2 us 34555 49.3906k/s [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o 36: MallocFree/N:1048576/manual_time 124 us 122 us 5627 8.04124k/s 36: MallocFree/N:16777216/manual_time 350 us 153 us 4756 2.85601k/s 36: MallocFree/N:268435456/manual_time 6483 us 400 us 109 154.243/s 36: MallocFree/N:4294967296/manual_time 116968 us 3687 us 10 8.54938/s [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o 36: MallocTouch/N:1/manual_time 10.7 us 21.4 us 64068 93.1033k/s 36: MallocTouch/N:16/manual_time 10.7 us 21.3 us 65341 93.2882k/s 36: MallocTouch/N:256/manual_time 10.8 us 21.3 us 65456 92.9666k/s 36: MallocTouch/N:4096/manual_time 18.4 us 29.3 us 38030 54.3435k/s [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o 36: MallocTouch/N:65536/manual_time 18.5 us 29.4 us 38106 54.1988k/s 36: MallocTouch/N:1048576/manual_time 77.3 us 135 us 9073 12.9403k/s [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 36: MallocTouch/N:16777216/manual_time 306 us 177 us 7220 3.26903k/s 36: MallocTouch/N:268435456/manual_time 6234 us 550 us 110 160.41/s 36: MallocTouch/N:4294967296/manual_time 115549 us 5798 us 10 8.65432/s 36: MallocTouchFree/N:1/manual_time 21.5 us 21.4 us 32327 46.6026k/s 36: MallocTouchFree/N:16/manual_time 21.3 us 21.3 us 32862 46.98k/s 36: MallocTouchFree/N:256/manual_time 21.3 us 21.3 us 32590 46.8837k/s [ 38%] Built target Kokkos_CoreUnitTest_Serial2 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/UnitTestMain.cpp.o 36: MallocTouchFree/N:4096/manual_time 29.2 us 29.2 us 23925 34.1935k/s 36: MallocTouchFree/N:65536/manual_time 29.2 us 29.2 us 23897 34.189k/s 36: MallocTouchFree/N:1048576/manual_time 138 us 137 us 5096 7.26384k/s 36: MallocTouchFree/N:16777216/manual_time 330 us 175 us 4133 3.03237k/s 36: MallocTouchFree/N:268435456/manual_time 6469 us 558 us 107 154.578/s 36: MallocTouchFree/N:4294967296/manual_time 117643 us 5808 us 10 8.50031/s [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: Benchmark Time CPU Iterations FOM: GB/s MB 36: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 36: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.001 s 77 44.3291/s 800 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestExecutionEnvironmentNonInitializedOrFinalized.cpp.o 36: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.001 s 47 43.9649/s 800 36: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.001 s 38 42.9957/s 800 36: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.001 s 38 42.9263/s 800 36: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.001 s 38 42.9826/s 800 36: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 38 43.0434/s 800 36: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 38 42.9323/s 800 36: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.001 s 38 43.0414/s 800 36: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.001 s 37 44.1855/s 800 36: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 37 44.1684/s 800 36: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 38 42.9335/s 800 [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o 36: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 38 42.9711/s 800 36: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 38 42.9826/s 800 36: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.001 s 38 42.972/s 800 36: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 38 42.9623/s 800 36: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.001 s 38 42.971/s 800 [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o 36: ViewDeepCopy_Rank1/N:10/manual_time 0.182 s 0.181 s 4 8.7674/s 1.6k 36: ViewDeepCopy_Rank1/N:10/manual_time 0.166 s 0.165 s 4 9.65516/s 1.6k [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 433 1019.5/s 1.6k 36: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 429 1019.22/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 429 1019.38/s 1.6k 36: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 290 338.654/s 800 [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o 36: ViewDeepCopy_Rank1Strided/N:10/manual_time 0.168 s 0.167 s 4 4.75946/s 800 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 436 1019.6/s 1.6k 36: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 429 1019.55/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 429 1019.58/s 1.6k 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 429 1019.67/s 1.6k [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o 36: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 151 347.253/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.012 s 0.012 s 58 136.642/s 1.6k 36: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 429 1019.59/s 1.6k 36: ViewDeepCopy_Rank2/N:10/manual_time 0.004 s 0.004 s 166 379.747/s 1.6k 36: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 158 364.492/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 429 1019.55/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 429 1019.68/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 429 1018.6/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 429 1019.67/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.012 s 0.012 s 57 133.233/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.012 s 0.012 s 57 134.029/s 1.6k 36: ViewDeepCopy_Rank4/N:10/manual_time 0.005 s 0.005 s 137 341.128/s 1.6k 36: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 81 199.607/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 429 1019.52/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 429 1019.73/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.023 s 0.023 s 30 70.2436/s 1.6k 36: ViewDeepCopy_Rank6/N:10/manual_time 0.005 s 0.005 s 131 316.244/s 1.6k [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o 36: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 429 1019.47/s 1.6k 36: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 429 1019.5/s 1.6k [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializationSettings.cpp.o 36: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 36 82.7116/s 1.6k 36: ViewDeepCopy_Rank7/N:10/manual_time 0.006 s 0.006 s 105 264.581/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 429 1019.55/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 429 1019.54/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.021 s 0.021 s 33 75.7267/s 1.6k 36: ViewDeepCopy_Rank8/N:10/manual_time 0.006 s 0.006 s 104 272.321/s 1.6k 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.51/s 1.6k [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.78/s 1.6k 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.49/s 1.6k 36: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.74/s 1.6k 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.48/s 800 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Develop 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.53/s 800 [ 38%] Built target Kokkos_CoreUnitTest_Develop [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.682/s 800 36: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.629/s 800 36: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.625/s 800 36: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.516/s 800 36: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 755.618/s 800 36: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 755.631/s 800 36: ViewFill_Rank1Strided/N:10/manual_time 0.002 s 0.002 s 440 257.366/s 400 36: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.486/s 800 36: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.473/s 800 36: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 755.491/s 800 36: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 755.575/s 800 36: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 661 755.499/s 800 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestInitializeFinalize.cpp.o 36: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 661 751.822/s 800 36: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 658 750.653/s 800 36: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 655 749.038/s 800 36: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 658 751.469/s 800 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o 36: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 658 749.458/s 800 36: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 656 752.298/s 800 [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o 36: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 658 752.564/s 800 36: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.76131k/s 1.6k 36: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.8032k/s 1.6k 36: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.03211k/s 1.6k 36: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.03182k/s 1.6k 36: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.98745k/s 1.6k 36: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.40985k/s 1.6k 36: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.51409k/s 1.6k 36: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.49408k/s 1.6k 36: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.65134k/s 1.6k 36: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.64176k/s 1.6k 36: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.95509k/s 1.6k 36: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.78718k/s 1.6k 36: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.88132k/s 1.6k 36: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.58132k/s 1.6k 36: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.9803k/s 1.6k 36: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.82851k/s 1.6k 36: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.72126k/s 1.6k 36: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.9995k/s 1.6k 36: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.16422k/s 1.6k 36: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.03951k/s 1.6k 36: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.13927k/s 1.6k 36: ViewResize_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 437.582/s 1.6k 36: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 446.056/s 1.6k 36: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 403.799/s 1.6k 36: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 438.441/s 1.6k 36: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 391.593/s 1.6k 36: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 450.545/s 1.6k 36: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 400.085/s 1.6k 36: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 413.778/s 1.6k 36: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 403.067/s 1.6k 36: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 446.494/s 1.6k 36: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 399.635/s 1.6k 36: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.031 s 0.003 s 10 51.7558/s 1.6k 36: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.023 s 0.003 s 10 68.7968/s 1.6k 36/66 Test #36: Kokkos_PerformanceTest_Benchmark ........................... Passed 130.35 sec test 37 Start 37: Kokkos_Benchmark_Atomic_MinMax 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T16-02-26.json" 37: Test timeout computed to be: 1500 37: 2025-09-23T16:39:27+00:00 37: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 37: Run on (6 X 2095.11 MHz CPU s) 37: CPU Caches: 37: L1 Data 32 KiB (x6) 37: L1 Instruction 32 KiB (x6) 37: L2 Unified 4096 KiB (x6) 37: L3 Unified 16384 KiB (x6) 37: Load Average: 0.97, 3.73, 5.85 37: CPU architecture: none 37: Can access system allocated memory: 0 37: Capability: 7.0 37: Default Device: Cuda 37: GPU architecture: VOLTA70 37: KOKKOS_COMPILER_CLANG: 1507 37: KOKKOS_ENABLE_ASM: no 37: KOKKOS_ENABLE_CUDA: yes 37: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 37: KOKKOS_ENABLE_CUDA_UVM: no 37: KOKKOS_ENABLE_CXX20: yes 37: KOKKOS_ENABLE_CXX23: no 37: KOKKOS_ENABLE_CXX26: no 37: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 37: KOKKOS_ENABLE_HWLOC: no 37: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 37: KOKKOS_ENABLE_LIBDL: yes 37: KOKKOS_ENABLE_PRAGMA_IVDEP: no 37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 37: KOKKOS_ENABLE_PRAGMA_UNROLL: no 37: KOKKOS_ENABLE_PRAGMA_VECTOR: no 37: KOKKOS_ENABLE_SERIAL: yes 37: Kokkos Version: 4.7.99 37: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected 37: Shared Memory per Block: 48 KiB 37: Total Global Memory: 31.73 GiB 37: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 37: macro CUDA_VERSION: 11080 = version 11.8 37: macro KOKKOS_ENABLE_CUDA: defined 37: mdspan: enabled 37: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 37: platform: 64bit 37: via Address Translation Service: 0 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Benchmark Time CPU Iterations 37: ---------------------------------------------------------------------------------------------------------------------------------------- 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 37/66 Test #37: Kokkos_Benchmark_Atomic_MinMax ............................. Passed 0.30 sec test 38 Start 38: Kokkos_PerformanceTest_ViewFirstTouch 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T16-02-26.json" 38: Test timeout computed to be: 1500 38: 2025-09-23T16:39:27+00:00 38: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch 38: Run on (6 X 2095.11 MHz CPU s) 38: CPU Caches: 38: L1 Data 32 KiB (x6) 38: L1 Instruction 32 KiB (x6) 38: L2 Unified 4096 KiB (x6) 38: L3 Unified 16384 KiB (x6) 38: Load Average: 0.97, 3.73, 5.85 38: CPU architecture: none 38: Can access system allocated memory: 0 38: Capability: 7.0 38: Default Device: Cuda 38: GPU architecture: VOLTA70 38: KOKKOS_COMPILER_CLANG: 1507 38: KOKKOS_ENABLE_ASM: no 38: KOKKOS_ENABLE_CUDA: yes 38: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 38: KOKKOS_ENABLE_CUDA_UVM: no 38: KOKKOS_ENABLE_CXX20: yes 38: KOKKOS_ENABLE_CXX23: no 38: KOKKOS_ENABLE_CXX26: no 38: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 38: KOKKOS_ENABLE_HWLOC: no 38: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 38: KOKKOS_ENABLE_LIBDL: yes 38: KOKKOS_ENABLE_PRAGMA_IVDEP: no 38: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 38: KOKKOS_ENABLE_PRAGMA_UNROLL: no 38: KOKKOS_ENABLE_PRAGMA_VECTOR: no 38: KOKKOS_ENABLE_SERIAL: yes 38: Kokkos Version: 4.7.99 38: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected 38: Shared Memory per Block: 48 KiB 38: Total Global Memory: 31.73 GiB 38: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 38: macro CUDA_VERSION: 11080 = version 11.8 38: macro KOKKOS_ENABLE_CUDA: defined 38: mdspan: enabled 38: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 38: platform: 64bit 38: via Address Translation Service: 0 38: ------------------------------------------------------------------------------------------------------------------------------------ 38: Benchmark Time CPU Iterations FOM: GB/s MB 38: ------------------------------------------------------------------------------------------------------------------------------------ 38: ViewFirstTouch_Initialize/N:64/manual_time 0.000 s 0.000 s 41640 0.0306894/s 512u 38: ViewFirstTouch_Initialize/N:512/manual_time 0.000 s 0.000 s 39594 0.231641/s 4.096m 38: ViewFirstTouch_Initialize/N:4096/manual_time 0.000 s 0.000 s 35536 1.64799/s 0.032768 38: ViewFirstTouch_Initialize/N:32768/manual_time 0.000 s 0.000 s 33555 12.6202/s 0.262144 38: ViewFirstTouch_Initialize/N:262144/manual_time 0.000 s 0.000 s 8497 25.9005/s 2.09715 [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o 38: ViewFirstTouch_Initialize/N:2097152/manual_time 0.000 s 0.000 s 6356 54.7551/s 16.7772 38: ViewFirstTouch_Initialize/N:16777216/manual_time 0.003 s 0.000 s 225 42.4845/s 134.218 38: ViewFirstTouch_ParallelFor/N:64/manual_time 0.000 s 0.000 s 77419 0.113731/s 1024u 38: ViewFirstTouch_ParallelFor/N:512/manual_time 0.000 s 0.000 s 76132 0.896976/s 8.192m [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o 38: ViewFirstTouch_ParallelFor/N:4096/manual_time 0.000 s 0.000 s 78508 7.33245/s 0.065536 38: ViewFirstTouch_ParallelFor/N:32768/manual_time 0.000 s 0.000 s 74787 56.0938/s 0.524288 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestKokkosHelpCausesNormalProgramTermination.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o 38: ViewFirstTouch_ParallelFor/N:262144/manual_time 0.000 s 0.000 s 52279 314.158/s 4.1943 [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o 38: ViewFirstTouch_ParallelFor/N:2097152/manual_time 0.000 s 0.000 s 14380 685.167/s 33.5544 [ 60%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 60%] Built target Kokkos_ContainersTestCompileOnly 38: ViewFirstTouch_ParallelFor/N:16777216/manual_time 0.000 s 0.001 s 2302 885.959/s 268.435 38: ViewFirstTouch_DeepCopy/N:64/init_value:0/manual_time 0.000 s 0.000 s 91663 0.134905/s 1024u 38: ViewFirstTouch_DeepCopy/N:512/init_value:0/manual_time 0.000 s 0.000 s 82145 0.966395/s 8.192m 38: ViewFirstTouch_DeepCopy/N:4096/init_value:0/manual_time 0.000 s 0.000 s 77280 7.17052/s 0.065536 38: ViewFirstTouch_DeepCopy/N:32768/init_value:0/manual_time 0.000 s 0.000 s 76559 57.3653/s 0.524288 38: ViewFirstTouch_DeepCopy/N:262144/init_value:0/manual_time 0.000 s 0.000 s 66955 378.362/s 4.1943 38: ViewFirstTouch_DeepCopy/N:2097152/init_value:0/manual_time 0.000 s 0.000 s 28164 1.37314k/s 33.5544 [ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o 38: ViewFirstTouch_DeepCopy/N:16777216/init_value:0/manual_time 0.000 s 0.000 s 5427 2.08214k/s 268.435 38: ViewFirstTouch_DeepCopy/N:64/init_value:1/manual_time 0.000 s 0.000 s 72477 0.105746/s 1024u 38: ViewFirstTouch_DeepCopy/N:512/init_value:1/manual_time 0.000 s 0.000 s 69638 0.850032/s 8.192m 38: ViewFirstTouch_DeepCopy/N:4096/init_value:1/manual_time 0.000 s 0.000 s 73247 6.81782/s 0.065536 38: ViewFirstTouch_DeepCopy/N:32768/init_value:1/manual_time 0.000 s 0.000 s 70687 52.5826/s 0.524288 38: ViewFirstTouch_DeepCopy/N:262144/init_value:1/manual_time 0.000 s 0.000 s 56416 338.752/s 4.1943 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o 38: ViewFirstTouch_DeepCopy/N:2097152/init_value:1/manual_time 0.000 s 0.000 s 21602 1037.06/s 33.5544 38: ViewFirstTouch_DeepCopy/N:16777216/init_value:1/manual_time 0.000 s 0.000 s 3760 1.43911k/s 268.435 38/66 Test #38: Kokkos_PerformanceTest_ViewFirstTouch ...................... Passed 62.28 sec test 39 Start 39: Kokkos_PerformanceTest_Mempool 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T16-02-26.json" 39: Test timeout computed to be: 1500 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestLegionInitialization.cpp.o 39: 2025-09-23T16:40:29+00:00 39: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool 39: Run on (6 X 2095.11 MHz CPU s) 39: CPU Caches: 39: L1 Data 32 KiB (x6) 39: L1 Instruction 32 KiB (x6) 39: L2 Unified 4096 KiB (x6) 39: L3 Unified 16384 KiB (x6) 39: Load Average: 0.79, 3.13, 5.50 39: CPU architecture: none 39: Can access system allocated memory: 0 39: Capability: 7.0 39: Default Device: Cuda 39: GPU architecture: VOLTA70 39: KOKKOS_COMPILER_CLANG: 1507 39: KOKKOS_ENABLE_ASM: no 39: KOKKOS_ENABLE_CUDA: yes 39: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 39: KOKKOS_ENABLE_CUDA_UVM: no 39: KOKKOS_ENABLE_CXX20: yes 39: KOKKOS_ENABLE_CXX23: no 39: KOKKOS_ENABLE_CXX26: no 39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 39: KOKKOS_ENABLE_HWLOC: no 39: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 39: KOKKOS_ENABLE_LIBDL: yes 39: KOKKOS_ENABLE_PRAGMA_IVDEP: no 39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 39: KOKKOS_ENABLE_PRAGMA_UNROLL: no 39: KOKKOS_ENABLE_PRAGMA_VECTOR: no 39: KOKKOS_ENABLE_SERIAL: yes 39: Kokkos Version: 4.7.99 39: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected 39: Shared Memory per Block: 48 KiB 39: Total Global Memory: 31.73 GiB 39: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 39: macro CUDA_VERSION: 11080 = version 11.8 39: macro KOKKOS_ENABLE_CUDA: defined 39: mdspan: enabled 39: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 39: platform: 64bit 39: via Address Translation Service: 0 39: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations FOM: fill ops per second 39: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 5362 42.6791M/s 39: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Benchmark Time CPU Iterations FOM: cycle ops per second 39: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 39: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 17537 278.796M/s 39/66 Test #39: Kokkos_PerformanceTest_Mempool ............................. Passed 7.73 sec test 40 Start 40: Kokkos_PerformanceTest_Atomic 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T16-02-26.json" 40: Test timeout computed to be: 1500 40: 2025-09-23T16:40:37+00:00 40: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic 40: Run on (6 X 2095.11 MHz CPU s) 40: CPU Caches: 40: L1 Data 32 KiB (x6) 40: L1 Instruction 32 KiB (x6) 40: L2 Unified 4096 KiB (x6) 40: L3 Unified 16384 KiB (x6) 40: Load Average: 0.80, 3.10, 5.48 40: CPU architecture: none 40: Can access system allocated memory: 0 40: Capability: 7.0 40: Default Device: Cuda 40: GPU architecture: VOLTA70 40: KOKKOS_COMPILER_CLANG: 1507 40: KOKKOS_ENABLE_ASM: no 40: KOKKOS_ENABLE_CUDA: yes 40: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 40: KOKKOS_ENABLE_CUDA_UVM: no 40: KOKKOS_ENABLE_CXX20: yes 40: KOKKOS_ENABLE_CXX23: no 40: KOKKOS_ENABLE_CXX26: no 40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 40: KOKKOS_ENABLE_HWLOC: no 40: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 40: KOKKOS_ENABLE_LIBDL: yes 40: KOKKOS_ENABLE_PRAGMA_IVDEP: no 40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 40: KOKKOS_ENABLE_PRAGMA_UNROLL: no 40: KOKKOS_ENABLE_PRAGMA_VECTOR: no 40: KOKKOS_ENABLE_SERIAL: yes 40: Kokkos Version: 4.7.99 40: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected 40: Shared Memory per Block: 48 KiB 40: Total Global Memory: 31.73 GiB 40: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 40: macro CUDA_VERSION: 11080 = version 11.8 40: macro KOKKOS_ENABLE_CUDA: defined 40: mdspan: enabled 40: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 40: platform: 64bit 40: via Address Translation Service: 0 40: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 40: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 40: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 40: Test_Atomic/30000/iterations:10 0.167 s 0.166 s 10 1 4 3.70503m 3.23533m 133.567u 449.985M 32.864k 449.985M 40: Test_Atomic/100000/iterations:10 1.04 s 1.04 s 10 1 8 2.32609m 1076.68u 68.55u 4.99995G 178.016k 4.99995G [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_Ctors.cpp.o [ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_LayoutMember.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestPushFinalizeHook.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o 40: Test_Atomic/100000/iterations:10 3.14 s 3.14 s 10 1 8 5.1206 1.10045m 66.55u 4.99995G 186.4k 4.99995G [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o 40: Test_Atomic/100000/iterations:10 1.04 s 1.04 s 10 1 4 1.59339m 985.09u 132.63u 704.983M 184.224k 704.983M [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_TeamScratch.cpp.o [ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynRankView_ViewCustomization.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o 40: Test_Atomic/100000/iterations:10 1.05 s 1.05 s 10 1 8 2.30765m 1001.72u 72.3u 4.99995G 565.104k 4.99995G [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_InitializeFinalize.dir/TestScopeGuard.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 63%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 63%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 63%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o 40: Test_Atomic/100000/iterations:10 3.16 s 3.15 s 10 1 8 5.13678 1.29743m 63.27u 4.99995G 178.048k 4.99995G [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_InitializeFinalize [ 41%] Built target Kokkos_CoreUnitTest_InitializeFinalize [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o 40: Test_Atomic/100000/iterations:10 1.05 s 1.05 s 10 0 4 3.5771m 1094.15u 1084.42u 4.99996G 627.52k 4.99989G [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o 40: Test_Atomic/100000/iterations:10 1.05 s 1.05 s 10 1 8 3.50217m 971.79u 1048.42u 4.99995G 697.28k 4.99995G 40/66 Test #40: Kokkos_PerformanceTest_Atomic .............................. Passed 117.32 sec test 41 Start 41: Kokkos_PerformanceTest_Reduction 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T16-02-26.json" 41: Test timeout computed to be: 1500 41: 2025-09-23T16:42:35+00:00 41: Running /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction 41: Run on (6 X 2095.11 MHz CPU s) 41: CPU Caches: 41: L1 Data 32 KiB (x6) 41: L1 Instruction 32 KiB (x6) 41: L2 Unified 4096 KiB (x6) 41: L3 Unified 16384 KiB (x6) 41: Load Average: 0.98, 2.40, 4.93 41: CPU architecture: none 41: Can access system allocated memory: 0 41: Capability: 7.0 41: Default Device: Cuda 41: GPU architecture: VOLTA70 41: KOKKOS_COMPILER_CLANG: 1507 41: KOKKOS_ENABLE_ASM: no 41: KOKKOS_ENABLE_CUDA: yes 41: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 41: KOKKOS_ENABLE_CUDA_UVM: no 41: KOKKOS_ENABLE_CXX20: yes 41: KOKKOS_ENABLE_CXX23: no 41: KOKKOS_ENABLE_CXX26: no 41: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 41: KOKKOS_ENABLE_HWLOC: no 41: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 41: KOKKOS_ENABLE_LIBDL: yes 41: KOKKOS_ENABLE_PRAGMA_IVDEP: no 41: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 41: KOKKOS_ENABLE_PRAGMA_UNROLL: no 41: KOKKOS_ENABLE_PRAGMA_VECTOR: no 41: KOKKOS_ENABLE_SERIAL: yes 41: Kokkos Version: 4.7.99 41: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected 41: Shared Memory per Block: 48 KiB 41: Total Global Memory: 31.73 GiB 41: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 41: macro CUDA_VERSION: 11080 = version 11.8 41: macro KOKKOS_ENABLE_CUDA: defined 41: mdspan: enabled 41: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 41: platform: 64bit 41: via Address Translation Service: 0 41: ---------------------------------------------------------------------------------------------------- 41: Benchmark Time CPU Iterations 41: ---------------------------------------------------------------------------------------------------- 41: ReductionCheapScalarResult/10000/iterations:10 16.8 us 16.5 us 10 41: ReductionCheapScalarResult/100000/iterations:10 17.7 us 17.7 us 10 41: ReductionCheapScalarResult/1000000/iterations:10 27.3 us 27.2 us 10 41: ReductionCheapScalarResult/10000000/iterations:10 97.6 us 96.9 us 10 41: ReductionCheapHostResult/10000/iterations:10 15.2 us 15.1 us 10 41: ReductionCheapHostResult/100000/iterations:10 17.5 us 17.5 us 10 41: ReductionCheapHostResult/1000000/iterations:10 31.2 us 30.5 us 10 41: ReductionCheapHostResult/10000000/iterations:10 103 us 102 us 10 41: ReductionCheapDeviceResult/10000/iterations:10 12.5 us 12.4 us 10 41: ReductionCheapDeviceResult/100000/iterations:10 13.1 us 13.0 us 10 41: ReductionCheapDeviceResult/1000000/iterations:10 29.2 us 27.9 us 10 41: ReductionCheapDeviceResult/10000000/iterations:10 101 us 100 us 10 41: ReductionExpensive/10000/iterations:10 69.5 us 68.9 us 10 41: ReductionExpensive/100000/iterations:10 176 us 174 us 10 41: ReductionExpensive/1000000/iterations:10 1536 us 1532 us 10 41: ReductionExpensive/10000000/iterations:10 15029 us 14995 us 10 41/66 Test #41: Kokkos_PerformanceTest_Reduction ........................... Passed 0.48 sec test 42 Start 42: Kokkos_ContainersUnitTest_Serial 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 42: Test timeout computed to be: 1500 42: [==========] Running 77 tests from 2 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from serial_DeathTest 42: [ RUN ] serial_DeathTest.dualview_external_view_construction 42: [ OK ] serial_DeathTest.dualview_external_view_construction (354 ms) 42: [ RUN ] serial_DeathTest.offsetview_unmanaged_construction 42: [ OK ] serial_DeathTest.offsetview_unmanaged_construction (4102 ms) 42: [----------] 2 tests from serial_DeathTest (4456 ms total) 42: 42: [----------] 75 tests from serial 42: [ RUN ] serial.bitset [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o 42: [ OK ] serial.bitset (1918 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 (11 ms) 42: [ RUN ] serial.dyn_rank_view_api_generic 42: [ OK ] serial.dyn_rank_view_api_generic (8 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-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 42: skipping since not default execution space 42: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 42: [ RUN ] serial.dyn_rank_view_api_operator_rank67 42: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 42: [ RUN ] serial.dyn_rank_view_ctor_from_members 42: [ OK ] serial.dyn_rank_view_ctor_from_members (0 ms) 42: [ RUN ] serial.dyn_rank_view_ctor_from_layout_stride 42: [ OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms) 42: [ RUN ] serial.dyn_rank_view_layout_member 42: [ OK ] serial.dyn_rank_view_layout_member (0 ms) 42: [ RUN ] serial.dyn_rank_view_team_scratch 42: [ OK ] serial.dyn_rank_view_team_scratch (0 ms) 42: [ RUN ] serial.view_customization_extra_int_arg 42: [ OK ] serial.view_customization_extra_int_arg (0 ms) 42: [ RUN ] serial.ErrorReporterViaLambda 42: [ OK ] serial.ErrorReporterViaLambda (0 ms) 42: [ RUN ] serial.ErrorReporter 42: [ OK ] serial.ErrorReporter (0 ms) 42: [ RUN ] serial.offsetview_construction 42: [ OK ] serial.offsetview_construction (11 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 (8 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 (1699 ms) 42: [ RUN ] serial.scatterview_devicetype 42: [ OK ] serial.scatterview_devicetype (1 ms) 42: [ RUN ] serial.staticcrsgraph 42: [ OK ] serial.staticcrsgraph (9 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 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 63%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o 42: [ OK ] serial.UnorderedMap_insert (6286 ms) 42: [ RUN ] serial.UnorderedMap_failed_insert [ 42%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 42%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o 42: [ OK ] serial.UnorderedMap_failed_insert (3838 ms) 42: [ RUN ] serial.UnorderedMap_deep_copy 42: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 42: [ RUN ] serial.UnorderedMap_valid_empty 42: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 42: [ RUN ] serial.UnorderedMap_clear_zero_size 42: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 42: [ RUN ] serial.UnorderedMap_consistent_size 42: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 42: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 42: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 42: [ RUN ] serial.UnorderedMap_lambda_capturable 42: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 42: [ RUN ] serial.UnorderedMap_constructor_view_alloc 42: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 42: [ RUN ] serial.UnorderedMap_View_as_value 42: [ OK ] serial.UnorderedMap_View_as_value (0 ms) 42: [ RUN ] serial.vector_combination 42: [ OK ] serial.vector_combination (0 ms) 42: [ RUN ] serial.vector_insert 42: [ OK ] serial.vector_insert (0 ms) 42: [ RUN ] serial.vector_push_back_default_exec 42: [ OK ] serial.vector_push_back_default_exec (0 ms) 42: [----------] 75 tests from serial (13805 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 77 tests from 2 test suites ran. (18261 ms total) 42: [ PASSED ] 76 tests. 42: [ SKIPPED ] 1 test, listed below: 42: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 42/66 Test #42: Kokkos_ContainersUnitTest_Serial ........................... Passed 18.51 sec test 43 Start 43: Kokkos_ContainersUnitTest_Cuda 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 43: Test timeout computed to be: 1500 43: [==========] Running 77 tests from 2 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from cuda_DeathTest 43: [ RUN ] cuda_DeathTest.dualview_external_view_construction 43: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDualView.hpp:586: Skipped 43: test only relevant if DualView uses one allocation 43: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms) 43: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o 43: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (4068 ms) 43: [----------] 2 tests from cuda_DeathTest (4068 ms total) 43: 43: [----------] 75 tests from cuda 43: [ RUN ] cuda.bitset 43: [ OK ] cuda.bitset (13 ms) 43: [ RUN ] cuda.bitset_default_constructor_no_alloc 43: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 43: [ RUN ] cuda.dualview_combination 43: [ OK ] cuda.dualview_combination (1 ms) 43: [ RUN ] cuda.dualview_alloc 43: [ OK ] cuda.dualview_alloc (0 ms) 43: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 43: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 43: [ RUN ] cuda.dualview_combinations_without_init 43: [ OK ] cuda.dualview_combinations_without_init (0 ms) 43: [ RUN ] cuda.dualview_deep_copy 43: [ OK ] cuda.dualview_deep_copy (1 ms) 43: [ RUN ] cuda.dualview_sync_should_fence 43: [ OK ] cuda.dualview_sync_should_fence (0 ms) 43: [ RUN ] cuda.dualview_realloc 43: [ OK ] cuda.dualview_realloc (0 ms) 43: [ RUN ] cuda.dualview_resize 43: [ OK ] cuda.dualview_resize (0 ms) 43: [ RUN ] cuda.dualview_device_correct_kokkos_device 43: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 43: [ RUN ] cuda.dualview_host_correct_kokkos_device 43: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 43: [ RUN ] cuda.dualview_host_modify_template_device_sync 43: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 43: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 43: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 43: [ RUN ] cuda.dualview_device_modify_template_host_sync 43: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 43: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 43: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 43: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 43: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 43: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 43: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 43: [ RUN ] cuda.dualview_sequential_host_init 43: [ OK ] cuda.dualview_sequential_host_init (0 ms) 43: [ RUN ] cuda.dualview_default_constructed 43: [ OK ] cuda.dualview_default_constructed (0 ms) 43: [ RUN ] cuda.dualview_resize_single_device 43: [ OK ] cuda.dualview_resize_single_device (0 ms) 43: [ RUN ] cuda.dynamic_view 43: [ OK ] cuda.dynamic_view (25 ms) 43: [ RUN ] cuda.dyn_rank_view_api_generic 43: [ OK ] cuda.dyn_rank_view_api_generic (12 ms) 43: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 43: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 43: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 43: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 43: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 43: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) 43: [ RUN ] cuda.dyn_rank_view_ctor_from_members 43: [ OK ] cuda.dyn_rank_view_ctor_from_members (0 ms) 43: [ RUN ] cuda.dyn_rank_view_ctor_from_layout_stride 43: [ OK ] cuda.dyn_rank_view_ctor_from_layout_stride (0 ms) 43: [ RUN ] cuda.dyn_rank_view_layout_member 43: [ OK ] cuda.dyn_rank_view_layout_member (0 ms) 43: [ RUN ] cuda.dyn_rank_view_team_scratch 43: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 43: [ RUN ] cuda.view_customization_extra_int_arg 43: [ OK ] cuda.view_customization_extra_int_arg (0 ms) 43: [ RUN ] cuda.ErrorReporterViaLambda 43: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 43: [ RUN ] cuda.ErrorReporter 43: [ OK ] cuda.ErrorReporter (0 ms) 43: [ RUN ] cuda.offsetview_construction 43: [ OK ] cuda.offsetview_construction (2 ms) 43: [ RUN ] cuda.offsetview_unmanaged_construction 43: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 43: [ RUN ] cuda.offsetview_subview 43: [ OK ] cuda.offsetview_subview (0 ms) 43: [ RUN ] cuda.offsetview_offsets_rank1 43: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 43: [ RUN ] cuda.offsetview_offsets_rank2 43: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 43: [ RUN ] cuda.offsetview_offsets_rank3 43: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 43: [ RUN ] cuda.scatterview [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o 43: [ OK ] cuda.scatterview (12687 ms) 43: [ RUN ] cuda.scatterview_devicetype 43: [ OK ] cuda.scatterview_devicetype (24 ms) 43: [ RUN ] cuda.staticcrsgraph 43: [ OK ] cuda.staticcrsgraph (34 ms) 43: [ RUN ] cuda.resize_realloc_no_init_dualview 43: [ OK ] cuda.resize_realloc_no_init_dualview (1 ms) 43: [ RUN ] cuda.resize_realloc_no_alloc_dualview 43: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 43: [ RUN ] cuda.resize_exec_space_dualview 43: [ OK ] cuda.resize_exec_space_dualview (0 ms) 43: [ RUN ] cuda.realloc_exec_space_dualview 43: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 43: [ RUN ] cuda.resize_realloc_no_init_dynrankview 43: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 43: [ RUN ] cuda.resize_exec_space_dynrankview 43: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 43: [ RUN ] cuda.realloc_exec_space_dynrankview 43: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 43: [ RUN ] cuda.resize_realloc_no_init_scatterview 43: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 43: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 43: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 43: [ RUN ] cuda.resize_exec_space_scatterview 43: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 43: [ RUN ] cuda.realloc_exec_space_scatterview 43: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 43: [ RUN ] cuda.create_mirror_no_init_dynrankview 43: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 43: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 43: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 43: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 43: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 43: [ RUN ] cuda.create_mirror_no_init_offsetview 43: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 43: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 43: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 43: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 43: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 43: [ RUN ] cuda.create_mirror_no_init_dynamicview 43: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 43: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 43: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 43: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 43: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 43: [ RUN ] cuda.UnorderedMap_insert 43: [ OK ] cuda.UnorderedMap_insert (3375 ms) 43: [ RUN ] cuda.UnorderedMap_failed_insert 43: [ OK ] cuda.UnorderedMap_failed_insert (852 ms) 43: [ RUN ] cuda.UnorderedMap_deep_copy 43: [ OK ] cuda.UnorderedMap_deep_copy (4 ms) 43: [ RUN ] cuda.UnorderedMap_valid_empty 43: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 43: [ RUN ] cuda.UnorderedMap_clear_zero_size 43: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 43: [ RUN ] cuda.UnorderedMap_consistent_size 43: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 43: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 43: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 43: [ RUN ] cuda.UnorderedMap_lambda_capturable 43: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 43: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 43: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 43: [ RUN ] cuda.UnorderedMap_View_as_value 43: [ OK ] cuda.UnorderedMap_View_as_value (0 ms) 43: [ RUN ] cuda.vector_combination 43: [ OK ] cuda.vector_combination (0 ms) 43: [ RUN ] cuda.vector_insert 43: [ OK ] cuda.vector_insert (1 ms) 43: [ RUN ] cuda.vector_push_back_default_exec 43: [ OK ] cuda.vector_push_back_default_exec (0 ms) 43: [----------] 75 tests from cuda (17056 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 77 tests from 2 test suites ran. (21124 ms total) 43: [ PASSED ] 76 tests. 43: [ SKIPPED ] 1 test, listed below: 43: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction 43/66 Test #43: Kokkos_ContainersUnitTest_Cuda ............................. Passed 21.43 sec test 44 Start 44: Kokkos_ContainersPerformanceTest_Cuda 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 44: Test timeout computed to be: 1500 44: [==========] Running 4 tests from 1 test suite. 44: [----------] Global test environment set-up. 44: [----------] 4 tests from TEST_CATEGORY 44: [ RUN ] TEST_CATEGORY.dynrankview_perf 44: Cuda 44: DynRankView vs View: Initialization Only 44: View time (init only): 0.00294932 44: View sum computation time: 0.00294932 44: Strided View time (init only): 0.00110376 44: View Rank7 time (init only): 0.00113915 44: DynRankView time (init only): 0.00112617 44: DynRankView sum computation time: 0.00187546 44: Ratio of View to DynRankView time: 2.6189 44: Ratio of View to DynRankView sum computation time: 0.999784 44: Ratio of View to View Rank7 time: 2.58906 44: Ratio of StrideView to DynRankView time: 0.980097 44: Ratio of DynRankView to View Rank7 time: 0.988606 44: [ OK ] TEST_CATEGORY.dynrankview_perf (14 ms) 44: [ RUN ] TEST_CATEGORY.global_2_local 44: Cuda 44: size, create, generate, fill, find 44: 256, 0.000241909, 5.3114e-05, 0.0025343, 0.00185723 44: 512, 0.000143506, 9.369e-06, 2.0335e-05, 0.00190891 44: 1024, 0.000155698, 9.661e-06, 2.2444e-05, 0.00188543 44: 2048, 0.000154727, 9.09e-06, 1.9414e-05, 0.00188956 44: 4096, 0.000136526, 9.406e-06, 1.9718e-05, 0.00189607 44: 8192, 0.000152026, 9.153e-06, 2.4649e-05, 0.00190036 44: 16384, 0.000134366, 8.969e-06, 2.6261e-05, 0.00274405 44: 32768, 0.000394808, 9.431e-06, 3.0036e-05, 0.00405295 44: 65536, 0.000280356, 1.1763e-05, 3.9547e-05, 0.00617145 44: 131072, 0.00030398, 1.1618e-05, 5.9575e-05, 0.0115939 44: 262144, 0.000517601, 1.2191e-05, 0.000164336, 0.0171553 44: 524288, 0.000485322, 1.5571e-05, 0.000515728, 0.0268957 44: 1048576, 0.00052417, 2.1045e-05, 0.00131517, 0.0576497 44: 2097152, 0.000589281, 3.2493e-05, 0.00310787, 0.123846 44: 4194304, 0.000749281, 5.3737e-05, 0.00691394, 0.255317 44: [ OK ] TEST_CATEGORY.global_2_local (539 ms) 44: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 44: skipping test 44: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 44: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 44: skipping test 44: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 44: [----------] 4 tests from TEST_CATEGORY (554 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 4 tests from 1 test suite ran. (554 ms total) 44: [ PASSED ] 4 tests. 44/66 Test #44: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.80 sec test 45 Start 45: Kokkos_UnitTest_Sort 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 45: Test timeout computed to be: 1500 45: [==========] Running 17 tests from 2 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from cuda_DeathTest 45: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues 45: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (672 ms) 45: [----------] 1 test from cuda_DeathTest (672 ms total) 45: 45: [----------] 16 tests from cuda 45: [ RUN ] cuda.SortUnsignedValueType 45: [ OK ] cuda.SortUnsignedValueType (19 ms) 45: [ RUN ] cuda.SortEmptyView 45: [ OK ] cuda.SortEmptyView (0 ms) 45: [ RUN ] cuda.SortByKeyEmptyView 45: [ OK ] cuda.SortByKeyEmptyView (0 ms) 45: [ RUN ] cuda.SortByKeyEmptyViewHost 45: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 45: [ RUN ] cuda.SortByKey 45: [ OK ] cuda.SortByKey (4 ms) 45: [ RUN ] cuda.SortByKeyWithComparator 45: [ OK ] cuda.SortByKeyWithComparator (0 ms) 45: [ RUN ] cuda.SortByKeyStaticExtents 45: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 45: [ RUN ] cuda.SortByKeyWithStrides 45: [ OK ] cuda.SortByKeyWithStrides (0 ms) 45: [ RUN ] cuda.SortWithCustomComparator 45: [ OK ] cuda.SortWithCustomComparator (75 ms) 45: [ RUN ] cuda.BinSortGenericTests 45: [ OK ] cuda.BinSortGenericTests (24 ms) 45: [ RUN ] cuda.BinSortEmptyView 45: [ OK ] cuda.BinSortEmptyView (0 ms) 45: [ RUN ] cuda.BinSortEmptyKeysView 45: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 45: [ RUN ] cuda.BinSort_issue_7221 45: [ OK ] cuda.BinSort_issue_7221 (0 ms) 45: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 42%] Built target Kokkos_CoreUnitTest_TuningBasics [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 42%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o 45: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (11217 ms) 45: [ RUN ] cuda.NestedSort 45: [ OK ] cuda.NestedSort (30 ms) 45: [ RUN ] cuda.NestedSortByKey 45: [ OK ] cuda.NestedSortByKey (84 ms) 45: [----------] 16 tests from cuda (11458 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 17 tests from 2 test suites ran. (12130 ms total) 45: [ PASSED ] 17 tests. 45/66 Test #45: Kokkos_UnitTest_Sort ....................................... Passed 12.32 sec test 46 Start 46: Kokkos_UnitTest_Random 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 46: Test timeout computed to be: 1500 46: [==========] Running 3 tests from 1 test suite. 46: [----------] Global test environment set-up. 46: [----------] 3 tests from cuda 46: [ RUN ] cuda.Random_XorShift64 46: Test Seed:1758645808561095724 46: Test Scalar=int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.00400226 0.0241174 || 0.051031 27996 29277 || 28789.6 28674.4 || 333.399 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 -0.00212562 -0.000931516 || 0.051031 1e+64 -1e+64 46: Test Scalar=unsigned int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.00119013 -0.0178288 || 0.051031 27960 29331 || 28708.6 28674.4 || -246.465 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 -0.0115246 -0.000177713 || 0.051031 1e+64 -1e+64 46: Test Scalar=int64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.00829482 0.0251781 || 0.051031 27942 29341 || 28914.2 28674.4 || 348.062 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 0.00212072 -0.0037981 || 0.051031 1e+64 -1e+64 46: Test Scalar=uint64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.0212354 -0.0260966 || 0.051031 27977 29354 || 29296.5 28674.4 || -360.76 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 0.0098022 0.00435169 || 0.051031 1e+64 -1e+64 46: Test Scalar=half 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.000244791 -0.99999 -48246.1 || 0.051031 0 194809 || 2.92873e+09 28674.4 || -6.66954e+08 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 0.000733254 -0.318904 0.153426 || 0.051031 1e+64 -1e+64 46: Test Scalar=bhalf 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.00195657 -0.999999 -57856.5 || 0.051031 0 1.55122e+06 || 2.86887e+10 28674.4 || -7.99808e+08 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 0.00587994 -0.9678 10.2438 || 0.051031 1e+64 -1e+64 46: Test Scalar=float 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.65955e-07 0.00129744 -0.00801174 || 0.051031 28048 29485 || 28637.2 28674.4 || -110.754 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 7.11361e-07 -0.00427242 -0.0104402 || 0.051031 1e+64 -1e+64 46: Test Scalar=double 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 0.0101209 0.0399815 || 0.051031 27998 29312 || 28387.1 28674.4 || 552.704 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 0.0154167 -0.00499552 || 0.051031 1e+64 -1e+64 46: Test Seed:1758645808692348913 46: Test Scalar=int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.45775e-07 0.0263358 0.0182629 || 0.051031 27968 29313 || 27938.6 28674.4 || 252.467 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.5082e-07 -0.0052727 -0.00173256 || 0.051031 1e+64 -1e+64 46: Test Scalar=unsigned int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.00179362 -0.0185722 || 0.051031 28012 29319 || 28725.9 28674.4 || -256.742 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 -0.00271646 0.00115902 || 0.051031 1e+64 -1e+64 46: Test Scalar=int64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.00192793 -0.00620775 || 0.051031 27976 29326 || 28729.8 28674.4 || -85.816 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 -0.0159759 0.0018874 || 0.051031 1e+64 -1e+64 46: Test Scalar=uint64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.0050656 -0.0168017 || 0.051031 28019 29383 || 28820.4 28674.4 || -232.267 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 0.00419038 0.00111044 || 0.051031 1e+64 -1e+64 46: Test Scalar=half 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.000243675 -0.99999 -48247.3 || 0.051031 0 195093 || 2.92891e+09 28674.4 || -6.6697e+08 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 0.000729934 -0.297298 0.140832 || 0.051031 1e+64 -1e+64 46: Test Scalar=bhalf 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.00195874 -0.999999 -57855.8 || 0.051031 0 1.55155e+06 || 2.86903e+10 28674.4 || -7.99799e+08 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 0.0058863 -0.967845 10.355 || 0.051031 1e+64 -1e+64 46: Test Scalar=float 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.68478e-07 -0.000423567 -0.0399368 || 0.051031 27977 29299 || 28686.5 28674.4 || -552.087 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 7.18929e-07 -0.00817442 0.0025306 || 0.051031 1e+64 -1e+64 46: Test Scalar=double 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 6.43252e-07 -0.00152028 0.00403932 || 0.051031 28062 29312 || 28718 28674.4 || 55.8395 -2.0744 46: -- Testing 3-D histogram 46: Density 3D: 6.43252e-07 0.00427776 -0.00577722 || 0.051031 1e+64 -1e+64 46: [ OK ] cuda.Random_XorShift64 (258 ms) 46: [ RUN ] cuda.Random_XorShift1024_0 46: Test Seed:1758645808819758019 46: Test Scalar=int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 0.000720275 0.00882227 || 0.051031 10928 11765 || 11368.8 11377 || 121.959 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 -0.0151001 -0.00347425 || 0.051031 1e+64 -1e+64 46: Test Scalar=unsigned int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 -0.00816192 -0.00235539 || 0.051031 10968 11785 || 11470.6 11377 || -32.5609 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 -0.00549307 0.00430918 || 0.051031 1e+64 -1e+64 46: Test Scalar=int64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 0.000354217 0.00190758 || 0.051031 10970 11795 || 11372.9 11377 || 26.3705 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 0.0225041 0.000874083 || 0.051031 1e+64 -1e+64 46: Test Scalar=uint64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 -0.0148204 -0.00543551 || 0.051031 10982 11789 || 11548.1 11377 || -75.1404 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 -0.0013035 -0.000423278 || 0.051031 1e+64 -1e+64 46: Test Scalar=half 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.000245695 -0.999975 -7595.1 || 0.051031 0 77624 || 4.61043e+08 11377 || -1.04995e+08 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 0.00073676 -0.140609 0.0268884 || 0.051031 1e+64 -1e+64 46: Test Scalar=bhalf 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.00196005 -0.999997 -9107.9 || 0.051031 0 616250 || 4.51642e+09 11377 || -1.25908e+08 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 0.0058914 -0.923003 1.62193 || 0.051031 1e+64 -1e+64 46: Test Scalar=float 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.60671e-07 -0.0103255 -0.00332394 || 0.051031 10982 11779 || 11495.7 11377 || -45.9501 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.86102e-07 -0.00135396 -0.00093139 || 0.051031 1e+64 -1e+64 46: Test Scalar=double 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 -0.015708 -0.00409561 || 0.051031 10978 11825 || 11558.5 11377 || -56.6176 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 -0.00410866 0.00061895 || 0.051031 1e+64 -1e+64 46: Test Seed:1758645808898162937 46: Test Scalar=int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 -0.00966732 -0.000841233 || 0.051031 10993 11829 || 11488 11377 || -11.6292 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 -0.00391319 -0.00149101 || 0.051031 1e+64 -1e+64 46: Test Scalar=unsigned int 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 -0.0181052 -0.00492307 || 0.051031 10976 11825 || 11586.7 11377 || -68.0565 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 0.0249868 -0.00507629 || 0.051031 1e+64 -1e+64 46: Test Scalar=int64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 -0.000726734 -0.00595147 || 0.051031 10964 11799 || 11385.2 11377 || -82.2732 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 -0.00159104 0.00384909 || 0.051031 1e+64 -1e+64 46: Test Scalar=uint64_t 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 0.0233721 -0.00547419 || 0.051031 10949 11756 || 11117.1 11377 || -75.6752 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 0.00231851 -0.00389455 || 0.051031 1e+64 -1e+64 46: Test Scalar=half 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.000244423 -0.999975 -7595.47 || 0.051031 0 77711 || 4.61092e+08 11377 || -1.05e+08 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 0.000732863 -0.155393 0.0265612 || 0.051031 1e+64 -1e+64 46: Test Scalar=bhalf 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 0.00196039 -0.999997 -9107.91 || 0.051031 0 616946 || 4.51596e+09 11377 || -1.25908e+08 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 0.00589211 -0.921962 1.61121 || 0.051031 1e+64 -1e+64 46: Test Scalar=float 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.79744e-07 -0.00289122 0.00204273 || 0.051031 10993 11766 || 11409.9 11377 || 28.2388 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 3.43323e-07 -0.00175546 -0.000618088 || 0.051031 1e+64 -1e+64 46: Test Scalar=double 46: -- Testing randomness properties 46: -- Testing 1-D histogram 46: Density 1D: 2.47955e-07 -0.0317328 0.00301964 || 0.051031 10864 11792 || 11749.8 11377 || 41.7435 -0.823045 46: -- Testing 3-D histogram 46: Density 3D: 2.47955e-07 0.0181624 0.00110302 || 0.051031 1e+64 -1e+64 46: [ OK ] cuda.Random_XorShift1024_0 (181 ms) 46: [ RUN ] cuda.Multi_streams 46: [ OK ] cuda.Multi_streams (323 ms) 46: [----------] 3 tests from cuda (764 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 3 tests from 1 test suite ran. (764 ms total) 46: [ PASSED ] 3 tests. 46/66 Test #46: Kokkos_UnitTest_Random ..................................... Passed 1.00 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_A 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 47: Test timeout computed to be: 1500 47: [==========] Running 16 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_DeathTest 47: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 47: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 47: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 47: 47: [----------] 3 tests from std_algorithms_reducers 47: [ RUN ] std_algorithms_reducers.max_first_loc 47: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 47: [ RUN ] std_algorithms_reducers.min_first_loc 47: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 47: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 47: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 47: [----------] 3 tests from std_algorithms_reducers (0 ms total) 47: 47: [----------] 1 test from std_algorithms 47: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 47: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 47: [----------] 1 test from std_algorithms (0 ms total) 47: 47: [----------] 11 tests from random_access_iterator_test 47: [ RUN ] random_access_iterator_test.constructor 47: [ OK ] random_access_iterator_test.constructor (0 ms) 47: [ RUN ] random_access_iterator_test.constructiblity 47: [ OK ] random_access_iterator_test.constructiblity (0 ms) 47: [ RUN ] random_access_iterator_test.dereference 47: [ OK ] random_access_iterator_test.dereference (0 ms) 47: [ RUN ] random_access_iterator_test.subscript_operator 47: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 47: [ RUN ] random_access_iterator_test.operatorsSet1 47: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 47: [ RUN ] random_access_iterator_test.operatorsSet2 47: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 47: [ RUN ] random_access_iterator_test.operatorsSet3 47: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 47: [ RUN ] random_access_iterator_test.operatorsSet4 47: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 47: [ RUN ] random_access_iterator_test.assignment_operator 47: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 47: [ RUN ] random_access_iterator_test.distance 47: [ OK ] random_access_iterator_test.distance (0 ms) 47: [ RUN ] random_access_iterator_test.traits_helpers 47: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 47: [----------] 11 tests from random_access_iterator_test (2 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 16 tests from 4 test suites ran. (2 ms total) 47: [ PASSED ] 16 tests. 47/66 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.16 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_B 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 48: Test timeout computed to be: 1500 48: [==========] Running 7 tests from 1 test suite. 48: [----------] Global test environment set-up. 48: [----------] 7 tests from std_algorithms_min_max_element_test 48: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 48: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 48: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 48: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 48: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 48: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (6 ms) 48: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 48: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 48: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 48: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 48: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 48: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms) 48: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 48: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (6 ms) 48: [----------] 7 tests from std_algorithms_min_max_element_test (27 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 7 tests from 1 test suite ran. (27 ms total) 48: [ PASSED ] 7 tests. 48/66 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.18 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_C 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 49: Test timeout computed to be: 1500 49: [==========] Running 13 tests from 10 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_lexicographical_compare_test 49: [ RUN ] std_algorithms_lexicographical_compare_test.test 49: [ OK ] std_algorithms_lexicographical_compare_test.test (19 ms) 49: [----------] 1 test from std_algorithms_lexicographical_compare_test (19 ms total) 49: 49: [----------] 1 test from std_algorithms_for_each_test 49: [ RUN ] std_algorithms_for_each_test.test 49: [ OK ] std_algorithms_for_each_test.test (56 ms) 49: [----------] 1 test from std_algorithms_for_each_test (56 ms total) 49: 49: [----------] 1 test from std_algorithms_find_test 49: [ RUN ] std_algorithms_find_test.test 49: [ OK ] std_algorithms_find_test.test (26 ms) 49: [----------] 1 test from std_algorithms_find_test (26 ms total) 49: 49: [----------] 4 tests from std_algorithms_non_mod_seq_ops 49: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 49: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (328 ms) 49: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 49: [ OK ] std_algorithms_non_mod_seq_ops.find_end (334 ms) 49: [ RUN ] std_algorithms_non_mod_seq_ops.search 49: [ OK ] std_algorithms_non_mod_seq_ops.search (325 ms) 49: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 49: [ OK ] std_algorithms_non_mod_seq_ops.search_n (245 ms) 49: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1233 ms total) 49: 49: [----------] 1 test from std_algorithms_count_test 49: [ RUN ] std_algorithms_count_test.test 49: [ OK ] std_algorithms_count_test.test (19 ms) 49: [----------] 1 test from std_algorithms_count_test (19 ms total) 49: 49: [----------] 1 test from std_algorithms_equal_test 49: [ RUN ] std_algorithms_equal_test.test 49: [ OK ] std_algorithms_equal_test.test (11 ms) 49: [----------] 1 test from std_algorithms_equal_test (11 ms total) 49: 49: [----------] 1 test from std_algorithms_all_any_none_of_test 49: [ RUN ] std_algorithms_all_any_none_of_test.test 49: [ OK ] std_algorithms_all_any_none_of_test.test (27 ms) 49: [----------] 1 test from std_algorithms_all_any_none_of_test (27 ms total) 49: 49: [----------] 1 test from std_algorithms_nonmod_seq_ops 49: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 49: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (57 ms) 49: [----------] 1 test from std_algorithms_nonmod_seq_ops (57 ms total) 49: 49: [----------] 1 test from std_algorithms_mismatch_test 49: [ RUN ] std_algorithms_mismatch_test.test 49: [ OK ] std_algorithms_mismatch_test.test (70 ms) 49: [----------] 1 test from std_algorithms_mismatch_test (70 ms total) 49: 49: [----------] 1 test from std_algorithms_mod_seq_ops 49: [ RUN ] std_algorithms_mod_seq_ops.move_backward 49: [ OK ] std_algorithms_mod_seq_ops.move_backward (48 ms) 49: [----------] 1 test from std_algorithms_mod_seq_ops (48 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 13 tests from 10 test suites ran. (1572 ms total) 49: [ PASSED ] 13 tests. 49/66 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 1.74 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_D 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 50: Test timeout computed to be: 1500 50: [==========] Running 31 tests from 5 test suites. 50: [----------] Global test environment set-up. 50: [----------] 3 tests from std_algorithms_mod_ops_test 50: [ RUN ] std_algorithms_mod_ops_test.move 50: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 50: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 50: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 50: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 50: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 50: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 50: 50: [----------] 12 tests from std_algorithms_mod_seq_ops_test 50: [ RUN ] std_algorithms_mod_seq_ops_test.copy 50: [ OK ] std_algorithms_mod_seq_ops_test.copy (1 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 50: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 50: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 50: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 50: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.fill 50: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 50: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 50: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 50: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.generate 50: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 50: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 50: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 50: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 50: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 50: 50: [----------] 4 tests from std_algorithms_replace_ops_test 50: [ RUN ] std_algorithms_replace_ops_test.replace 50: [ OK ] std_algorithms_replace_ops_test.replace (29 ms) 50: [ RUN ] std_algorithms_replace_ops_test.replace_if 50: [ OK ] std_algorithms_replace_ops_test.replace_if (97 ms) 50: [ RUN ] std_algorithms_replace_ops_test.replace_copy 50: [ OK ] std_algorithms_replace_ops_test.replace_copy (50 ms) 50: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 50: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (46 ms) 50: [----------] 4 tests from std_algorithms_replace_ops_test (224 ms total) 50: 50: [----------] 11 tests from std_algorithms_mod_seq_ops 50: [ RUN ] std_algorithms_mod_seq_ops.copy_if 50: [ OK ] std_algorithms_mod_seq_ops.copy_if (34 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.unique 50: [ OK ] std_algorithms_mod_seq_ops.unique (71 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 50: [ OK ] std_algorithms_mod_seq_ops.unique_copy (45 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.remove 50: [ OK ] std_algorithms_mod_seq_ops.remove (28 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.remove_if 50: [ OK ] std_algorithms_mod_seq_ops.remove_if (31 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 50: [ OK ] std_algorithms_mod_seq_ops.remove_copy (116 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 50: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (32 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 42%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 50: [ OK ] std_algorithms_mod_seq_ops.rotate (964 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 50: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (429 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.shift_left 50: [ OK ] std_algorithms_mod_seq_ops.shift_left (1104 ms) 50: [ RUN ] std_algorithms_mod_seq_ops.shift_right 50: [ OK ] std_algorithms_mod_seq_ops.shift_right (1105 ms) 50: [----------] 11 tests from std_algorithms_mod_seq_ops (3963 ms total) 50: 50: [----------] 1 test from std_algorithms_modseq_test 50: [ RUN ] std_algorithms_modseq_test.reverse 50: [ OK ] std_algorithms_modseq_test.reverse (52 ms) 50: [----------] 1 test from std_algorithms_modseq_test (52 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 31 tests from 5 test suites ran. (4245 ms total) 50: [ PASSED ] 31 tests. 50/66 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 4.43 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_E 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 51: Test timeout computed to be: 1500 51: [==========] Running 29 tests from 7 test suites. 51: [----------] Global test environment set-up. 51: [----------] 2 tests from std_algorithms_sorting_ops_test 51: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 51: [ OK ] std_algorithms_sorting_ops_test.is_sorted (11 ms) 51: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 51: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (9 ms) 51: [----------] 2 tests from std_algorithms_sorting_ops_test (20 ms total) 51: 51: [----------] 4 tests from std_algorithms_partitioning_test 51: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 51: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 51: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 51: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 51: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 51: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 51: [ RUN ] std_algorithms_partitioning_test.partition_point 51: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 51: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 51: 51: [----------] 1 test from std_algorithms_partitioning_ops 51: [ RUN ] std_algorithms_partitioning_ops.partition_copy 51: [ OK ] std_algorithms_partitioning_ops.partition_copy (20 ms) 51: [----------] 1 test from std_algorithms_partitioning_ops (20 ms total) 51: 51: [----------] 12 tests from std_algorithms_numerics_test 51: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 51: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (3 ms) 51: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 51: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 51: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 51: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 51: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 51: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 51: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 51: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 51: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 51: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 51: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 51: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 51: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 51: [----------] 12 tests from std_algorithms_numerics_test (9 ms total) 51: 51: [----------] 1 test from std_algorithms_numerics_ops_test 51: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 51: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (105 ms) 51: [----------] 1 test from std_algorithms_numerics_ops_test (105 ms total) 51: 51: [----------] 8 tests from std_algorithms_numeric_ops_test 51: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 51: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (489 ms) 51: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 51: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 51: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 51: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (434 ms) 51: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 51: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 51: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 51: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (139 ms) 51: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 51: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 51: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 51: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (241 ms) 51: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 51: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 51: [----------] 8 tests from std_algorithms_numeric_ops_test (1304 ms total) 51: 51: [----------] 1 test from std_algorithms_transform_ops_test 51: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 51: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (38 ms) 51: [----------] 1 test from std_algorithms_transform_ops_test (38 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 29 tests from 7 test suites ran. (1502 ms total) 51: [ PASSED ] 29 tests. 51/66 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 1.77 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 52: Test timeout computed to be: 1500 52: [==========] Running 12 tests from 7 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_adjacent_find_team_test 52: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 52: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (324 ms) 52: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 52: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (302 ms) 52: [----------] 2 tests from std_algorithms_adjacent_find_team_test (627 ms total) 52: 52: [----------] 2 tests from std_algorithms_count_team_test 52: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 52: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (144 ms) 52: [ RUN ] std_algorithms_count_team_test.count_returns_zero 52: [ OK ] std_algorithms_count_team_test.count_returns_zero (129 ms) 52: [----------] 2 tests from std_algorithms_count_team_test (273 ms total) 52: 52: [----------] 1 test from std_algorithms_count_if_team_test 52: [ RUN ] std_algorithms_count_if_team_test.test 52: [ OK ] std_algorithms_count_if_team_test.test (175 ms) 52: [----------] 1 test from std_algorithms_count_if_team_test (175 ms total) 52: 52: [----------] 1 test from std_algorithms_for_each_team_test 52: [ RUN ] std_algorithms_for_each_team_test.test 52: [ OK ] std_algorithms_for_each_team_test.test (350 ms) 52: [----------] 1 test from std_algorithms_for_each_team_test (350 ms total) 52: 52: [----------] 1 test from std_algorithms_for_each_n_team_test 52: [ RUN ] std_algorithms_for_each_n_team_test.test 52: [ OK ] std_algorithms_for_each_n_team_test.test (372 ms) 52: [----------] 1 test from std_algorithms_for_each_n_team_test (372 ms total) 52: 52: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 52: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 52: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (406 ms) 52: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 52: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (347 ms) 52: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 52: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (346 ms) 52: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1100 ms total) 52: 52: [----------] 2 tests from std_algorithms_mismatch_team_test 52: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 52: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (423 ms) 52: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 42%] Built target Kokkos_CoreUnitTest_Cuda2 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o 52: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (456 ms) 52: [----------] 2 tests from std_algorithms_mismatch_team_test (880 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 12 tests from 7 test suites ran. (3780 ms total) 52: [ PASSED ] 12 tests. 52/66 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 4.04 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 53: Test timeout computed to be: 1500 53: [==========] Running 8 tests from 4 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_equal_team_test 53: [ RUN ] std_algorithms_equal_team_test.views_are_equal 53: [ OK ] std_algorithms_equal_team_test.views_are_equal (635 ms) 53: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 53: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (657 ms) 53: [----------] 2 tests from std_algorithms_equal_team_test (1293 ms total) 53: 53: [----------] 2 tests from std_algorithms_search_team_test 53: [ RUN ] std_algorithms_search_team_test.sequences_exist 53: [ OK ] std_algorithms_search_team_test.sequences_exist (286 ms) 53: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 53: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (304 ms) 53: [----------] 2 tests from std_algorithms_search_team_test (590 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_end_team_test 53: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 53: [ OK ] std_algorithms_find_end_team_test.sequences_exist (416 ms) 53: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 53: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (378 ms) 53: [----------] 2 tests from std_algorithms_find_end_team_test (795 ms total) 53: 53: [----------] 2 tests from std_algorithms_find_first_of_team_test 53: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 53: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (335 ms) 53: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 53: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (488 ms) 53: [----------] 2 tests from std_algorithms_find_first_of_team_test (824 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 8 tests from 4 test suites ran. (3503 ms total) 53: [ PASSED ] 8 tests. 53/66 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 3.79 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 54: Test timeout computed to be: 1500 54: [==========] Running 11 tests from 7 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_find_team_test 54: [ RUN ] std_algorithms_find_team_test.searched_values_exist 54: [ OK ] std_algorithms_find_team_test.searched_values_exist (143 ms) 54: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 54: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (144 ms) 54: [----------] 2 tests from std_algorithms_find_team_test (288 ms total) 54: 54: [----------] 2 tests from std_algorithms_find_if_team_test 54: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 54: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (132 ms) 54: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 54: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (145 ms) 54: [----------] 2 tests from std_algorithms_find_if_team_test (278 ms total) 54: 54: [----------] 2 tests from std_algorithms_find_if_not_team_test 54: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 54: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (139 ms) 54: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 54: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (127 ms) 54: [----------] 2 tests from std_algorithms_find_if_not_team_test (267 ms total) 54: 54: [----------] 1 test from std_algorithms_all_of_team_test 54: [ RUN ] std_algorithms_all_of_team_test.test 54: [ OK ] std_algorithms_all_of_team_test.test (143 ms) 54: [----------] 1 test from std_algorithms_all_of_team_test (143 ms total) 54: 54: [----------] 1 test from std_algorithms_any_of_team_test 54: [ RUN ] std_algorithms_any_of_team_test.test 54: [ OK ] std_algorithms_any_of_team_test.test (132 ms) 54: [----------] 1 test from std_algorithms_any_of_team_test (132 ms total) 54: 54: [----------] 1 test from std_algorithms_none_of_team_test 54: [ RUN ] std_algorithms_none_of_team_test.test 54: [ OK ] std_algorithms_none_of_team_test.test (137 ms) 54: [----------] 1 test from std_algorithms_none_of_team_test (137 ms total) 54: 54: [----------] 2 tests from std_algorithms_search_n_team_test 54: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 54: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (176 ms) 54: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 54: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (145 ms) 54: [----------] 2 tests from std_algorithms_search_n_team_test (322 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 11 tests from 7 test suites ran. (1571 ms total) 54: [ PASSED ] 11 tests. 54/66 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 1.83 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 55: Test timeout computed to be: 1500 55: [==========] Running 3 tests from 3 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_min_element_team_test 55: [ RUN ] std_algorithms_min_element_team_test.test 55: [ OK ] std_algorithms_min_element_team_test.test (499 ms) 55: [----------] 1 test from std_algorithms_min_element_team_test (499 ms total) 55: 55: [----------] 1 test from std_algorithms_max_element_team_test 55: [ RUN ] std_algorithms_max_element_team_test.test [ 64%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda 55: [ OK ] std_algorithms_max_element_team_test.test (487 ms) 55: [----------] 1 test from std_algorithms_max_element_team_test (487 ms total) 55: 55: [----------] 1 test from std_algorithms_minmax_element_team_test 55: [ RUN ] std_algorithms_minmax_element_team_test.test [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o 55: [ OK ] std_algorithms_minmax_element_team_test.test (527 ms) 55: [----------] 1 test from std_algorithms_minmax_element_team_test (527 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 3 tests from 3 test suites ran. (1514 ms total) 55: [ PASSED ] 3 tests. 55/66 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 1.80 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 56: Test timeout computed to be: 1500 56: [==========] Running 6 tests from 6 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_fill_team_test 56: [ RUN ] std_algorithms_fill_team_test.test 56: [ OK ] std_algorithms_fill_team_test.test (197 ms) 56: [----------] 1 test from std_algorithms_fill_team_test (197 ms total) 56: 56: [----------] 1 test from std_algorithms_fill_n_team_test 56: [ RUN ] std_algorithms_fill_n_team_test.test 56: [ OK ] std_algorithms_fill_n_team_test.test (213 ms) 56: [----------] 1 test from std_algorithms_fill_n_team_test (213 ms total) 56: 56: [----------] 1 test from std_algorithms_replace_team_test 56: [ RUN ] std_algorithms_replace_team_test.test 56: [ OK ] std_algorithms_replace_team_test.test (341 ms) 56: [----------] 1 test from std_algorithms_replace_team_test (341 ms total) 56: 56: [----------] 1 test from std_algorithms_replace_if_team_test 56: [ RUN ] std_algorithms_replace_if_team_test.test 56: [ OK ] std_algorithms_replace_if_team_test.test (280 ms) 56: [----------] 1 test from std_algorithms_replace_if_team_test (280 ms total) 56: 56: [----------] 1 test from std_algorithms_replace_copy_team_test 56: [ RUN ] std_algorithms_replace_copy_team_test.test [ 64%] Built target Kokkos_ContainersPerformanceTest_Cuda 56: [ OK ] std_algorithms_replace_copy_team_test.test (441 ms) 56: [----------] 1 test from std_algorithms_replace_copy_team_test (441 ms total) 56: 56: [----------] 1 test from std_algorithms_replace_copy_if_team_test 56: [ RUN ] std_algorithms_replace_copy_if_team_test.test [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o 56: [ OK ] std_algorithms_replace_copy_if_team_test.test (324 ms) 56: [----------] 1 test from std_algorithms_replace_copy_if_team_test (324 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 6 tests from 6 test suites ran. (1798 ms total) 56: [ PASSED ] 6 tests. 56/66 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 2.07 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 57: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 57: Test timeout computed to be: 1500 57: [==========] Running 4 tests from 4 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_reverse_team_test 57: [ RUN ] std_algorithms_reverse_team_test.test 57: [ OK ] std_algorithms_reverse_team_test.test (248 ms) 57: [----------] 1 test from std_algorithms_reverse_team_test (248 ms total) 57: 57: [----------] 1 test from std_algorithms_reverse_copy_team_test 57: [ RUN ] std_algorithms_reverse_copy_team_test.test 57: [ OK ] std_algorithms_reverse_copy_team_test.test (272 ms) 57: [----------] 1 test from std_algorithms_reverse_copy_team_test (272 ms total) 57: 57: [----------] 1 test from std_algorithms_rotate_team_test 57: [ RUN ] std_algorithms_rotate_team_test.test 57: [ OK ] std_algorithms_rotate_team_test.test (384 ms) 57: [----------] 1 test from std_algorithms_rotate_team_test (384 ms total) 57: 57: [----------] 1 test from std_algorithms_rotate_copy_team_test 57: [ RUN ] std_algorithms_rotate_copy_team_test.test 57: [ OK ] std_algorithms_rotate_copy_team_test.test (397 ms) 57: [----------] 1 test from std_algorithms_rotate_copy_team_test (397 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 4 tests from 4 test suites ran. (1303 ms total) 57: [ PASSED ] 4 tests. 57/66 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 1.56 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 58: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 58: Test timeout computed to be: 1500 58: [==========] Running 4 tests from 4 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_move_team_test 58: [ RUN ] std_algorithms_move_team_test.test 58: [ OK ] std_algorithms_move_team_test.test (469 ms) 58: [----------] 1 test from std_algorithms_move_team_test (469 ms total) 58: 58: [----------] 1 test from std_algorithms_move_backward_team_test 58: [ RUN ] std_algorithms_move_backward_team_test.test 58: [ OK ] std_algorithms_move_backward_team_test.test (381 ms) 58: [----------] 1 test from std_algorithms_move_backward_team_test (381 ms total) 58: 58: [----------] 1 test from std_algorithms_shift_left_team_test 58: [ RUN ] std_algorithms_shift_left_team_test.test 58: [ OK ] std_algorithms_shift_left_team_test.test (1148 ms) 58: [----------] 1 test from std_algorithms_shift_left_team_test (1148 ms total) 58: 58: [----------] 1 test from std_algorithms_shift_right_team_test 58: [ RUN ] std_algorithms_shift_right_team_test.test [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o 58: [ OK ] std_algorithms_shift_right_team_test.test (1142 ms) 58: [----------] 1 test from std_algorithms_shift_right_team_test (1142 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 4 tests from 4 test suites ran. (3143 ms total) 58: [ PASSED ] 4 tests. 58/66 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 3.31 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 59: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 59: Test timeout computed to be: 1500 59: [==========] Running 9 tests from 9 test suites. 59: [----------] Global test environment set-up. 59: [----------] 1 test from std_algorithms_copy_team_test 59: [ RUN ] std_algorithms_copy_team_test.test 59: [ OK ] std_algorithms_copy_team_test.test (659 ms) 59: [----------] 1 test from std_algorithms_copy_team_test (659 ms total) 59: 59: [----------] 1 test from std_algorithms_copy_n_team_test 59: [ RUN ] std_algorithms_copy_n_team_test.test 59: [ OK ] std_algorithms_copy_n_team_test.test (266 ms) 59: [----------] 1 test from std_algorithms_copy_n_team_test (266 ms total) 59: 59: [----------] 1 test from std_algorithms_copy_backward_team_test 59: [ RUN ] std_algorithms_copy_backward_team_test.test 59: [ OK ] std_algorithms_copy_backward_team_test.test (370 ms) 59: [----------] 1 test from std_algorithms_copy_backward_team_test (370 ms total) 59: 59: [----------] 1 test from std_algorithms_copy_if_team_test 59: [ RUN ] std_algorithms_copy_if_team_test.test 59: [ OK ] std_algorithms_copy_if_team_test.test (352 ms) 59: [----------] 1 test from std_algorithms_copy_if_team_test (352 ms total) 59: 59: [----------] 1 test from std_algorithms_unique_copy_team_test 59: [ RUN ] std_algorithms_unique_copy_team_test.test 59: [ OK ] std_algorithms_unique_copy_team_test.test (328 ms) 59: [----------] 1 test from std_algorithms_unique_copy_team_test (328 ms total) 59: 59: [----------] 1 test from std_algorithms_remove_team_test 59: [ RUN ] std_algorithms_remove_team_test.test 59: [ OK ] std_algorithms_remove_team_test.test (333 ms) 59: [----------] 1 test from std_algorithms_remove_team_test (333 ms total) 59: 59: [----------] 1 test from std_algorithms_remove_if_team_test 59: [ RUN ] std_algorithms_remove_if_team_test.test 59: [ OK ] std_algorithms_remove_if_team_test.test (275 ms) 59: [----------] 1 test from std_algorithms_remove_if_team_test (275 ms total) 59: 59: [----------] 1 test from std_algorithms_remove_copy_team_test 59: [ RUN ] std_algorithms_remove_copy_team_test.test 59: [ OK ] std_algorithms_remove_copy_team_test.test (362 ms) 59: [----------] 1 test from std_algorithms_remove_copy_team_test (362 ms total) 59: 59: [----------] 1 test from std_algorithms_remove_copy_if_team_test 59: [ RUN ] std_algorithms_remove_copy_if_team_test.test 59: [ OK ] std_algorithms_remove_copy_if_team_test.test (313 ms) 59: [----------] 1 test from std_algorithms_remove_copy_if_team_test (313 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 9 tests from 9 test suites ran. (3263 ms total) 59: [ PASSED ] 9 tests. 59/66 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 3.55 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 60: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 60: Test timeout computed to be: 1500 60: [==========] Running 4 tests from 4 test suites. 60: [----------] Global test environment set-up. 60: [----------] 1 test from std_algorithms_unique_team_test 60: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 60: [ OK ] std_algorithms_unique_team_test.test_default_predicate (450 ms) 60: [----------] 1 test from std_algorithms_unique_team_test (450 ms total) 60: 60: [----------] 1 test from std_algorithms_adjacent_difference_team_test 60: [ RUN ] std_algorithms_adjacent_difference_team_test.test 60: [ OK ] std_algorithms_adjacent_difference_team_test.test (650 ms) 60: [----------] 1 test from std_algorithms_adjacent_difference_team_test (650 ms total) 60: 60: [----------] 1 test from std_algorithms_reduce_team_test 60: [ RUN ] std_algorithms_reduce_team_test.test 60: [ OK ] std_algorithms_reduce_team_test.test (442 ms) 60: [----------] 1 test from std_algorithms_reduce_team_test (442 ms total) 60: 60: [----------] 1 test from std_algorithms_transform_reduce_team_test 60: [ RUN ] std_algorithms_transform_reduce_team_test.test [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o 60: [ OK ] std_algorithms_transform_reduce_team_test.test (807 ms) 60: [----------] 1 test from std_algorithms_transform_reduce_team_test (807 ms total) 60: 60: [----------] Global test environment tear-down 60: [==========] 4 tests from 4 test suites ran. (2350 ms total) 60: [ PASSED ] 4 tests. 60/66 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 2.62 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 61: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 61: Test timeout computed to be: 1500 61: [==========] Running 18 tests from 5 test suites. 61: [----------] Global test environment set-up. 61: [----------] 2 tests from std_algorithms_is_sorted_team_test 61: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o 61: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (515 ms) 61: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 61: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (516 ms) 61: [----------] 2 tests from std_algorithms_is_sorted_team_test (1032 ms total) 61: 61: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 61: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 61: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (11 ms) 61: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 61: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 61: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 61: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (462 ms) 61: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 61: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (511 ms) 61: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1000 ms total) 61: 61: [----------] 4 tests from std_algorithms_is_partitioned_team_test 61: [ RUN ] std_algorithms_is_partitioned_team_test.empty 61: [ OK ] std_algorithms_is_partitioned_team_test.empty (6 ms) 61: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 61: [ OK ] std_algorithms_is_partitioned_team_test.all_true (244 ms) 61: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 61: [ OK ] std_algorithms_is_partitioned_team_test.all_false (234 ms) 61: [ RUN ] std_algorithms_is_partitioned_team_test.random 61: [ OK ] std_algorithms_is_partitioned_team_test.random (235 ms) 61: [----------] 4 tests from std_algorithms_is_partitioned_team_test (721 ms total) 61: 61: [----------] 4 tests from std_algorithms_partition_copy_team_test 61: [ RUN ] std_algorithms_partition_copy_team_test.empty 61: [ OK ] std_algorithms_partition_copy_team_test.empty (10 ms) 61: [ RUN ] std_algorithms_partition_copy_team_test.all_true 61: [ OK ] std_algorithms_partition_copy_team_test.all_true (676 ms) 61: [ RUN ] std_algorithms_partition_copy_team_test.all_false 61: [ OK ] std_algorithms_partition_copy_team_test.all_false (668 ms) 61: [ RUN ] std_algorithms_partition_copy_team_test.random [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o 61: [ OK ] std_algorithms_partition_copy_team_test.random (657 ms) 61: [----------] 4 tests from std_algorithms_partition_copy_team_test (2013 ms total) 61: 61: [----------] 4 tests from std_algorithms_partition_point_team_test 61: [ RUN ] std_algorithms_partition_point_team_test.empty 61: [ OK ] std_algorithms_partition_point_team_test.empty (6 ms) 61: [ RUN ] std_algorithms_partition_point_team_test.all_true 61: [ OK ] std_algorithms_partition_point_team_test.all_true (242 ms) 61: [ RUN ] std_algorithms_partition_point_team_test.all_false 61: [ OK ] std_algorithms_partition_point_team_test.all_false (237 ms) 61: [ RUN ] std_algorithms_partition_point_team_test.random 61: [ OK ] std_algorithms_partition_point_team_test.random (223 ms) 61: [----------] 4 tests from std_algorithms_partition_point_team_test (710 ms total) 61: 61: [----------] Global test environment tear-down 61: [==========] 18 tests from 5 test suites ran. (5477 ms total) 61: [ PASSED ] 18 tests. 61/66 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 5.76 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 62: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 62: Test timeout computed to be: 1500 62: [==========] Running 5 tests from 4 test suites. 62: [----------] Global test environment set-up. 62: [----------] 2 tests from std_algorithms_transform_team_test 62: [ RUN ] std_algorithms_transform_team_test.test_unary_op 62: [ OK ] std_algorithms_transform_team_test.test_unary_op (736 ms) 62: [ RUN ] std_algorithms_transform_team_test.test_binary_op 62: [ OK ] std_algorithms_transform_team_test.test_binary_op (726 ms) 62: [----------] 2 tests from std_algorithms_transform_team_test (1463 ms total) 62: 62: [----------] 1 test from std_algorithms_generate_team_test 62: [ RUN ] std_algorithms_generate_team_test.test_unary_op 62: [ OK ] std_algorithms_generate_team_test.test_unary_op (1664 ms) 62: [----------] 1 test from std_algorithms_generate_team_test (1664 ms total) 62: 62: [----------] 1 test from std_algorithms_generate_n_team_test 62: [ RUN ] std_algorithms_generate_n_team_test.test 62: [ OK ] std_algorithms_generate_n_team_test.test (214 ms) 62: [----------] 1 test from std_algorithms_generate_n_team_test (214 ms total) 62: 62: [----------] 1 test from std_algorithms_swap_ranges_team_test 62: [ RUN ] std_algorithms_swap_ranges_team_test.test 62: [ OK ] std_algorithms_swap_ranges_team_test.test (696 ms) 62: [----------] 1 test from std_algorithms_swap_ranges_team_test (697 ms total) 62: 62: [----------] Global test environment tear-down 62: [==========] 5 tests from 4 test suites ran. (4039 ms total) 62: [ PASSED ] 5 tests. 62/66 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 4.33 sec test 63 Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 63: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 63: Test timeout computed to be: 1500 63: [==========] Running 2 tests from 2 test suites. 63: [----------] Global test environment set-up. 63: [----------] 1 test from std_algorithms_exclusive_scan_team_test 63: [ RUN ] std_algorithms_exclusive_scan_team_test.test 63: [ OK ] std_algorithms_exclusive_scan_team_test.test (1393 ms) 63: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1393 ms total) 63: 63: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 63: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o 63: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (690 ms) 63: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (690 ms total) 63: 63: [----------] Global test environment tear-down 63: [==========] 2 tests from 2 test suites ran. (2084 ms total) 63: [ PASSED ] 2 tests. 63/66 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 2.33 sec test 64 Start 64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 64: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 64: Test timeout computed to be: 1500 64: [==========] Running 2 tests from 2 test suites. 64: [----------] Global test environment set-up. 64: [----------] 1 test from std_algorithms_inclusive_scan_team_test 64: [ RUN ] std_algorithms_inclusive_scan_team_test.test 64: [ OK ] std_algorithms_inclusive_scan_team_test.test (2036 ms) 64: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2036 ms total) 64: 64: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 64: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 64: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1314 ms) 64: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1314 ms total) 64: 64: [----------] Global test environment tear-down 64: [==========] 2 tests from 2 test suites ran. (3350 ms total) 64: [ PASSED ] 2 tests. 64/66 Test #64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 3.61 sec test 65 Start 65: Kokkos_PerformanceTest_InclusiveScan 65: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T16-02-26.json" 65: Test timeout computed to be: 1500 65: 2025-09-23T16:44:18+00:00 65: Running /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan 65: Run on (6 X 2095.11 MHz CPU s) 65: CPU Caches: 65: L1 Data 32 KiB (x6) 65: L1 Instruction 32 KiB (x6) 65: L2 Unified 4096 KiB (x6) 65: L3 Unified 16384 KiB (x6) 65: Load Average: 1.03, 2.02, 4.53 65: CPU architecture: none 65: Can access system allocated memory: 0 65: Capability: 7.0 65: Default Device: Cuda 65: GPU architecture: VOLTA70 65: KOKKOS_COMPILER_CLANG: 1507 65: KOKKOS_ENABLE_ASM: no 65: KOKKOS_ENABLE_CUDA: yes 65: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 65: KOKKOS_ENABLE_CUDA_UVM: no 65: KOKKOS_ENABLE_CXX20: yes 65: KOKKOS_ENABLE_CXX23: no 65: KOKKOS_ENABLE_CXX26: no 65: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 65: KOKKOS_ENABLE_HWLOC: no 65: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 65: KOKKOS_ENABLE_LIBDL: yes 65: KOKKOS_ENABLE_PRAGMA_IVDEP: no 65: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 65: KOKKOS_ENABLE_PRAGMA_UNROLL: no 65: KOKKOS_ENABLE_PRAGMA_VECTOR: no 65: KOKKOS_ENABLE_SERIAL: yes 65: Kokkos Version: 4.7.99 65: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB: Selected 65: Shared Memory per Block: 48 KiB 65: Total Global Memory: 31.73 GiB 65: desul atomics version: 2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e 65: macro CUDA_VERSION: 11080 = version 11.8 65: macro KOKKOS_ENABLE_CUDA: defined 65: mdspan: enabled 65: mdspan version: 0e4eba59ad53451784b3839bdf98b25fa2d64931 65: platform: 64bit 65: via Address Translation Service: 0 [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 43%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 43%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o 65: ---------------------------------------------------------------------------------------------------------------------------------------------- 65: Benchmark Time CPU Iterations FOM: GB/s MB Passed 65: ---------------------------------------------------------------------------------------------------------------------------------------------- 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 380 882.455/s 1.6k 1 [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 383 880.837/s 1.6k 1 [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 389 868.091/s 1.6k 1 [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 389 874.881/s 1.6k 1 [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 389 885.572/s 1.6k 1 [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o [ 43%] Linking CXX executable Kokkos_ProfilingAllCalls [ 43%] Built target Kokkos_ProfilingAllCalls [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 390 884.224/s 1.6k 1 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 387 880.885/s 1.6k 1 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 387 877.246/s 1.6k 1 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o 65: BM_inclusive_scan/100000000/manual_time 0.002 s 0.002 s 386 877.181/s 1.6k 1 65/66 Test #65: Kokkos_PerformanceTest_InclusiveScan ....................... Passed 39.12 sec test 66 Start 66: Kokkos_UnitTest_SIMD 66: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 66: Test timeout computed to be: 1500 66: [==========] Running 18 tests from 1 test suite. 66: [----------] Global test environment set-up. 66: [----------] 18 tests from simd 66: [ RUN ] simd.host_math_ops 66: [ OK ] simd.host_math_ops (1 ms) 66: [ RUN ] simd.device_math_ops 66: [ OK ] simd.device_math_ops (7 ms) 66: [ RUN ] simd.host_mask_ops 66: [ OK ] simd.host_mask_ops (0 ms) 66: [ RUN ] simd.device_mask_ops 66: [ OK ] simd.device_mask_ops (0 ms) 66: [ RUN ] simd.host_conversions 66: [ OK ] simd.host_conversions (0 ms) 66: [ RUN ] simd.device_conversions 66: [ OK ] simd.device_conversions (0 ms) 66: [ RUN ] simd.host_shift_ops 66: [ OK ] simd.host_shift_ops (0 ms) 66: [ RUN ] simd.device_shift_ops 66: [ OK ] simd.device_shift_ops (0 ms) 66: [ RUN ] simd.host_condition 66: [ OK ] simd.host_condition (0 ms) 66: [ RUN ] simd.device_condition 66: [ OK ] simd.device_condition (0 ms) 66: [ RUN ] simd.host_gen_ctors 66: [ OK ] simd.host_gen_ctors (0 ms) 66: [ RUN ] simd.device_gen_ctors 66: [ OK ] simd.device_gen_ctors (0 ms) 66: [ RUN ] simd.host_where_expressions 66: [ OK ] simd.host_where_expressions (0 ms) 66: [ RUN ] simd.device_where_expressions 66: [ OK ] simd.device_where_expressions (0 ms) 66: [ RUN ] simd.host_reductions 66: [ OK ] simd.host_reductions (0 ms) 66: [ RUN ] simd.device_reductions 66: [ OK ] simd.device_reductions (0 ms) 66: [ RUN ] simd.host_construction 66: [ OK ] simd.host_construction (0 ms) 66: [ RUN ] simd.device_construction 66: [ OK ] simd.device_construction (0 ms) 66: [----------] 18 tests from simd (9 ms total) 66: 66: [----------] Global test environment tear-down 66: [==========] 18 tests from 1 test suite ran. (9 ms total) 66: [ PASSED ] 18 tests. 66/66 Test #66: Kokkos_UnitTest_SIMD ....................................... Passed 0.27 sec 100% tests passed, 0 tests failed out of 66 Label Time Summary: Kokkos = 248.49 sec*proc (58 tests) Total Test time (real) = 608.63 sec Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 813 / 814 (99.88 %) Direct: 38 / 814 (4.67 %) Preprocessed: 775 / 776 (99.87 %) Misses: 1 Direct: 776 Preprocessed: 1 Primary storage: Hits: 1627 / 1628 (99.94 %) Misses: 1 Cache size (GB): 4.92 / 5.00 (98.45 %) Cleanups: 1 Use the -v/--verbose option for more details. [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 22b231d9169c53cec976bacde58fc6cfe53c7af60d7ad3ae0b861eccb7cd00c9 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 22b231d9169c53cec976bacde58fc6cfe53c7af60d7ad3ae0b861eccb7cd00c9 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o [ 44%] Linking CXX executable Kokkos_ToolsInitialization [ 44%] Built target Kokkos_ToolsInitialization [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 67%] 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_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 47%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 47%] Built target Kokkos_CoreUnitTest_KokkosP [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 48%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 67%] 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_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_Serial1 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 49%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 49%] Linking CXX executable Kokkos_StackTraceTestExec [ 49%] Built target Kokkos_StackTraceTestExec [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o [ 49%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 49%] Built target Kokkos_CoreUnitTest_CTestDevice [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility.dir/UnitTest_CMakeTriBITSCompatibility.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 50%] Built target Kokkos_CoreUnitTest_CMakeTriBITSCompatibility [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 50%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 50%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 67%] Built target Kokkos_ContainersUnitTest_OpenMP [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 68%] Linking CXX executable Kokkos_UnitTest_Sort [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.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 [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 68%] Built target Kokkos_UnitTest_Sort [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 68%] Linking CXX executable Kokkos_UnitTest_Random [ 68%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 68%] Built target Kokkos_UnitTest_Random [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 68%] Built target Kokkos_ContainersUnitTest_Cuda [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 62%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 62%] Built target Kokkos_IncrementalTest_SERIAL [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 63%] Built target Kokkos_IncrementalTest_CUDA [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 70%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_TypeInfo_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 65%] Built target Kokkos_CoreUnitTest_Cuda1 [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_Initialize.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 69%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 69%] Built target Kokkos_PerformanceTest_SharedSpace [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_ParallelFor.cpp.o [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 70%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 70%] Built target Kokkos_Benchmark_Atomic_MinMax [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/PerfTest_ViewFirstTouch_DeepCopy.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_ViewFirstTouch.dir/BenchmarkMain.cpp.o [ 71%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 71%] Built target Kokkos_PerformanceTest_Mempool [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/test_reduction.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 71%] 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_ViewFirstTouch.dir/Benchmark_Context.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 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 [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 72%] Linking CXX executable Kokkos_PerformanceTest_ViewFirstTouch [ 72%] Built target Kokkos_PerformanceTest_ViewFirstTouch [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 72%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/BenchmarkMain.cpp.o [ 72%] Built target Kokkos_PerformanceTest_Atomic [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Reduction.dir/Benchmark_Context.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 72%] Linking CXX executable Kokkos_PerformanceTest_Reduction [ 72%] Built target Kokkos_PerformanceTest_Reduction [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.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 containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDynRankViewTypedefs.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 74%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 74%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 74%] Built target Kokkos_ContainersTestCompileOnly [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 75%] 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_Serial.dir/serial/TestSerial_DynRankView_Ctors.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 76%] Linking CXX executable Kokkos_UnitTest_Random [ 76%] Built target Kokkos_UnitTest_Random [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_Ctors.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_LayoutMember.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_TeamScratch.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynRankView_ViewCustomization.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 76%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 76%] Built target Kokkos_CoreUnitTest_Cuda1 [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_LayoutMember.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_TeamScratch.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynRankView_ViewCustomization.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.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_D.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 79%] Linking CXX executable Kokkos_UnitTest_Sort [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 79%] Built target Kokkos_UnitTest_Sort [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.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_D.dir/TestStdAlgorithmsModOps.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.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_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 84%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 84%] Built target Kokkos_ContainersUnitTest_Cuda [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 84%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 84%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 84%] Built target Kokkos_PerformanceTest_Benchmark [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 85%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 85%] Built target Kokkos_ContainersUnitTest_Serial [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.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_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 84%] 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_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c15.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 84%] Built target Kokkos_CoreUnitTest_Cuda2 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 87%] 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_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Timer.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 87%] 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_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_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_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.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_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 86%] 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_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] 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_G.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 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_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.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 core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 92%] 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_L.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 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_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 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_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 94%] 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_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 95%] 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_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 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_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 90%] 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_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/test_inclusive_scan.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/BenchmarkMain.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 97%] Building CXX object algorithms/perf_test/CMakeFiles/Kokkos_PerformanceTest_InclusiveScan.dir/__/__/core/perf_test/Benchmark_Context.cpp.o [ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorProp.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 98%] Linking CXX executable Kokkos_PerformanceTest_InclusiveScan [ 98%] Built target Kokkos_PerformanceTest_InclusiveScan [ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 98%] Linking CXX executable Kokkos_atomic [ 98%] Linking CXX executable Kokkos_gups [ 98%] Built target Kokkos_atomic [ 98%] Built target Kokkos_gups [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 98%] Linking CXX executable Kokkos_launch_latency [ 99%] Linking CXX executable Kokkos_stream [ 99%] Built target Kokkos_launch_latency [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 99%] Built target Kokkos_stream [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 99%] Linking CXX executable Kokkos_view_copy_constructor [ 99%] Built target Kokkos_view_copy_constructor [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 99%] Linking CXX executable Kokkos_gather [ 99%] Built target Kokkos_gather [ 99%] Linking CXX executable Kokkos_policy_performance [ 99%] Built target Kokkos_policy_performance [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.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-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: 186a5abef587 Build name: Linux-clang++-17 Create new tag: 20250923-1726 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial_ViewSupport 1: Test timeout computed to be: 1500 1: terminate called after throwing an instance of 'std::runtime_error' 1: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 1/66 Test #1: Kokkos_CoreUnitTest_Serial_ViewSupport .....................Subprocess aborted***Exception: 0.29 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 2: terminate called after throwing an instance of 'std::runtime_error' 2: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 2/66 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport .......................Subprocess aborted***Exception: 0.13 sec test 3 Start 3: Kokkos_CoreUnitTest_Serial1 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 3: Test timeout computed to be: 1500 3: terminate called after throwing an instance of 'std::runtime_error' 3: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 3/66 Test #3: Kokkos_CoreUnitTest_Serial1 ................................Subprocess aborted***Exception: 0.17 sec test 4 Start 4: Kokkos_CoreUnitTest_Serial2 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 4: Test timeout computed to be: 1500 4: terminate called after throwing an instance of 'std::runtime_error' 4: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 4/66 Test #4: Kokkos_CoreUnitTest_Serial2 ................................Subprocess aborted***Exception: 0.16 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 5: Test timeout computed to be: 1500 5: terminate called after throwing an instance of 'std::runtime_error' 5: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 5/66 Test #5: Kokkos_CoreUnitTest_Cuda1 ..................................Subprocess aborted***Exception: 0.19 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 6: terminate called after throwing an instance of 'std::runtime_error' 6: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 6/66 Test #6: Kokkos_CoreUnitTest_Cuda2 ..................................Subprocess aborted***Exception: 0.16 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 7: Test timeout computed to be: 1500 7: terminate called after throwing an instance of 'std::runtime_error' 7: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 7/66 Test #7: Kokkos_CoreUnitTest_Cuda3 ..................................Subprocess aborted***Exception: 0.14 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test timeout computed to be: 1500 8: terminate called after throwing an instance of 'std::runtime_error' 8: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 8/66 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ...................Subprocess aborted***Exception: 0.12 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 9: Test timeout computed to be: 1500 9: terminate called after throwing an instance of 'std::runtime_error' 9: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 9/66 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................Subprocess aborted***Exception: 0.13 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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: unknown file: Failure 10: C++ exception with description "cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135" thrown in the test body. 10: [ FAILED ] cuda.raw_cuda_interop (2 ms) 10: [----------] 1 test from cuda (2 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (2 ms total) 10: [ PASSED ] 0 tests. 10: [ FAILED ] 1 test, listed below: 10: [ FAILED ] cuda.raw_cuda_interop 10: 10: 1 FAILED TEST 10/66 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................***Failed Error regular expression found in output. Regex=[ FAILED ] 0.02 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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: unknown file: Failure 11: C++ exception with description "cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135" thrown in the test body. 11: [ FAILED ] cuda.raw_cuda_streams (2 ms) 11: [----------] 1 test from cuda (2 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (2 ms total) 11: [ PASSED ] 0 tests. 11: [ FAILED ] 1 test, listed below: 11: [ FAILED ] cuda.raw_cuda_streams 11: 11: 1 FAILED TEST 11/66 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams .....................***Failed Error regular expression found in output. Regex=[ FAILED ] 0.02 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test timeout computed to be: 1500 12: terminate called after throwing an instance of 'std::runtime_error' 12: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 12/66 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .............Subprocess aborted***Exception: 0.13 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test timeout computed to be: 1500 13: terminate called after throwing an instance of 'std::runtime_error' 13: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 13/66 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph .......................Subprocess aborted***Exception: 0.13 sec test 14 Start 14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test timeout computed to be: 1500 14: terminate called after throwing an instance of 'std::runtime_error' 14: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 14/66 Test #14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ...............Subprocess aborted***Exception: 0.13 sec test 15 Start 15: Kokkos_CoreUnitTest_Default 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 15: Test timeout computed to be: 1500 15: terminate called after throwing an instance of 'std::runtime_error' 15: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 15/66 Test #15: Kokkos_CoreUnitTest_Default ................................Subprocess aborted***Exception: 0.14 sec test 16 Start 16: Kokkos_CoreUnitTest_InitializeFinalize 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 16: Test timeout computed to be: 1500 16: [==========] Running 30 tests from 7 test suites. 16: [----------] Global test environment set-up. 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:62: Failure 16: Death test: { { Kokkos::initialize(); auto views = make_views(); Kokkos::finalize(); } std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:62:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:72: Failure 16: Death test: { { Kokkos::initialize(); Kokkos::finalize(); auto views = make_views(); } std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:72:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (36 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:89: Failure 16: Death test: { { Kokkos::View v; Kokkos::initialize(); v = Kokkos::View("v", 10); v = Kokkos::View(); Kokkos::finalize(); } std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:89:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:100: Failure 16: Death test: { { Kokkos::initialize(); Kokkos::View v("v", 10); v = {}; Kokkos::finalize(); } std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:100:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:108: Failure 16: Death test: { Kokkos::initialize(); Kokkos::View v("v", 0); Kokkos::finalize(); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:108:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:131: Failure 16: Death test: { Kokkos::initialize(); Kokkos::finalize(); Kokkos::View v("v", 0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:131:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (153 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:158: Failure 16: Death test: { Kokkos::initialize(); Kokkos::finalize(); [[maybe_unused]] void* ptr = Kokkos::kokkos_malloc(1); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:158:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:167: Failure 16: Death test: { Kokkos::initialize(); void* ptr = Kokkos::kokkos_malloc(1); Kokkos::finalize(); Kokkos::kokkos_free(ptr); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:167:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:177: Failure 16: Death test: { Kokkos::initialize(); void* prev = Kokkos::kokkos_malloc(1); Kokkos::finalize(); [[maybe_unused]] void* next = Kokkos::kokkos_realloc(prev, 2); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:177:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:196: Failure 16: Death test: { Kokkos::initialize(); Kokkos::finalize(); void* ptr = reinterpret_cast(0xB105F00D); Kokkos::kokkos_free(ptr); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecutionEnvironmentNonInitializedOrFinalized.cpp:196:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (248 ms) 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (438 ms total) 16: 16: [----------] 4 tests from InitializeFinalize_DeathTest 16: [ RUN ] InitializeFinalize_DeathTest.initialize 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:38: Failure 16: Death test: { Kokkos::initialize(); Kokkos::finalize(); std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:38:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:46: Failure 16: Death test: { Kokkos::initialize(); Kokkos::initialize(); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:46:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:55: Failure 16: Death test: { Kokkos::initialize(); Kokkos::finalize(); Kokkos::initialize(); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:55:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] InitializeFinalize_DeathTest.initialize (28 ms) 16: [ RUN ] InitializeFinalize_DeathTest.finalize 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:72: Failure 16: Death test: { Kokkos::initialize(); Kokkos::finalize(); std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:72:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:80: Failure 16: Death test: { Kokkos::initialize(); Kokkos::finalize(); Kokkos::finalize(); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:80:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] InitializeFinalize_DeathTest.finalize (111 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_initialized 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:96: Failure 16: Death test: { bool success = true; success &= !Kokkos::is_initialized(); Kokkos::initialize(); success &= Kokkos::is_initialized(); Kokkos::finalize(); success &= !Kokkos::is_initialized(); std::exit(success ? 0 : 1); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:96:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] InitializeFinalize_DeathTest.is_initialized (10 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_finalized 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:112: Failure 16: Death test: { bool success = true; success &= !Kokkos::is_finalized(); Kokkos::initialize(); success &= !Kokkos::is_finalized(); Kokkos::finalize(); success &= Kokkos::is_finalized(); std::exit(success ? 0 : 1); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestInitializeFinalize.cpp:112:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] InitializeFinalize_DeathTest.is_finalized (8 ms) 16: [----------] 4 tests from InitializeFinalize_DeathTest (159 ms total) 16: 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 16: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 16: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (10 ms) 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (10 ms total) 16: 16: [----------] 1 test from Legion_DeathTest 16: [ RUN ] Legion_DeathTest.individual_backend_initialization 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestLegionInitialization.cpp:79: Failure 16: Death test: { bool success = true; Kokkos::InitializationSettings kokkos_init_settings; Kokkos::Impl::pre_initialize(kokkos_init_settings); Kokkos::DefaultHostExecutionSpace::impl_initialize( kokkos_init_settings); if (!std::is_same_v) Kokkos::DefaultExecutionSpace::impl_initialize(kokkos_init_settings); Kokkos::Impl::post_initialize(kokkos_init_settings); success &= Kokkos::is_initialized(); { Kokkos::View d("d", 1000); Kokkos::deep_copy(d, 1); int result; Kokkos::parallel_reduce("TestRed", d.extent(0), ReductionFunctor{d}, result); success &= (result == d.extent_int(0)); } Kokkos::Impl::pre_finalize(); if (!std::is_same_v) Kokkos::DefaultExecutionSpace::impl_finalize(); Kokkos::DefaultHostExecutionSpace::impl_finalize(); Kokkos::Impl::post_finalize(); success &= !Kokkos::is_initialized(); success &= Kokkos::is_finalized(); std::exit(success ? 0 : 1); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestLegionInitialization.cpp:79:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] Legion_DeathTest.individual_backend_initialization (9 ms) 16: [----------] 1 test from Legion_DeathTest (9 ms total) 16: 16: [----------] 2 tests from PushFinalizeHook_DeathTest 16: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestPushFinalizeHook.cpp:86: Failure 16: Death test: { Kokkos::push_finalize_hook(hook1); Kokkos::push_finalize_hook( [] { hookOutput << hook2str << '\n'; }); Kokkos::initialize(); std::function hook3 = [] { hookOutput << hook3str << '\n'; }; Kokkos::push_finalize_hook(hook3); Hook4 hook4; Kokkos::push_finalize_hook(hook4); Kokkos::finalize(); std::exit(hookOutput.str() == expectedOutput ? 0 : 1); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestPushFinalizeHook.cpp:86:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] PushFinalizeHook_DeathTest.called_in_reverse_order (15 ms) 16: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestPushFinalizeHook.cpp:109: Failure 16: Death test: { Kokkos::push_finalize_hook( [] { throw std::runtime_error("uncaught exception"); }); Kokkos::initialize(); Kokkos::finalize(); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestPushFinalizeHook.cpp:109:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] PushFinalizeHook_DeathTest.terminate_on_throw (9 ms) 16: [----------] 2 tests from PushFinalizeHook_DeathTest (25 ms total) 16: 16: [----------] 6 tests from ScopeGuard_DeathTest 16: [ RUN ] ScopeGuard_DeathTest.create 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:47: Failure 16: Death test: { { Kokkos::ScopeGuard guard{}; if (!Kokkos::is_initialized()) std::exit(1); if (Kokkos::is_finalized()) std::exit(1); } if (Kokkos::is_initialized()) std::exit(1); if (!Kokkos::is_finalized()) std::exit(1); std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:47:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ScopeGuard_DeathTest.create (8 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_argument 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:65: Failure 16: Death test: { { Kokkos::InitializationSettings settings{}; Kokkos::ScopeGuard guard{settings}; } std::exit(0); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:65:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ScopeGuard_DeathTest.create_argument (9 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:80: Failure 16: Death test: { Kokkos::ScopeGuard guard1{}; Kokkos::ScopeGuard guard2{}; } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:80:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ScopeGuard_DeathTest.create_while_initialize (8 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:95: Failure 16: Death test: { Kokkos::initialize(); Kokkos::ScopeGuard guard{}; } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:95:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ScopeGuard_DeathTest.create_after_initialize (9 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:111: Failure 16: Death test: { { Kokkos::ScopeGuard guard1{}; } Kokkos::ScopeGuard guard2{}; } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:111:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ScopeGuard_DeathTest.create_after_finalize (8 ms) 16: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 16: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:125: Failure 16: Death test: { Kokkos::ScopeGuard guard{}; Kokkos::finalize(); } 16: Result: threw an exception. 16: Error msg: 16: [ DEATH ] 16: [ DEATH ] /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestScopeGuard.cpp:125:: Caught std::exception-derived exception escaping the death test statement. Exception message: cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 16: [ DEATH ] 16: [ FAILED ] ScopeGuard_DeathTest.destroy_after_finalize (9 ms) 16: [----------] 6 tests from ScopeGuard_DeathTest (52 ms total) 16: 16: [----------] 13 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.initialization_settings 16: [ OK ] defaultdevicetype.initialization_settings (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 16: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_device_id 16: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 16: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 16: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_help 16: [ OK ] defaultdevicetype.cmd_line_args_help (6 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 16: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (4 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 16: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (17 ms) 16: [ RUN ] defaultdevicetype.env_vars_num_threads 16: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_device_id 16: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_disable_warnings 16: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_tune_internals 16: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.visible_devices 16: [ OK ] defaultdevicetype.visible_devices (0 ms) 16: [----------] 13 tests from defaultdevicetype (29 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 30 tests from 7 test suites ran. (725 ms total) 16: [ PASSED ] 14 tests. 16: [ FAILED ] 16 tests, listed below: 16: [ FAILED ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 16: [ FAILED ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 16: [ FAILED ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 16: [ FAILED ] InitializeFinalize_DeathTest.initialize 16: [ FAILED ] InitializeFinalize_DeathTest.finalize 16: [ FAILED ] InitializeFinalize_DeathTest.is_initialized 16: [ FAILED ] InitializeFinalize_DeathTest.is_finalized 16: [ FAILED ] Legion_DeathTest.individual_backend_initialization 16: [ FAILED ] PushFinalizeHook_DeathTest.called_in_reverse_order 16: [ FAILED ] PushFinalizeHook_DeathTest.terminate_on_throw 16: [ FAILED ] ScopeGuard_DeathTest.create 16: [ FAILED ] ScopeGuard_DeathTest.create_argument 16: [ FAILED ] ScopeGuard_DeathTest.create_while_initialize 16: [ FAILED ] ScopeGuard_DeathTest.create_after_initialize 16: [ FAILED ] ScopeGuard_DeathTest.create_after_finalize 16: [ FAILED ] ScopeGuard_DeathTest.destroy_after_finalize 16: 16: 16 FAILED TESTS 16/66 Test #16: Kokkos_CoreUnitTest_InitializeFinalize .....................***Failed Error regular expression found in output. Regex=[ FAILED ] 0.75 sec test 17 Start 17: Kokkos_CoreUnitTest_Develop 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 17: Test timeout computed to be: 1500 17: terminate called after throwing an instance of 'std::runtime_error' 17: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 17/66 Test #17: Kokkos_CoreUnitTest_Develop ................................Subprocess aborted***Exception: 0.13 sec test 18 Start 18: Kokkos_CoreUnitTest_TuningBuiltins 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 18: Test timeout computed to be: 1500 18: terminate called after throwing an instance of 'std::runtime_error' 18: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 18/66 Test #18: Kokkos_CoreUnitTest_TuningBuiltins .........................Subprocess aborted***Exception: 0.13 sec test 19 Start 19: Kokkos_CoreUnitTest_TuningBasics 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 19: Test timeout computed to be: 1500 19: terminate called after throwing an instance of 'std::runtime_error' 19: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 19/66 Test #19: Kokkos_CoreUnitTest_TuningBasics ...........................Subprocess aborted***Exception: 0.14 sec test 20 Start 20: Kokkos_CoreUnitTest_CategoricalTuner 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 20: Test timeout computed to be: 1500 20: terminate called after throwing an instance of 'std::runtime_error' 20: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 20/66 Test #20: Kokkos_CoreUnitTest_CategoricalTuner .......................Subprocess aborted***Exception: 0.14 sec test 21 Start 21: Kokkos_CoreUnitTest_KokkosP 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 21: Test timeout computed to be: 1500 21: terminate called after throwing an instance of 'std::runtime_error' 21: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 21/66 Test #21: Kokkos_CoreUnitTest_KokkosP ................................Subprocess aborted***Exception: 0.13 sec test 22 Start 22: Kokkos_CoreUnitTest_ToolIndependence 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 22: Test timeout computed to be: 1500 22/66 Test #22: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.02 sec test 23 Start 23: Kokkos_ProfilingTestLibraryLoadHelp 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 23: Environment variables: 23: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 23: Test timeout computed to be: 1500 23: terminate called after throwing an instance of 'std::runtime_error' 23: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 23/66 Test #23: Kokkos_ProfilingTestLibraryLoadHelp ........................Subprocess aborted***Exception: 0.12 sec test 24 Start 24: Kokkos_ProfilingTestLibraryCmdLineHelp 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 24: Test timeout computed to be: 1500 24: terminate called after throwing an instance of 'std::runtime_error' 24: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 24/66 Test #24: Kokkos_ProfilingTestLibraryCmdLineHelp .....................Subprocess aborted***Exception: 0.12 sec test 25 Start 25: Kokkos_ProfilingTestLibraryLoad 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 25: Environment variables: 25: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so 25: Test timeout computed to be: 1500 25: terminate called after throwing an instance of 'std::runtime_error' 25: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 25/66 Test #25: Kokkos_ProfilingTestLibraryLoad ............................Subprocess aborted***Exception: 0.13 sec test 26 Start 26: Kokkos_ProfilingTestLibraryCmdLine 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 26: Test timeout computed to be: 1500 26: terminate called after throwing an instance of 'std::runtime_error' 26: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 26/66 Test #26: Kokkos_ProfilingTestLibraryCmdLine .........................Subprocess aborted***Exception: 0.12 sec test 27 Start 27: Kokkos_CoreUnitTest_StackTraceTest 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 27: Test timeout computed to be: 1500 27: terminate called after throwing an instance of 'std::runtime_error' 27: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 27/66 Test #27: Kokkos_CoreUnitTest_StackTraceTest .........................Subprocess aborted***Exception: 0.14 sec test 28 Start 28: Kokkos_IncrementalTest_SERIAL 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 28: Test timeout computed to be: 1500 28: terminate called after throwing an instance of 'std::runtime_error' 28: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 28/66 Test #28: Kokkos_IncrementalTest_SERIAL ..............................Subprocess aborted***Exception: 0.12 sec test 29 Start 29: Kokkos_IncrementalTest_CUDA 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_CUDA 29: Test timeout computed to be: 1500 29: terminate called after throwing an instance of 'std::runtime_error' 29: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 29/66 Test #29: Kokkos_IncrementalTest_CUDA ................................Subprocess aborted***Exception: 0.14 sec test 30 Start 30: Kokkos_CoreUnitTest_CTestDevice 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 30: Test timeout computed to be: 1500 30: [==========] Running 8 tests from 2 test suites. 30: [----------] Global test environment set-up. 30: [----------] 5 tests from ctest_environment_DeathTest 30: [ RUN ] ctest_environment_DeathTest.invalid_rank 30: [ OK ] ctest_environment_DeathTest.invalid_rank (105 ms) 30: [ RUN ] ctest_environment_DeathTest.no_type_str 30: [ OK ] ctest_environment_DeathTest.no_type_str (93 ms) 30: [ RUN ] ctest_environment_DeathTest.missing_type 30: [ OK ] ctest_environment_DeathTest.missing_type (196 ms) 30: [ RUN ] ctest_environment_DeathTest.no_id_str 30: [ OK ] ctest_environment_DeathTest.no_id_str (97 ms) 30: [ RUN ] ctest_environment_DeathTest.invalid_id_str 30: [ OK ] ctest_environment_DeathTest.invalid_id_str (193 ms) 30: [----------] 5 tests from ctest_environment_DeathTest (687 ms total) 30: 30: [----------] 3 tests from ctest_environment 30: [ RUN ] ctest_environment.no_device_type 30: [ OK ] ctest_environment.no_device_type (0 ms) 30: [ RUN ] ctest_environment.no_process_count 30: [ OK ] ctest_environment.no_process_count (0 ms) 30: [ RUN ] ctest_environment.good 30: [ OK ] ctest_environment.good (0 ms) 30: [----------] 3 tests from ctest_environment (0 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 8 tests from 2 test suites ran. (688 ms total) 30: [ PASSED ] 8 tests. 30/66 Test #30: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 0.71 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 31: Test timeout computed to be: 1500 31/66 Test #31: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 32 Start 32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 32: Test timeout computed to be: 1500 32: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 32/66 Test #32: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 33 Start 33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 33: Test timeout computed to be: 1500 33/66 Test #33: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.00 sec test 34 Start 34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 34: Environment variables: 34: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 34: Test timeout computed to be: 1500 34/66 Test #34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.00 sec test 35 Start 35: Kokkos_CoreUnitTest_DeviceAndThreads 35: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py" "-v" 35: Test timeout computed to be: 1500 35: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) ... ERROR 35: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) ... ERROR 35: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) ... ERROR 35: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) ... ERROR 35: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) ... ERROR 35: 35: ====================================================================== 35: ERROR: test_device_id (__main__.KokkosInitializationTestCase.test_device_id) 35: ---------------------------------------------------------------------- 35: Traceback (most recent call last): 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 80, in test_device_id 35: num_devices = GetFlag("num_devices") 35: ^^^^^^^^^^^^^^^^^^^^^^ 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 31, in GetFlag 35: raise Exception(p.stderr.decode("utf-8")) 35: Exception: terminate called after throwing an instance of 'std::runtime_error' 35: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 35: 35: 35: ====================================================================== 35: ERROR: test_disable_warnings (__main__.KokkosInitializationTestCase.test_disable_warnings) 35: ---------------------------------------------------------------------- 35: Traceback (most recent call last): 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 94, in test_disable_warnings 35: self.assertEqual(0, GetFlag("disable_warnings")) 35: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 31, in GetFlag 35: raise Exception(p.stderr.decode("utf-8")) 35: Exception: terminate called after throwing an instance of 'std::runtime_error' 35: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 35: 35: 35: ====================================================================== 35: ERROR: test_num_devices (__main__.KokkosInitializationTestCase.test_num_devices) 35: ---------------------------------------------------------------------- 35: Traceback (most recent call last): 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 71, in test_num_devices 35: num_devices = GetFlag("num_devices") 35: ^^^^^^^^^^^^^^^^^^^^^^ 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 31, in GetFlag 35: raise Exception(p.stderr.decode("utf-8")) 35: Exception: terminate called after throwing an instance of 'std::runtime_error' 35: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 35: 35: 35: ====================================================================== 35: ERROR: test_num_threads (__main__.KokkosInitializationTestCase.test_num_threads) 35: ---------------------------------------------------------------------- 35: Traceback (most recent call last): 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 58, in test_num_threads 35: max_threads = GetFlag("max_threads") 35: ^^^^^^^^^^^^^^^^^^^^^^ 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 31, in GetFlag 35: raise Exception(p.stderr.decode("utf-8")) 35: Exception: terminate called after throwing an instance of 'std::runtime_error' 35: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 35: 35: 35: ====================================================================== 35: ERROR: test_tune_internals (__main__.KokkosInitializationTestCase.test_tune_internals) 35: ---------------------------------------------------------------------- 35: Traceback (most recent call last): 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 107, in test_tune_internals 35: self.assertEqual(0, GetFlag("tune_internals")) 35: ^^^^^^^^^^^^^^^^^^^^^^^^^ 35: File "/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/TestDeviceAndThreads.py", line 31, in GetFlag 35: raise Exception(p.stderr.decode("utf-8")) 35: Exception: terminate called after throwing an instance of 'std::runtime_error' 35: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 35: 35: 35: ---------------------------------------------------------------------- 35: Ran 5 tests in 0.616s 35: 35: FAILED (errors=5) 35/66 Test #35: Kokkos_CoreUnitTest_DeviceAndThreads .......................***Failed 1.02 sec test 36 Start 36: Kokkos_PerformanceTest_Benchmark 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2025-09-23_T16-02-51.json" 36: Test timeout computed to be: 1500 36: terminate called after throwing an instance of 'std::runtime_error' 36: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 36/66 Test #36: Kokkos_PerformanceTest_Benchmark ...........................Subprocess aborted***Exception: 0.13 sec test 37 Start 37: Kokkos_Benchmark_Atomic_MinMax 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2025-09-23_T16-02-51.json" 37: Test timeout computed to be: 1500 37: terminate called after throwing an instance of 'std::runtime_error' 37: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 37/66 Test #37: Kokkos_Benchmark_Atomic_MinMax .............................Subprocess aborted***Exception: 0.12 sec test 38 Start 38: Kokkos_PerformanceTest_ViewFirstTouch 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_ViewFirstTouch "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_ViewFirstTouch_2025-09-23_T16-02-51.json" 38: Test timeout computed to be: 1500 38: terminate called after throwing an instance of 'std::runtime_error' 38: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 38/66 Test #38: Kokkos_PerformanceTest_ViewFirstTouch ......................Subprocess aborted***Exception: 0.14 sec test 39 Start 39: Kokkos_PerformanceTest_Mempool 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2025-09-23_T16-02-51.json" 39: Test timeout computed to be: 1500 39: terminate called after throwing an instance of 'std::runtime_error' 39: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 39/66 Test #39: Kokkos_PerformanceTest_Mempool .............................Subprocess aborted***Exception: 0.12 sec test 40 Start 40: Kokkos_PerformanceTest_Atomic 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2025-09-23_T16-02-51.json" 40: Test timeout computed to be: 1500 40: terminate called after throwing an instance of 'std::runtime_error' 40: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 40/66 Test #40: Kokkos_PerformanceTest_Atomic ..............................Subprocess aborted***Exception: 0.12 sec test 41 Start 41: Kokkos_PerformanceTest_Reduction 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-09-23_T16-02-51.json" 41: Test timeout computed to be: 1500 41: terminate called after throwing an instance of 'std::runtime_error' 41: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 41/66 Test #41: Kokkos_PerformanceTest_Reduction ...........................Subprocess aborted***Exception: 0.12 sec test 42 Start 42: Kokkos_ContainersUnitTest_Serial 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 42: Test timeout computed to be: 1500 42: terminate called after throwing an instance of 'std::runtime_error' 42: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 42/66 Test #42: Kokkos_ContainersUnitTest_Serial ...........................Subprocess aborted***Exception: 0.15 sec test 43 Start 43: Kokkos_ContainersUnitTest_Cuda 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 43: Test timeout computed to be: 1500 43: terminate called after throwing an instance of 'std::runtime_error' 43: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 43/66 Test #43: Kokkos_ContainersUnitTest_Cuda .............................Subprocess aborted***Exception: 0.15 sec test 44 Start 44: Kokkos_ContainersPerformanceTest_Cuda 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 44: Test timeout computed to be: 1500 44: terminate called after throwing an instance of 'std::runtime_error' 44: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 44/66 Test #44: Kokkos_ContainersPerformanceTest_Cuda ......................Subprocess aborted***Exception: 0.13 sec test 45 Start 45: Kokkos_UnitTest_Sort 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 45: Test timeout computed to be: 1500 45: terminate called after throwing an instance of 'std::runtime_error' 45: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 45/66 Test #45: Kokkos_UnitTest_Sort .......................................Subprocess aborted***Exception: 0.15 sec test 46 Start 46: Kokkos_UnitTest_Random 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 46: Test timeout computed to be: 1500 46: terminate called after throwing an instance of 'std::runtime_error' 46: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 46/66 Test #46: Kokkos_UnitTest_Random .....................................Subprocess aborted***Exception: 0.16 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_A 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 47: Test timeout computed to be: 1500 47: terminate called after throwing an instance of 'std::runtime_error' 47: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 47/66 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_A .........................Subprocess aborted***Exception: 0.14 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_B 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 48: Test timeout computed to be: 1500 48: terminate called after throwing an instance of 'std::runtime_error' 48: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 48/66 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_B .........................Subprocess aborted***Exception: 0.15 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_C 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 49: Test timeout computed to be: 1500 49: terminate called after throwing an instance of 'std::runtime_error' 49: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 49/66 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_C .........................Subprocess aborted***Exception: 0.16 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_D 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 50: Test timeout computed to be: 1500 50: terminate called after throwing an instance of 'std::runtime_error' 50: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 50/66 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_D .........................Subprocess aborted***Exception: 0.16 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_E 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 51: Test timeout computed to be: 1500 51: terminate called after throwing an instance of 'std::runtime_error' 51: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 51/66 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_E .........................Subprocess aborted***Exception: 0.16 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 52: Test timeout computed to be: 1500 52: terminate called after throwing an instance of 'std::runtime_error' 52: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 52/66 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................Subprocess aborted***Exception: 0.14 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 53: Test timeout computed to be: 1500 53: terminate called after throwing an instance of 'std::runtime_error' 53: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 53/66 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................Subprocess aborted***Exception: 0.13 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 54: Test timeout computed to be: 1500 54: terminate called after throwing an instance of 'std::runtime_error' 54: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 54/66 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................Subprocess aborted***Exception: 0.14 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 55: Test timeout computed to be: 1500 55: terminate called after throwing an instance of 'std::runtime_error' 55: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 55/66 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................Subprocess aborted***Exception: 0.14 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 56: Test timeout computed to be: 1500 56: terminate called after throwing an instance of 'std::runtime_error' 56: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 56/66 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................Subprocess aborted***Exception: 0.13 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 57: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 57: Test timeout computed to be: 1500 57: terminate called after throwing an instance of 'std::runtime_error' 57: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 57/66 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................Subprocess aborted***Exception: 0.14 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 58: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 58: Test timeout computed to be: 1500 58: terminate called after throwing an instance of 'std::runtime_error' 58: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 58/66 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................Subprocess aborted***Exception: 0.12 sec test 59 Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 59: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 59: Test timeout computed to be: 1500 59: terminate called after throwing an instance of 'std::runtime_error' 59: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 59/66 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................Subprocess aborted***Exception: 0.14 sec test 60 Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 60: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 60: Test timeout computed to be: 1500 60: terminate called after throwing an instance of 'std::runtime_error' 60: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 60/66 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................Subprocess aborted***Exception: 0.12 sec test 61 Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 61: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 61: Test timeout computed to be: 1500 61: terminate called after throwing an instance of 'std::runtime_error' 61: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 61/66 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................Subprocess aborted***Exception: 0.13 sec test 62 Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 62: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 62: Test timeout computed to be: 1500 62: terminate called after throwing an instance of 'std::runtime_error' 62: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 62/66 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................Subprocess aborted***Exception: 0.13 sec test 63 Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 63: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 63: Test timeout computed to be: 1500 63: terminate called after throwing an instance of 'std::runtime_error' 63: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 63/66 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................Subprocess aborted***Exception: 0.13 sec test 64 Start 64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 64: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 64: Test timeout computed to be: 1500 64: terminate called after throwing an instance of 'std::runtime_error' 64: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 64/66 Test #64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................Subprocess aborted***Exception: 0.15 sec test 65 Start 65: Kokkos_PerformanceTest_InclusiveScan 65: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-09-23_T16-02-51.json" 65: Test timeout computed to be: 1500 65: terminate called after throwing an instance of 'std::runtime_error' 65: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 65/66 Test #65: Kokkos_PerformanceTest_InclusiveScan .......................Subprocess aborted***Exception: 0.13 sec test 66 Start 66: Kokkos_UnitTest_SIMD 66: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 66: Test timeout computed to be: 1500 66: terminate called after throwing an instance of 'std::runtime_error' 66: what(): cudaGetDeviceCount(&count) error( cudaErrorNoDevice): no CUDA-capable device is detected /var/jenkins/workspace/Kokkos_PR-8324/core/src/impl/Kokkos_Core.cpp:135 66/66 Test #66: Kokkos_UnitTest_SIMD .......................................Subprocess aborted***Exception: 0.12 sec 9% tests passed, 60 tests failed out of 66 Label Time Summary: Kokkos = 8.47 sec*proc (58 tests) Total Test time (real) = 10.66 sec The following tests FAILED: 1 - Kokkos_CoreUnitTest_Serial_ViewSupport (Subprocess aborted) 2 - Kokkos_CoreUnitTest_Cuda_ViewSupport (Subprocess aborted) 3 - Kokkos_CoreUnitTest_Serial1 (Subprocess aborted) 4 - Kokkos_CoreUnitTest_Serial2 (Subprocess aborted) 5 - Kokkos_CoreUnitTest_Cuda1 (Subprocess aborted) 6 - Kokkos_CoreUnitTest_Cuda2 (Subprocess aborted) 7 - Kokkos_CoreUnitTest_Cuda3 (Subprocess aborted) 8 - Kokkos_CoreUnitTest_CudaGraphAtomicLocks (Subprocess aborted) 9 - Kokkos_CoreUnitTest_CudaTimingBased (Subprocess aborted) 10 - Kokkos_CoreUnitTest_CudaInterOpInit (Failed) 11 - Kokkos_CoreUnitTest_CudaInterOpStreams (Failed) 12 - Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU (Subprocess aborted) 13 - Kokkos_CoreUnitTest_CudaInterOpGraph (Subprocess aborted) 14 - Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU (Subprocess aborted) 15 - Kokkos_CoreUnitTest_Default (Subprocess aborted) 16 - Kokkos_CoreUnitTest_InitializeFinalize (Failed) 17 - Kokkos_CoreUnitTest_Develop (Subprocess aborted) 18 - Kokkos_CoreUnitTest_TuningBuiltins (Subprocess aborted) 19 - Kokkos_CoreUnitTest_TuningBasics (Subprocess aborted) 20 - Kokkos_CoreUnitTest_CategoricalTuner (Subprocess aborted) 21 - Kokkos_CoreUnitTest_KokkosP (Subprocess aborted) 23 - Kokkos_ProfilingTestLibraryLoadHelp (Subprocess aborted) 24 - Kokkos_ProfilingTestLibraryCmdLineHelp (Subprocess aborted) 25 - Kokkos_ProfilingTestLibraryLoad (Subprocess aborted) 26 - Kokkos_ProfilingTestLibraryCmdLine (Subprocess aborted) 27 - Kokkos_CoreUnitTest_StackTraceTest (Subprocess aborted) 28 - Kokkos_IncrementalTest_SERIAL (Subprocess aborted) 29 - Kokkos_IncrementalTest_CUDA (Subprocess aborted) 35 - Kokkos_CoreUnitTest_DeviceAndThreads (Failed) 36 - Kokkos_PerformanceTest_Benchmark (Subprocess aborted) 37 - Kokkos_Benchmark_Atomic_MinMax (Subprocess aborted) 38 - Kokkos_PerformanceTest_ViewFirstTouch (Subprocess aborted) 39 - Kokkos_PerformanceTest_Mempool (Subprocess aborted) 40 - Kokkos_PerformanceTest_Atomic (Subprocess aborted) 41 - Kokkos_PerformanceTest_Reduction (Subprocess aborted) 42 - Kokkos_ContainersUnitTest_Serial (Subprocess aborted) 43 - Kokkos_ContainersUnitTest_Cuda (Subprocess aborted) 44 - Kokkos_ContainersPerformanceTest_Cuda (Subprocess aborted) 45 - Kokkos_UnitTest_Sort (Subprocess aborted) 46 - Kokkos_UnitTest_Random (Subprocess aborted) 47 - Kokkos_AlgorithmsUnitTest_StdSet_A (Subprocess aborted) 48 - Kokkos_AlgorithmsUnitTest_StdSet_B (Subprocess aborted) 49 - Kokkos_AlgorithmsUnitTest_StdSet_C (Subprocess aborted) 50 - Kokkos_AlgorithmsUnitTest_StdSet_D (Subprocess aborted) 51 - Kokkos_AlgorithmsUnitTest_StdSet_E (Subprocess aborted) 52 - Kokkos_AlgorithmsUnitTest_StdSet_Team_A (Subprocess aborted) 53 - Kokkos_AlgorithmsUnitTest_StdSet_Team_B (Subprocess aborted) 54 - Kokkos_AlgorithmsUnitTest_StdSet_Team_C (Subprocess aborted) 55 - Kokkos_AlgorithmsUnitTest_StdSet_Team_D (Subprocess aborted) 56 - Kokkos_AlgorithmsUnitTest_StdSet_Team_E (Subprocess aborted) 57 - Kokkos_AlgorithmsUnitTest_StdSet_Team_F (Subprocess aborted) 58 - Kokkos_AlgorithmsUnitTest_StdSet_Team_G (Subprocess aborted) 59 - Kokkos_AlgorithmsUnitTest_StdSet_Team_H (Subprocess aborted) 60 - Kokkos_AlgorithmsUnitTest_StdSet_Team_I (Subprocess aborted) 61 - Kokkos_AlgorithmsUnitTest_StdSet_Team_L (Subprocess aborted) 62 - Kokkos_AlgorithmsUnitTest_StdSet_Team_M (Subprocess aborted) 63 - Kokkos_AlgorithmsUnitTest_StdSet_Team_P (Subprocess aborted) 64 - Kokkos_AlgorithmsUnitTest_StdSet_Team_Q (Subprocess aborted) 65 - Kokkos_PerformanceTest_InclusiveScan (Subprocess aborted) 66 - Kokkos_UnitTest_SIMD (Subprocess aborted) Errors while running CTest Output from these tests are in: /var/jenkins/workspace/Kokkos_PR-8324/build/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. Post stage [Pipeline] sh + ccache --show-stats Cacheable calls: 814 / 814 (100.0%) Hits: 59 / 814 ( 7.25%) Direct: 58 / 59 (98.31%) Preprocessed: 1 / 59 ( 1.69%) Misses: 755 / 814 (92.75%) Local storage: Cache size (GB): 4.8 / 5.0 (95.06%) Hits: 59 / 814 ( 7.25%) Misses: 755 / 814 (92.75%) [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } $ docker stop --time=1 186a5abef587184453a45494be498579bed042d978bea44253e8c70819218fba 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 186a5abef587184453a45494be498579bed042d978bea44253e8c70819218fba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch CUDA-12.5.1-Clang-17-RDC [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_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_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 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 [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c15.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [100%] Built target Kokkos_CoreUnitTest_OpenMP + ctest --no-compress-output -T Test --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Site: 2a7f69f3feed Build name: Linux-nvc++ Create new tag: 20250923-1733 - Experimental UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-8324/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-8324/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-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP_ViewSupport 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 1: Detected: 6 cores per node. 1: Detected: 1 MPI_ranks per node. 1: Requested: 8 threads per process. 1: [==========] Running 21 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 21 tests from openmp 1: [ RUN ] openmp.basic_view_default_ctor 1: [ OK ] openmp.basic_view_default_ctor (0 ms) 1: [ RUN ] openmp.basic_view_extents_ctor 1: [ OK ] openmp.basic_view_extents_ctor (0 ms) 1: [ RUN ] openmp.basic_view_mapping_ctor_right 1: [ OK ] openmp.basic_view_mapping_ctor_right (0 ms) 1: [ RUN ] openmp.basic_view_access 1: [ OK ] openmp.basic_view_access (0 ms) 1: [ RUN ] openmp.basic_view_atomic_accessor 1: [ OK ] openmp.basic_view_atomic_accessor (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Typedefs 1: [ OK ] openmp.RefCountedAcc_Typedefs (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Ctors 1: [ OK ] openmp.RefCountedAcc_Ctors (0 ms) 1: [ RUN ] openmp.RefCountedAcc_ConversionToDefaultAcc 1: [ OK ] openmp.RefCountedAcc_ConversionToDefaultAcc (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Access 1: [ OK ] openmp.RefCountedAcc_Access (0 ms) 1: [ RUN ] openmp.RefCountedAcc_Conversion 1: [ OK ] openmp.RefCountedAcc_Conversion (0 ms) 1: [ RUN ] openmp.RefCountedDataHandle_Typedefs 1: [ OK ] openmp.RefCountedDataHandle_Typedefs (0 ms) 1: [ RUN ] openmp.RefCountedDataHandle 1: [ OK ] openmp.RefCountedDataHandle (0 ms) 1: [ RUN ] openmp.RefCountedDataHandleAnonym 1: [ OK ] openmp.RefCountedDataHandleAnonym (0 ms) 1: [ RUN ] openmp.RefCountedDataHandleConversion 1: [ OK ] openmp.RefCountedDataHandleConversion (0 ms) 1: [ RUN ] openmp.view_customization_accessor_arg 1: [ OK ] openmp.view_customization_accessor_arg (0 ms) 1: [ RUN ] openmp.view_customization_allocation_type 1: [ OK ] openmp.view_customization_allocation_type (0 ms) 1: [ RUN ] openmp.view_customization_mirror 1: [ OK ] openmp.view_customization_mirror (0 ms) 1: [ RUN ] openmp.view_customization_deep_copy 1: [ OK ] openmp.view_customization_deep_copy (0 ms) 1: [ RUN ] openmp.view_customization_deep_copy_single_element_view 1: [ OK ] openmp.view_customization_deep_copy_single_element_view (0 ms) 1: [ RUN ] openmp.view_customization_accessor_from_mapping 1: [ OK ] openmp.view_customization_accessor_from_mapping (0 ms) 1: [ RUN ] openmp.view_customization_extra_int_arg 1: [ OK ] openmp.view_customization_extra_int_arg (0 ms) 1: [----------] 21 tests from openmp (2 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 21 tests from 1 test suite ran. (2 ms total) 1: [ PASSED ] 21 tests. 1/56 Test #1: Kokkos_CoreUnitTest_OpenMP_ViewSupport ..................... Passed 0.41 sec test 2 Start 2: Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda_ViewSupport 2: Test timeout computed to be: 1500 2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 2: Detected: 6 cores per node. 2: Detected: 1 MPI_ranks per node. 2: Requested: 8 threads per process. 2: [==========] Running 21 tests from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 21 tests from cuda 2: [ RUN ] cuda.basic_view_default_ctor 2: [ OK ] cuda.basic_view_default_ctor (0 ms) 2: [ RUN ] cuda.basic_view_extents_ctor 2: [ OK ] cuda.basic_view_extents_ctor (0 ms) 2: [ RUN ] cuda.basic_view_mapping_ctor_right 2: [ OK ] cuda.basic_view_mapping_ctor_right (0 ms) 2: [ RUN ] cuda.basic_view_access 2: [ OK ] cuda.basic_view_access (1 ms) 2: [ RUN ] cuda.basic_view_atomic_accessor 2: [ OK ] cuda.basic_view_atomic_accessor (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Typedefs 2: [ OK ] cuda.RefCountedAcc_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Ctors 2: [ OK ] cuda.RefCountedAcc_Ctors (0 ms) 2: [ RUN ] cuda.RefCountedAcc_ConversionToDefaultAcc 2: [ OK ] cuda.RefCountedAcc_ConversionToDefaultAcc (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Access 2: [ OK ] cuda.RefCountedAcc_Access (0 ms) 2: [ RUN ] cuda.RefCountedAcc_Conversion 2: [ OK ] cuda.RefCountedAcc_Conversion (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle_Typedefs 2: [ OK ] cuda.RefCountedDataHandle_Typedefs (0 ms) 2: [ RUN ] cuda.RefCountedDataHandle 2: [ OK ] cuda.RefCountedDataHandle (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleAnonym 2: [ OK ] cuda.RefCountedDataHandleAnonym (0 ms) 2: [ RUN ] cuda.RefCountedDataHandleConversion 2: [ OK ] cuda.RefCountedDataHandleConversion (0 ms) 2: [ RUN ] cuda.view_customization_accessor_arg 2: [ OK ] cuda.view_customization_accessor_arg (0 ms) 2: [ RUN ] cuda.view_customization_allocation_type 2: [ OK ] cuda.view_customization_allocation_type (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 (6 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 21 tests from 1 test suite ran. (6 ms total) 2: [ PASSED ] 21 tests. 2/56 Test #2: Kokkos_CoreUnitTest_Cuda_ViewSupport ....................... Passed 0.18 sec test 3 Start 3: Kokkos_CoreUnitTest_OpenMP 3: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 3: Test timeout computed to be: 1500 3: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 3: Detected: 6 cores per node. 3: Detected: 1 MPI_ranks per node. 3: Requested: 8 threads per process. 3: [==========] Running 393 tests from 4 test suites. 3: [----------] Global test environment set-up. 3: [----------] 21 tests from openmp_DeathTest 3: [ RUN ] openmp_DeathTest.abort_from_host 3: [ OK ] openmp_DeathTest.abort_from_host (502 ms) 3: [ RUN ] openmp_DeathTest.abort_from_device 3: [ OK ] openmp_DeathTest.abort_from_device (607 ms) 3: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 3: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (706 ms) 3: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 3: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (483 ms) 3: [ RUN ] openmp_DeathTest.policy_invalid_bounds 3: [ OK ] openmp_DeathTest.policy_invalid_bounds (475 ms) 3: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 3: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (1699 ms) 3: [ RUN ] openmp_DeathTest.range_policy_round_trip_conversion_fires 3: [ OK ] openmp_DeathTest.range_policy_round_trip_conversion_fires (478 ms) 3: [ RUN ] openmp_DeathTest.range_policy_check_sign_changes 3: [ OK ] openmp_DeathTest.range_policy_check_sign_changes (957 ms) 3: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 3: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (1913 ms) 3: [ RUN ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/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-8324/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 (4197 ms) 3: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 3: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4608 ms) 3: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 3: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/core/unit_test/TestViewMemoryAccessViolation.hpp:173: Skipped 3: skipping since no memory access violation would occur 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 3: [ RUN ] openmp_DeathTest.view_subview_wrong_extents 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 3: only enforced when debug bound checks is enabled 3: [ SKIPPED ] openmp_DeathTest.view_subview_wrong_extents (0 ms) 3: [ RUN ] openmp_DeathTest.view_subview_constructor_layout_compatibility 3: [ OK ] openmp_DeathTest.view_subview_constructor_layout_compatibility (947 ms) 3: [----------] 21 tests from openmp_DeathTest (17577 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 (1180 ms) 3: [----------] 1 test from openmp_graph_DeathTest (1180 ms total) 3: 3: [----------] 354 tests from openmp 3: [ RUN ] openmp.array_capacity 3: [ OK ] openmp.array_capacity (0 ms) 3: [ RUN ] openmp.array_element_access 3: [ OK ] openmp.array_element_access (0 ms) 3: [ RUN ] openmp.array_operator_equal 3: [ OK ] openmp.array_operator_equal (0 ms) 3: [ RUN ] openmp.array_zero_capacity 3: [ OK ] openmp.array_zero_capacity (0 ms) 3: [ RUN ] openmp.array_zero_data_nullptr 3: [ OK ] openmp.array_zero_data_nullptr (0 ms) 3: [ RUN ] openmp.atomic_operations_complexdouble 3: [ OK ] openmp.atomic_operations_complexdouble (2 ms) 3: [ RUN ] openmp.atomic_operations_complexfloat 3: [ OK ] openmp.atomic_operations_complexfloat (1 ms) 3: [ RUN ] openmp.atomic_operations_double 3: [ OK ] openmp.atomic_operations_double (2 ms) 3: [ RUN ] openmp.atomic_operations_float 3: [ OK ] openmp.atomic_operations_float (2 ms) 3: [ RUN ] openmp.atomic_operations_int8 3: [ OK ] openmp.atomic_operations_int8 (4 ms) 3: [ RUN ] openmp.atomic_operations_int16 3: [ OK ] openmp.atomic_operations_int16 (4 ms) 3: [ RUN ] openmp.atomic_operations_int 3: [ OK ] openmp.atomic_operations_int (4 ms) 3: [ RUN ] openmp.atomic_operations_long 3: [ OK ] openmp.atomic_operations_long (6 ms) 3: [ RUN ] openmp.atomic_operations_longlong 3: [ OK ] openmp.atomic_operations_longlong (5 ms) 3: [ RUN ] openmp.atomic_shared 3: [ OK ] openmp.atomic_shared (0 ms) 3: [ RUN ] openmp.atomic_operations_unsigned 3: [ OK ] openmp.atomic_operations_unsigned (6 ms) 3: [ RUN ] openmp.atomic_operations_unsignedlong 3: [ OK ] openmp.atomic_operations_unsignedlong (4 ms) 3: [ RUN ] openmp.atomics 3: [ OK ] openmp.atomics (17 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 (247 ms) 3: [ RUN ] openmp.atomic_views_nonintegral 3: [ OK ] openmp.atomic_views_nonintegral (237 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 (1 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 (1 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 (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_5 3: [ OK ] openmp.deep_copy_assignable_types_rank_5 (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_6 3: [ OK ] openmp.deep_copy_assignable_types_rank_6 (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_7 3: [ OK ] openmp.deep_copy_assignable_types_rank_7 (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_8 3: [ OK ] openmp.deep_copy_assignable_types_rank_8 (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_1_half 3: [ OK ] openmp.deep_copy_assignable_types_rank_1_half (0 ms) 3: [ RUN ] openmp.deep_copy_assignable_types_rank_2_half 3: [ OK ] openmp.deep_copy_assignable_types_rank_2_half (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 (3 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 (25 ms) 3: [ RUN ] openmp.partitioning_by_args 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.partitioning_by_args (0 ms) 3: [ RUN ] openmp.partitioning_by_args_with_structured_bindings 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.partitioning_by_args_with_structured_bindings (0 ms) 3: [ RUN ] openmp.partitioning_by_vector 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpacePartitioning.hpp:131: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.partitioning_by_vector (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.exec_space_thread_safety_range (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_mdrange 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_team_policy 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.exec_space_thread_safety_range_reduce (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_mdrange_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_team_policy_reduce 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce (0 ms) 3: [ RUN ] openmp.exec_space_thread_safety_range_scan 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestExecSpaceThreadSafety.hpp:39: Skipped 3: The OpenMP configuration doesn't allow nested parallelism 3: [ SKIPPED ] openmp.exec_space_thread_safety_range_scan (0 ms) 3: [ RUN ] openmp.execution_space_as_class_data_member 3: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 3: [ RUN ] openmp.functor_analysis 3: [ OK ] openmp.functor_analysis (0 ms) 3: [ RUN ] openmp.when_all_type 3: [ OK ] openmp.when_all_type (0 ms) 3: [ RUN ] openmp.graph_capture 3: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestGraph.hpp:1105: Skipped 3: The graph backend for OpenMP does not support capture. 3: [ SKIPPED ] openmp.graph_capture (0 ms) 3: [ RUN ] openmp.graph_then 3: [ OK ] openmp.graph_then (0 ms) 3: [ RUN ] openmp.then_host 3: [ OK ] openmp.then_host (0 ms) 3: [ RUN ] openmp.mixed_then_host_device_nodes 3: [ OK ] openmp.mixed_then_host_device_nodes (1 ms) 3: [ RUN ] openmp.graph_then_tag 3: [ OK ] openmp.graph_then_tag (0 ms) 3: [ RUN ] openmp.host_shared_ptr_use_count 3: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 3: [ RUN ] openmp.host_shared_ptr_get 3: [ OK ] openmp.host_shared_ptr_get (0 ms) 3: [ RUN ] openmp.host_shared_ptr_dereference_on_device 3: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 3: [ RUN ] openmp.host_shared_ptr_special_members_on_device 3: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 3: [ RUN ] openmp.host_shared_ptr_tracking 3: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 3: [ RUN ] openmp.join_backward_compatibility 3: [ OK ] openmp.join_backward_compatibility (0 ms) 3: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 3: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (877 ms) 3: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 3: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1054 ms) 3: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 3: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (619 ms) 3: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 3: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (624 ms) 3: [ RUN ] openmp.deep_copy_scratch 3: [ OK ] openmp.deep_copy_scratch (0 ms) 3: [ RUN ] openmp.mathematical_constants_e 3: [ OK ] openmp.mathematical_constants_e (0 ms) 3: [ RUN ] openmp.mathematical_constants_log2e 3: [ OK ] openmp.mathematical_constants_log2e (0 ms) 3: [ RUN ] openmp.mathematical_constants_log10e 3: [ OK ] openmp.mathematical_constants_log10e (0 ms) 3: [ RUN ] openmp.mathematical_constants_pi 3: [ OK ] openmp.mathematical_constants_pi (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_pi 3: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 3: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 3: [ RUN ] openmp.mathematical_constants_ln2 3: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 3: [ RUN ] openmp.mathematical_constants_ln10 3: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 3: [ RUN ] openmp.mathematical_constants_sqrt2 3: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 3: [ RUN ] openmp.mathematical_constants_sqrt3 3: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 3: [ RUN ] openmp.mathematical_constants_inv_sqrt3 3: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 3: [ RUN ] openmp.mathematical_constants_egamma 3: [ OK ] openmp.mathematical_constants_egamma (0 ms) 3: [ RUN ] openmp.mathematical_constants_phi 3: [ OK ] openmp.mathematical_constants_phi (0 ms) 3: [ RUN ] openmp.mathematical_functions_trigonometric_functions 3: [ OK ] openmp.mathematical_functions_trigonometric_functions (1 ms) 3: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 3: [ OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms) 3: [ RUN ] openmp.mathematical_functions_non_standard 3: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 3: [ RUN ] openmp.mathematical_functions_power_functions 3: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 3: [ RUN ] openmp.mathematical_functions_fma 3: [ OK ] openmp.mathematical_functions_fma (0 ms) 3: [ RUN ] openmp.mathematical_functions_fmax_fmin 3: [ OK ] openmp.mathematical_functions_fmax_fmin (0 ms) 3: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 3: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (1 ms) 3: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 3: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 3: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 3: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 3: [ RUN ] openmp.mathematical_functions_absolute_value 3: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 3: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 3: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 3: [ RUN ] openmp.mathematical_functions_remainder_function 3: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 3: [ RUN ] openmp.mathematical_functions_isfinite 3: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 3: [ RUN ] openmp.mathematical_functions_isinf 3: [ OK ] openmp.mathematical_functions_isinf (0 ms) 3: [ RUN ] openmp.mathematical_functions_isnan 3: [ OK ] openmp.mathematical_functions_isnan (0 ms) 3: [ RUN ] openmp.mathematical_functions_impl_half_fallback 3: [ OK ] openmp.mathematical_functions_impl_half_fallback (0 ms) 3: [ RUN ] openmp.mathematical_functions_nextafter_fp16 3: [ OK ] openmp.mathematical_functions_nextafter_fp16 (0 ms) 3: [ RUN ] openmp.mathematical_functions_exponential_functions 3: [ OK ] openmp.mathematical_functions_exponential_functions (1 ms) 3: [ RUN ] openmp.mathspecialfunc_expint1 3: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 3: [ RUN ] openmp.mathspecialfunc_errorfunc 3: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 3: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (2 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 3: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (2 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 3: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 3: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 3: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 3: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 3: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 3: [ RUN ] openmp.mdrange_5d 3: [ OK ] openmp.mdrange_5d (345 ms) 3: [ RUN ] openmp.mdrange_6d 3: [ OK ] openmp.mdrange_6d (516 ms) 3: [ RUN ] openmp.mdrange_2d 3: [ OK ] openmp.mdrange_2d (1 ms) 3: [ RUN ] openmp.mdrange_array_reduce 3: [ OK ] openmp.mdrange_array_reduce (0 ms) 3: [ RUN ] openmp.mdrange_3d 3: [ OK ] openmp.mdrange_3d (7 ms) 3: [ RUN ] openmp.mdrange_neg_idx 3: [ OK ] openmp.mdrange_neg_idx (28 ms) 3: [ RUN ] openmp.mdrange_4d 3: [ OK ] openmp.mdrange_4d (221 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 (490 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 (1659 ms) 3: [ RUN ] openmp.mdspan_minimal_functional 3: [ OK ] openmp.mdspan_minimal_functional (0 ms) 3: [ RUN ] openmp.mdspan_atomic_accessor 3: [ OK ] openmp.mdspan_atomic_accessor (0 ms) 3: [ RUN ] openmp.view_mdspan_conversion 3: [ OK ] openmp.view_mdspan_conversion (0 ms) 3: [ RUN ] openmp.view_mdspan_conversion_with_stride 3: [ OK ] openmp.view_mdspan_conversion_with_stride (0 ms) 3: [ RUN ] openmp.max 3: [ OK ] openmp.max (0 ms) 3: [ RUN ] openmp.max_within_parfor 3: [ OK ] openmp.max_within_parfor (0 ms) 3: [ RUN ] openmp.min 3: [ OK ] openmp.min (0 ms) 3: [ RUN ] openmp.min_within_parfor 3: [ OK ] openmp.min_within_parfor (0 ms) 3: [ RUN ] openmp.minmax 3: [ OK ] openmp.minmax (0 ms) 3: [ RUN ] openmp.minmax_within_parfor 3: [ OK ] openmp.minmax_within_parfor (0 ms) 3: [ RUN ] openmp.clamp 3: [ OK ] openmp.clamp (0 ms) 3: [ RUN ] openmp.clamp_within_parfor 3: [ OK ] openmp.clamp_within_parfor (0 ms) 3: [ RUN ] openmp.numeric_traits_infinity 3: [ OK ] openmp.numeric_traits_infinity (2 ms) 3: [ RUN ] openmp.numeric_traits_epsilon 3: [ OK ] openmp.numeric_traits_epsilon (0 ms) 3: [ RUN ] openmp.numeric_traits_round_error 3: [ OK ] openmp.numeric_traits_round_error (0 ms) 3: [ RUN ] openmp.numeric_traits_norm_min 3: [ OK ] openmp.numeric_traits_norm_min (0 ms) 3: [ RUN ] openmp.numeric_traits_denorm_min 3: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 3: [ RUN ] openmp.numeric_traits_finite_min_max 3: [ OK ] openmp.numeric_traits_finite_min_max (1 ms) 3: [ RUN ] openmp.numeric_traits_digits 3: [ OK ] openmp.numeric_traits_digits (0 ms) 3: [ RUN ] openmp.numeric_traits_digits10 3: [ OK ] openmp.numeric_traits_digits10 (0 ms) 3: [ RUN ] openmp.numeric_traits_max_digits10 3: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 3: [ RUN ] openmp.numeric_traits_radix 3: [ OK ] openmp.numeric_traits_radix (0 ms) 3: [ RUN ] openmp.numeric_traits_min_max_exponent 3: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 3: [ RUN ] openmp.numeric_traits_min_max_exponent10 3: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 3: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 3: /var/jenkins/workspace/Kokkos_PR-8324/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 (45 ms) 3: [ RUN ] openmp.cxx11 3: [ OK ] openmp.cxx11 (0 ms) 3: [ RUN ] openmp.parallel_scan_range_policy 3: [ OK ] openmp.parallel_scan_range_policy (11 ms) 3: [ RUN ] openmp.kokkos_printf 3: [ OK ] openmp.kokkos_printf (1 ms) 3: [ RUN ] openmp.range_for 3: [ OK ] openmp.range_for (0 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-8324/core/unit_test/TestRange.hpp:379: Skipped 3: Disabling for host backends 3: [ SKIPPED ] openmp.large_parallel_for_reduce (0 ms) 3: [ RUN ] openmp.range_policy_runtime_parameters 3: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 3: [ RUN ] openmp.range_policy_one_way_convertible_bounds 3: [ OK ] openmp.range_policy_one_way_convertible_bounds (0 ms) 3: [ RUN ] openmp.range_for_require 3: [ OK ] openmp.range_for_require (0 ms) 3: [ RUN ] openmp.range_reduce_require 3: [ OK ] openmp.range_reduce_require (0 ms) 3: [ RUN ] openmp.range_dynamic_policy_require 3: [ OK ] openmp.range_dynamic_policy_require (0 ms) 3: [ RUN ] openmp.reducers_int 3: [ OK ] openmp.reducers_int (2 ms) 3: [ RUN ] openmp.reducers_double 3: [ OK ] openmp.reducers_double (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 (74 ms) 3: [ RUN ] openmp.double_reduce 3: [ OK ] openmp.double_reduce (76 ms) 3: [ RUN ] openmp.int64_t_reduce_dynamic 3: [ OK ] openmp.int64_t_reduce_dynamic (322 ms) 3: [ RUN ] openmp.double_reduce_dynamic 3: [ OK ] openmp.double_reduce_dynamic (337 ms) 3: [ RUN ] openmp.int64_t_reduce_dynamic_view 3: [ OK ] openmp.int64_t_reduce_dynamic_view (159 ms) 3: [ RUN ] openmp.int_combined_reduce 3: [ OK ] openmp.int_combined_reduce (0 ms) 3: [ RUN ] openmp.mdrange_combined_reduce 3: [ OK ] openmp.mdrange_combined_reduce (0 ms) 3: [ RUN ] openmp.int_combined_reduce_mixed 3: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 3: [ RUN ] openmp.reduction_identity_min_max_floating_point_types 3: [ OK ] openmp.reduction_identity_min_max_floating_point_types (1 ms) 3: [ RUN ] openmp.reduction_deduction 3: [ OK ] openmp.reduction_deduction (1 ms) 3: [ RUN ] openmp.reduce_device_view_range_policy 3: [ OK ] openmp.reduce_device_view_range_policy (76 ms) 3: [ RUN ] openmp.reduce_device_view_mdrange_policy 3: [ OK ] openmp.reduce_device_view_mdrange_policy (81 ms) 3: [ RUN ] openmp.reduce_device_view_team_policy 3: [ OK ] openmp.reduce_device_view_team_policy (687 ms) 3: [ RUN ] openmp.impl_shared_alloc 3: [ OK ] openmp.impl_shared_alloc (7 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 (16 ms) 3: [ RUN ] openmp.team_reduce 3: [ OK ] openmp.team_reduce (15 ms) 3: [ RUN ] openmp.team_reduce_large 3: [ OK ] openmp.team_reduce_large (306 ms) 3: [ RUN ] openmp.team_parallel_single 3: [ OK ] openmp.team_parallel_single (1702 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 (66 ms) 3: [ RUN ] openmp.team_broadcast_long_wrapper 3: [ OK ] openmp.team_broadcast_long_wrapper (63 ms) 3: [ RUN ] openmp.team_broadcast_char 3: [ OK ] openmp.team_broadcast_char (59 ms) 3: [ RUN ] openmp.team_broadcast_float 3: [ OK ] openmp.team_broadcast_float (59 ms) 3: [ RUN ] openmp.team_broadcast_double 3: [ OK ] openmp.team_broadcast_double (64 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 (293 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 (79 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 (6 ms) 3: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 3: [ OK ] openmp.TeamThreadMDRangeParallelReduce (9 ms) 3: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 3: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (9 ms) 3: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 3: [ OK ] openmp.TeamVectorMDRangeParallelReduce (9 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 (8926 ms) 3: [ RUN ] openmp.team_long_reduce 3: [ OK ] openmp.team_long_reduce (47 ms) 3: [ RUN ] openmp.team_double_reduce 3: [ OK ] openmp.team_double_reduce (46 ms) 3: [ RUN ] openmp.team_long_array_reduce 3: [ OK ] openmp.team_long_array_reduce (54 ms) 3: [ RUN ] openmp.team_double_array_reduce 3: [ OK ] openmp.team_double_array_reduce (49 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 (310 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 (100 ms) 3: [ RUN ] openmp.team_scan_ret_val 3: [ OK ] openmp.team_scan_ret_val (113 ms) 3: [ RUN ] openmp.team_shared_request 3: [ OK ] openmp.team_shared_request (37 ms) 3: [ RUN ] openmp.team_scratch_request 3: [ OK ] openmp.team_scratch_request (34 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 (5 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 (2984 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 (79 ms) 3: [ RUN ] openmp.timer 3: [ OK ] openmp.timer (20 ms) 3: [ RUN ] openmp.unique_token_global 3: [ OK ] openmp.unique_token_global (11 ms) 3: [ RUN ] openmp.unique_token_instance 3: [ OK ] openmp.unique_token_instance (24 ms) 3: [ RUN ] openmp.unique_token_team_acquire 3: [ OK ] openmp.unique_token_team_acquire (0 ms) 3: [ RUN ] openmp.view_api_a 3: [ OK ] openmp.view_api_a (4 ms) 3: [ RUN ] openmp.view_layout_left_with_stride 3: [ OK ] openmp.view_layout_left_with_stride (0 ms) 3: [ RUN ] openmp.view_layout_right_with_stride 3: [ OK ] openmp.view_layout_right_with_stride (0 ms) 3: [ RUN ] openmp.view_api_b 3: [ OK ] openmp.view_api_b (1 ms) 3: [ RUN ] openmp.view_api_c 3: [ OK ] openmp.view_api_c (0 ms) 3: [ RUN ] openmp.view_api_d 3: [ OK ] openmp.view_api_d (0 ms) 3: [ RUN ] openmp.view_remap 3: [ OK ] openmp.view_remap (0 ms) 3: [ RUN ] openmp.view_mirror_nonconst 3: [ OK ] openmp.view_mirror_nonconst (0 ms) 3: [ RUN ] openmp.view_stride_method 3: [ OK ] openmp.view_stride_method (0 ms) 3: [ RUN ] openmp.anonymous_space 3: [ OK ] openmp.anonymous_space (0 ms) 3: [ RUN ] openmp.view_overload_resolution 3: [ OK ] openmp.view_overload_resolution (0 ms) 3: [ RUN ] openmp.view_allocation_large_rank 3: [ OK ] openmp.view_allocation_large_rank (286 ms) 3: [ RUN ] openmp.view_shmem_size_on_device 3: [ OK ] openmp.view_shmem_size_on_device (0 ms) 3: [ RUN ] openmp.view_is_assignable 3: [ OK ] openmp.view_is_assignable (0 ms) 3: [ RUN ] openmp.view_bad_alloc 3: [ OK ] openmp.view_bad_alloc (0 ms) 3: [ RUN ] openmp.view_copy_tests 3: [ OK ] openmp.view_copy_tests (2 ms) 3: [ RUN ] openmp.view_copy_tests_rank_0 3: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 3: [ RUN ] openmp.view_copy_degenerated 3: [ OK ] openmp.view_copy_degenerated (0 ms) 3: [ RUN ] openmp.view_fill_tests_layout_right 3: [ OK ] openmp.view_fill_tests_layout_right (2598 ms) 3: [ RUN ] openmp.view_fill_tests_layout_left 3: [ OK ] openmp.view_fill_tests_layout_left (2367 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 (59 ms) 3: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 3: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (58 ms) 3: [ RUN ] openmp.view_mapping 3: [ OK ] openmp.view_mapping (57 ms) 3: [ RUN ] openmp.view_mapping_operator 3: [ OK ] openmp.view_mapping_operator (1 ms) 3: [ RUN ] openmp.static_extent 3: [ OK ] openmp.static_extent (0 ms) 3: [ RUN ] openmp.view_mapping_atomic 3: [ OK ] openmp.view_mapping_atomic (1 ms) 3: [ RUN ] openmp.view_mapping_class_value 3: [ OK ] openmp.view_mapping_class_value (0 ms) 3: [ RUN ] openmp.view_mapping_assignable 3: [ OK ] openmp.view_mapping_assignable (0 ms) 3: [ RUN ] openmp.view_mapping_trivially_copyable 3: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 3: [ RUN ] openmp.view_mapping_subview 3: [ OK ] openmp.view_mapping_subview (0 ms) 3: [ RUN ] openmp.view_nested_view 3: [ OK ] openmp.view_nested_view (0 ms) 3: [ RUN ] openmp.view_of_views_default 3: [ OK ] openmp.view_of_views_default (0 ms) 3: [ RUN ] openmp.view_of_views_without_initializing 3: [ OK ] openmp.view_of_views_without_initializing (0 ms) 3: [ RUN ] openmp.test_view_of_views_sequential_host_init 3: [ OK ] openmp.test_view_of_views_sequential_host_init (0 ms) 3: [ RUN ] openmp.append_formatted_multidimensional_index 3: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 3: [ RUN ] openmp.view_resize 3: [ OK ] openmp.view_resize (4 ms) 3: [ RUN ] openmp.view_realloc 3: [ OK ] openmp.view_realloc (0 ms) 3: [ RUN ] openmp.workgraph_fib 3: [ OK ] openmp.workgraph_fib (485 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-8324/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-8324/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 (6 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 (80 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 3: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (81 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 3: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (84 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right 3: [ OK ] openmp.view_subview_3d_from_5d_right (82 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 3: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (82 ms) 3: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 3: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (79 ms) 3: [ RUN ] openmp.view_test_unmanaged_subview_reset 3: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 3: [ RUN ] openmp.view_subview_memory_traits_construction 3: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 3: [----------] 354 tests from openmp (31219 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-8324/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-8324/core/unit_test/TestGraph.hpp:444: Skipped 3: This execution space does not support global launch. 3: [ SKIPPED ] openmp_graph.force_global_launch (0 ms) 3: [ RUN ] openmp_graph.sized_functor_launch 3: [ OK ] openmp_graph.sized_functor_launch (0 ms) 3: [ RUN ] openmp_graph.empty_graph_default_host_exec 3: [ OK ] openmp_graph.empty_graph_default_host_exec (0 ms) 3: [ RUN ] openmp_graph.node_lifetime 3: [ OK ] openmp_graph.node_lifetime (0 ms) 3: [ RUN ] openmp_graph.diamond 3: [ OK ] openmp_graph.diamond (0 ms) 3: [ RUN ] openmp_graph.end_of_submit_control_flow 3: [ OK ] openmp_graph.end_of_submit_control_flow (0 ms) 3: [----------] 17 tests from openmp_graph (3 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 393 tests from 4 test suites ran. (49981 ms total) 3: [ PASSED ] 367 tests. 3: [ SKIPPED ] 26 tests, listed below: 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host 3: [ SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix 3: [ SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 3: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 3: [ SKIPPED ] openmp_DeathTest.view_subview_wrong_extents 3: [ SKIPPED ] openmp.partitioning_by_args 3: [ SKIPPED ] openmp.partitioning_by_args_with_structured_bindings 3: [ SKIPPED ] openmp.partitioning_by_vector 3: [ SKIPPED ] openmp.exec_space_thread_safety_range 3: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange 3: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy 3: [ SKIPPED ] openmp.exec_space_thread_safety_range_reduce 3: [ SKIPPED ] openmp.exec_space_thread_safety_mdrange_reduce 3: [ SKIPPED ] openmp.exec_space_thread_safety_team_policy_reduce 3: [ SKIPPED ] openmp.exec_space_thread_safety_range_scan 3: [ SKIPPED ] openmp.graph_capture 3: [ SKIPPED ] openmp.numeric_traits_quiet_and_signaling_nan 3: [ SKIPPED ] openmp.large_parallel_for_reduce 3: [ SKIPPED ] openmp.deep_copy_zero_memset 3: [ SKIPPED ] openmp.view_allocation_int 3: [ SKIPPED ] openmp_graph.create_graph_no_arg 3: [ SKIPPED ] openmp_graph.force_global_launch 3/56 Test #3: Kokkos_CoreUnitTest_OpenMP ................................. Passed 50.15 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenMPInterOp 4: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 4: Test timeout computed to be: 1500 4: [==========] Running 1 test from 1 test suite. 4: [----------] Global test environment set-up. 4: [----------] 1 test from openmp 4: [ RUN ] openmp.raw_openmp_interop 4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 4: Detected: 6 cores per node. 4: Detected: 1 MPI_ranks per node. 4: Requested: 8 threads per process. 4: [ OK ] openmp.raw_openmp_interop (124 ms) 4: [----------] 1 test from openmp (124 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 1 test from 1 test suite ran. (124 ms total) 4: [ PASSED ] 1 test. 4/56 Test #4: Kokkos_CoreUnitTest_OpenMPInterOp .......................... Passed 0.24 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda1 5: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (728 ms) 5: [ RUN ] cuda_DeathTest.abort_from_device 5: [ OK ] cuda_DeathTest.abort_from_device (609 ms) 5: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 5: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (705 ms) 5: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (488 ms) 5: [ RUN ] cuda_DeathTest.policy_invalid_bounds 5: [ OK ] cuda_DeathTest.policy_invalid_bounds (471 ms) 5: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 5: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (948 ms) 5: [ RUN ] cuda_DeathTest.range_policy_round_trip_conversion_fires 5: [ OK ] cuda_DeathTest.range_policy_round_trip_conversion_fires (704 ms) 5: [ RUN ] cuda_DeathTest.range_policy_check_sign_changes 5: [ OK ] cuda_DeathTest.range_policy_check_sign_changes (949 ms) 5: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 5: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (1906 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 (545 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 (614 ms) 5: [----------] 11 tests from cuda_DeathTest (8673 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 (991 ms) 5: [----------] 1 test from cuda_graph_DeathTest (991 ms total) 5: 5: [----------] 219 tests from cuda 5: [ RUN ] cuda.array_capacity 5: [ OK ] cuda.array_capacity (0 ms) 5: [ RUN ] cuda.array_element_access 5: [ OK ] cuda.array_element_access (0 ms) 5: [ RUN ] cuda.array_operator_equal 5: [ OK ] cuda.array_operator_equal (0 ms) 5: [ RUN ] cuda.array_zero_capacity 5: [ OK ] cuda.array_zero_capacity (0 ms) 5: [ RUN ] cuda.array_zero_data_nullptr 5: [ OK ] cuda.array_zero_data_nullptr (0 ms) 5: [ RUN ] cuda.atomic_operations_complexdouble 5: [ OK ] cuda.atomic_operations_complexdouble (5 ms) 5: [ RUN ] cuda.atomic_operations_complexfloat 5: [ OK ] cuda.atomic_operations_complexfloat (5 ms) 5: [ RUN ] cuda.atomic_operations_double 5: [ OK ] cuda.atomic_operations_double (6 ms) 5: [ RUN ] cuda.atomic_operations_float 5: [ OK ] cuda.atomic_operations_float (5 ms) 5: [ RUN ] cuda.atomic_operations_int8 5: [ OK ] cuda.atomic_operations_int8 (15 ms) 5: [ RUN ] cuda.atomic_operations_int16 5: [ OK ] cuda.atomic_operations_int16 (14 ms) 5: [ RUN ] cuda.atomic_operations_int 5: [ OK ] cuda.atomic_operations_int (13 ms) 5: [ RUN ] cuda.atomic_operations_long 5: [ OK ] cuda.atomic_operations_long (13 ms) 5: [ RUN ] cuda.atomic_operations_longlong 5: [ OK ] cuda.atomic_operations_longlong (13 ms) 5: [ RUN ] cuda.atomic_shared 5: [ OK ] cuda.atomic_shared (0 ms) 5: [ RUN ] cuda.atomic_operations_unsigned 5: [ OK ] cuda.atomic_operations_unsigned (11 ms) 5: [ RUN ] cuda.atomic_operations_unsignedlong 5: [ OK ] cuda.atomic_operations_unsignedlong (12 ms) 5: [ RUN ] cuda.atomics 5: [ OK ] cuda.atomics (131 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 (59 ms) 5: [ RUN ] cuda.atomic_view_api 5: [ OK ] cuda.atomic_view_api (0 ms) 5: [ RUN ] cuda.bit_manip_countl_zero 5: [ OK ] cuda.bit_manip_countl_zero (4 ms) 5: [ RUN ] cuda.bit_manip_countl_one 5: [ OK ] cuda.bit_manip_countl_one (0 ms) 5: [ RUN ] cuda.bit_manip_countr_zero 5: [ OK ] cuda.bit_manip_countr_zero (0 ms) 5: [ RUN ] cuda.bit_manip_countr_one 5: [ OK ] cuda.bit_manip_countr_one (0 ms) 5: [ RUN ] cuda.bit_manip_popcount 5: [ OK ] cuda.bit_manip_popcount (0 ms) 5: [ RUN ] cuda.bit_manip_has_single_bit 5: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 5: [ RUN ] cuda.bit_manip_bit_floor 5: [ OK ] cuda.bit_manip_bit_floor (0 ms) 5: [ RUN ] cuda.bit_manip_bit_ceil 5: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 5: [ RUN ] cuda.bit_manip_bit_width 5: [ OK ] cuda.bit_manip_bit_width (0 ms) 5: [ RUN ] cuda.bit_manip_rotl 5: [ OK ] cuda.bit_manip_rotl (0 ms) 5: [ RUN ] cuda.bit_manip_rotr 5: [ OK ] cuda.bit_manip_rotr (0 ms) 5: [ RUN ] cuda.bit_manip_byeswap 5: [ OK ] cuda.bit_manip_byeswap (0 ms) 5: [ RUN ] cuda.bit_manip_bit_cast 5: [ OK ] cuda.bit_manip_bit_cast (0 ms) 5: [ RUN ] cuda.test_block_deduction_bug_pr_3103 5: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 5: [ RUN ] cuda.checked_integer_operations_multiply_overflow 5: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 5: [ RUN ] cuda.execution_policy_occupancy_and_hint 5: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 5: [ RUN ] cuda.complex_construction 5: [ OK ] cuda.complex_construction (0 ms) 5: [ RUN ] cuda.complex_basic_math 5: [ OK ] cuda.complex_basic_math (0 ms) 5: [ RUN ] cuda.complex_special_funtions 5: [ OK ] cuda.complex_special_funtions (0 ms) 5: [ RUN ] cuda.complex_io 5: [ OK ] cuda.complex_io (0 ms) 5: [ RUN ] cuda.complex_trivially_copyable 5: [ OK ] cuda.complex_trivially_copyable (0 ms) 5: [ RUN ] cuda.complex_issue_3865 5: [ OK ] cuda.complex_issue_3865 (0 ms) 5: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 5: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 5: [ RUN ] cuda.complex_structured_bindings 5: [ OK ] cuda.complex_structured_bindings (0 ms) 5: [ RUN ] cuda.crs_count_fill 5: [ OK ] cuda.crs_count_fill (1 ms) 5: [ RUN ] cuda.crs_copy_constructor 5: [ OK ] cuda.crs_copy_constructor (5 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_0 5: [ OK ] cuda.deep_copy_assignable_types_rank_0 (7 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_1 5: [ OK ] cuda.deep_copy_assignable_types_rank_1 (9 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_2 5: [ OK ] cuda.deep_copy_assignable_types_rank_2 (1 ms) 5: [ RUN ] cuda.deep_copy_assignable_types_rank_3 5: [ OK ] cuda.deep_copy_assignable_types_rank_3 (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 (10 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_1 5: [ OK ] cuda.deep_copy_narrowing_rank_1 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_2 5: [ OK ] cuda.deep_copy_narrowing_rank_2 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_3 5: [ OK ] cuda.deep_copy_narrowing_rank_3 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_4 5: [ OK ] cuda.deep_copy_narrowing_rank_4 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_5 5: [ OK ] cuda.deep_copy_narrowing_rank_5 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_6 5: [ OK ] cuda.deep_copy_narrowing_rank_6 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_7 5: [ OK ] cuda.deep_copy_narrowing_rank_7 (1 ms) 5: [ RUN ] cuda.deep_copy_narrowing_rank_8 5: [ OK ] cuda.deep_copy_narrowing_rank_8 (1 ms) 5: [ RUN ] cuda.deep_copy_alignment 5: [ OK ] cuda.deep_copy_alignment (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 (6439 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 (659 ms) 5: [ RUN ] cuda.exec_space_thread_safety_team_policy_reduce 5: [ OK ] cuda.exec_space_thread_safety_team_policy_reduce (662 ms) 5: [ RUN ] cuda.exec_space_thread_safety_range_scan 5: [ OK ] cuda.exec_space_thread_safety_range_scan (665 ms) 5: [ RUN ] cuda.execution_space_as_class_data_member 5: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 5: [ RUN ] cuda.functor_analysis 5: [ OK ] cuda.functor_analysis (0 ms) 5: [ RUN ] cuda.when_all_type 5: [ OK ] cuda.when_all_type (0 ms) 5: [ RUN ] cuda.graph_capture 5: [ OK ] cuda.graph_capture (1 ms) 5: [ RUN ] cuda.graph_then 5: [ OK ] cuda.graph_then (0 ms) 5: [ RUN ] cuda.then_host 5: [ OK ] cuda.then_host (11 ms) 5: [ RUN ] cuda.mixed_then_host_device_nodes 5: [ OK ] cuda.mixed_then_host_device_nodes (11 ms) 5: [ RUN ] cuda.graph_then_tag 5: [ OK ] cuda.graph_then_tag (0 ms) 5: [ RUN ] cuda.host_shared_ptr_use_count 5: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 5: [ RUN ] cuda.host_shared_ptr_get 5: [ OK ] cuda.host_shared_ptr_get (0 ms) 5: [ RUN ] cuda.host_shared_ptr_dereference_on_device 5: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_special_members_on_device 5: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 5: [ RUN ] cuda.host_shared_ptr_tracking 5: [ OK ] cuda.host_shared_ptr_tracking (0 ms) 5: [ RUN ] cuda.join_backward_compatibility 5: [ OK ] cuda.join_backward_compatibility (0 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1134 ms) 5: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 5: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (1918 ms) 5: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 5: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1103 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 (11 ms) 5: [ RUN ] cuda.mathematical_functions_non_standard 5: [ OK ] cuda.mathematical_functions_non_standard (1 ms) 5: [ RUN ] cuda.mathematical_functions_power_functions 5: [ OK ] cuda.mathematical_functions_power_functions (13 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 (5 ms) 5: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 5: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (8 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 5: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms) 5: [ RUN ] cuda.mathematical_functions_absolute_value 5: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 5: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 5: [ RUN ] cuda.mathematical_functions_remainder_function 5: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 5: [ RUN ] cuda.mathematical_functions_isfinite 5: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 5: [ RUN ] cuda.mathematical_functions_isinf 5: [ OK ] cuda.mathematical_functions_isinf (0 ms) 5: [ RUN ] cuda.mathematical_functions_isnan 5: [ OK ] cuda.mathematical_functions_isnan (0 ms) 5: [ RUN ] cuda.mathematical_functions_impl_half_fallback 5: [ OK ] cuda.mathematical_functions_impl_half_fallback (0 ms) 5: [ RUN ] cuda.mathematical_functions_nextafter_fp16 5: [ OK ] cuda.mathematical_functions_nextafter_fp16 (0 ms) 5: [ RUN ] cuda.mathematical_functions_exponential_functions 5: [ OK ] cuda.mathematical_functions_exponential_functions (21 ms) 5: [ RUN ] cuda.mathspecialfunc_expint1 5: [ OK ] cuda.mathspecialfunc_expint1 (3 ms) 5: [ RUN ] cuda.mathspecialfunc_errorfunc 5: [ OK ] cuda.mathspecialfunc_errorfunc (5 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 5: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (27 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 5: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 5: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 5: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 5: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 5: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 5: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 5: [ RUN ] cuda.mdrange_5d 5: [ OK ] cuda.mdrange_5d (110 ms) 5: [ RUN ] cuda.mdrange_6d 5: [ OK ] cuda.mdrange_6d (169 ms) 5: [ RUN ] cuda.mdrange_2d 5: [ OK ] cuda.mdrange_2d (3 ms) 5: [ RUN ] cuda.mdrange_array_reduce 5: [ OK ] cuda.mdrange_array_reduce (0 ms) 5: [ RUN ] cuda.mdrange_3d 5: [ OK ] cuda.mdrange_3d (6 ms) 5: [ RUN ] cuda.mdrange_neg_idx 5: [ OK ] cuda.mdrange_neg_idx (1 ms) 5: [ RUN ] cuda.mdrange_4d 5: [ OK ] cuda.mdrange_4d (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 (92 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 (1428 ms) 5: [ RUN ] cuda.mdspan_minimal_functional 5: [ OK ] cuda.mdspan_minimal_functional (0 ms) 5: [ RUN ] cuda.mdspan_atomic_accessor 5: [ OK ] cuda.mdspan_atomic_accessor (0 ms) 5: [ RUN ] cuda.view_mdspan_conversion 5: [ OK ] cuda.view_mdspan_conversion (3 ms) 5: [ RUN ] cuda.view_mdspan_conversion_with_stride 5: [ OK ] cuda.view_mdspan_conversion_with_stride (0 ms) 5: [ RUN ] cuda.max 5: [ OK ] cuda.max (0 ms) 5: [ RUN ] cuda.max_within_parfor 5: [ OK ] cuda.max_within_parfor (0 ms) 5: [ RUN ] cuda.min 5: [ OK ] cuda.min (0 ms) 5: [ RUN ] cuda.min_within_parfor 5: [ OK ] cuda.min_within_parfor (0 ms) 5: [ RUN ] cuda.minmax 5: [ OK ] cuda.minmax (0 ms) 5: [ RUN ] cuda.minmax_within_parfor 5: [ OK ] cuda.minmax_within_parfor (0 ms) 5: [ RUN ] cuda.clamp 5: [ OK ] cuda.clamp (0 ms) 5: [ RUN ] cuda.clamp_within_parfor 5: [ OK ] cuda.clamp_within_parfor (0 ms) 5: [ RUN ] cuda.numeric_traits_infinity 5: [ OK ] cuda.numeric_traits_infinity (4 ms) 5: [ RUN ] cuda.numeric_traits_epsilon 5: [ OK ] cuda.numeric_traits_epsilon (0 ms) 5: [ RUN ] cuda.numeric_traits_round_error 5: [ OK ] cuda.numeric_traits_round_error (0 ms) 5: [ RUN ] cuda.numeric_traits_norm_min 5: [ OK ] cuda.numeric_traits_norm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_denorm_min 5: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 5: [ RUN ] cuda.numeric_traits_finite_min_max 5: [ OK ] cuda.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] cuda.numeric_traits_digits 5: [ OK ] cuda.numeric_traits_digits (1 ms) 5: [ RUN ] cuda.numeric_traits_digits10 5: [ OK ] cuda.numeric_traits_digits10 (1 ms) 5: [ RUN ] cuda.numeric_traits_max_digits10 5: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] cuda.numeric_traits_radix 5: [ OK ] cuda.numeric_traits_radix (1 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent 5: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] cuda.numeric_traits_min_max_exponent10 5: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 5: /var/jenkins/workspace/Kokkos_PR-8324/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 (14 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 (3 ms) 5: [ RUN ] cuda.range_for 5: [ OK ] cuda.range_for (1 ms) 5: [ RUN ] cuda.range_reduce 5: [ OK ] cuda.range_reduce (0 ms) 5: [ RUN ] cuda.range_dynamic_policy 5: [ OK ] cuda.range_dynamic_policy (0 ms) 5: [ RUN ] cuda.large_parallel_for_reduce 5: [ OK ] cuda.large_parallel_for_reduce (49 ms) 5: [ RUN ] cuda.range_policy_runtime_parameters 5: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.range_policy_one_way_convertible_bounds 5: [ OK ] cuda.range_policy_one_way_convertible_bounds (0 ms) 5: [ RUN ] cuda.range_for_require 5: [ OK ] cuda.range_for_require (1 ms) 5: [ RUN ] cuda.range_reduce_require 5: [ OK ] cuda.range_reduce_require (0 ms) 5: [ RUN ] cuda.range_dynamic_policy_require 5: [ OK ] cuda.range_dynamic_policy_require (0 ms) 5: [ RUN ] cuda.reducers_int 5: [ OK ] cuda.reducers_int (6 ms) 5: [ RUN ] cuda.reducers_double 5: [ OK ] cuda.reducers_double (13 ms) 5: [ RUN ] cuda.reducers_complex_double 5: [ OK ] cuda.reducers_complex_double (7 ms) 5: [ RUN ] cuda.reducers_struct 5: [ OK ] cuda.reducers_struct (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 (0 ms) 5: [ RUN ] cuda.int64_t_reduce 5: [ OK ] cuda.int64_t_reduce (12 ms) 5: [ RUN ] cuda.double_reduce 5: [ OK ] cuda.double_reduce (9 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic 5: [ OK ] cuda.int64_t_reduce_dynamic (14 ms) 5: [ RUN ] cuda.double_reduce_dynamic 5: [ OK ] cuda.double_reduce_dynamic (13 ms) 5: [ RUN ] cuda.int64_t_reduce_dynamic_view 5: [ OK ] cuda.int64_t_reduce_dynamic_view (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 (105 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 (19002 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-8324/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. (28672 ms total) 5: [ PASSED ] 246 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan 5: [ SKIPPED ] cuda_graph.repeat_chain 5/56 Test #5: Kokkos_CoreUnitTest_Cuda1 .................................. Passed 28.90 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda2 6: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 6: Test timeout computed to be: 1500 6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 6: Detected: 6 cores per node. 6: Detected: 1 MPI_ranks per node. 6: Requested: 8 threads per process. 6: [==========] Running 147 tests from 4 test suites. 6: [----------] Global test environment set-up. 6: [----------] 8 tests from cuda_DeathTest 6: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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 (5104 ms) 6: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 6: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (3943 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (10893 ms) 6: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 6: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (11957 ms) 6: [----------] 8 tests from cuda_DeathTest (31898 ms total) 6: 6: [----------] 2 tests from cuda_uvm_DeathTest 6: [ RUN ] cuda_uvm_DeathTest.view_subview_wrong_extents 6: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/TestSubView_a.hpp:81: Skipped 6: only enforced when debug bound checks is enabled 6: [ SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents (0 ms) 6: [ RUN ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility 6: [ OK ] cuda_uvm_DeathTest.view_subview_constructor_layout_compatibility (930 ms) 6: [----------] 2 tests from cuda_uvm_DeathTest (930 ms total) 6: 6: [----------] 109 tests from cuda 6: [ RUN ] cuda.team_for 6: [ OK ] cuda.team_for (21 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 (99 ms) 6: [ RUN ] cuda.team_thread_range_combined_reducers 6: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 6: [ RUN ] cuda.thread_vector_range_combined_reducers 6: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.team_vector_range_combined_reducers 6: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelFor 6: [ OK ] cuda.TeamThreadMDRangeParallelFor (28 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 6: [ OK ] cuda.ThreadVectorMDRangeParallelFor (11 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelFor 6: [ OK ] cuda.TeamVectorMDRangeParallelFor (11 ms) 6: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 6: [ OK ] cuda.TeamThreadMDRangeParallelReduce (19 ms) 6: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 6: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 6: [ OK ] cuda.TeamVectorMDRangeParallelReduce (7 ms) 6: [ RUN ] cuda.team_policy_runtime_parameters 6: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 6: [ RUN ] cuda.team_reduction_scan 6: [ OK ] cuda.team_reduction_scan (1125 ms) 6: [ RUN ] cuda.team_long_reduce 6: [ OK ] cuda.team_long_reduce (8 ms) 6: [ RUN ] cuda.team_double_reduce 6: [ OK ] cuda.team_double_reduce (8 ms) 6: [ RUN ] cuda.team_long_array_reduce 6: [ OK ] cuda.team_long_array_reduce (9 ms) 6: [ RUN ] cuda.team_double_array_reduce 6: [ OK ] cuda.team_double_array_reduce (9 ms) 6: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] cuda.repeated_team_reduce 6: [ OK ] cuda.repeated_team_reduce (13 ms) 6: [ RUN ] cuda.nested_team_reduce_functor_as_reducer 6: [ OK ] cuda.nested_team_reduce_functor_as_reducer (0 ms) 6: [ RUN ] cuda.team_scan 6: [ OK ] cuda.team_scan (263 ms) 6: [ RUN ] cuda.team_scan_ret_val 6: [ OK ] cuda.team_scan_ret_val (158 ms) 6: [ RUN ] cuda.team_shared_request 6: [ OK ] cuda.team_shared_request (1 ms) 6: [ RUN ] cuda.team_scratch_request 6: [ OK ] cuda.team_scratch_request (0 ms) 6: [ RUN ] cuda.team_lambda_shared_request 6: [ OK ] cuda.team_lambda_shared_request (0 ms) 6: [ RUN ] cuda.scratch_align 6: [ OK ] cuda.scratch_align (0 ms) 6: [ RUN ] cuda.shmem_size 6: [ OK ] cuda.shmem_size (0 ms) 6: [ RUN ] cuda.multi_level_scratch 6: [ OK ] cuda.multi_level_scratch (6 ms) 6: [ RUN ] cuda.team_scratch_memory_index_parallel_for 6: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] cuda.team_policy_max_recommended 6: [ OK ] cuda.team_policy_max_recommended (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.timer 6: [ OK ] cuda.timer (20 ms) 6: [ RUN ] cuda.unique_token_global 6: [ OK ] cuda.unique_token_global (3 ms) 6: [ RUN ] cuda.unique_token_instance 6: [ OK ] cuda.unique_token_instance (1 ms) 6: [ RUN ] cuda.unique_token_team_acquire 6: [ OK ] cuda.unique_token_team_acquire (11 ms) 6: [ RUN ] cuda.view_api_a 6: [ OK ] cuda.view_api_a (9 ms) 6: [ RUN ] cuda.view_layout_left_with_stride 6: [ OK ] cuda.view_layout_left_with_stride (0 ms) 6: [ RUN ] cuda.view_layout_right_with_stride 6: [ OK ] cuda.view_layout_right_with_stride (0 ms) 6: [ RUN ] cuda.view_api_b 6: [ OK ] cuda.view_api_b (4 ms) 6: [ RUN ] cuda.view_api_c 6: [ OK ] cuda.view_api_c (0 ms) 6: [ RUN ] cuda.view_api_d 6: [ OK ] cuda.view_api_d (1 ms) 6: [ RUN ] cuda.view_remap 6: [ OK ] cuda.view_remap (0 ms) 6: [ RUN ] cuda.view_mirror_nonconst 6: [ OK ] cuda.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda.view_stride_method 6: [ OK ] cuda.view_stride_method (0 ms) 6: [ RUN ] cuda.anonymous_space 6: [ OK ] cuda.anonymous_space (0 ms) 6: [ RUN ] cuda.view_overload_resolution 6: [ OK ] cuda.view_overload_resolution (0 ms) 6: [ RUN ] cuda.view_allocation_large_rank 6: [ OK ] cuda.view_allocation_large_rank (6 ms) 6: [ RUN ] cuda.view_shmem_size_on_device 6: [ OK ] cuda.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda.view_is_assignable 6: [ OK ] cuda.view_is_assignable (0 ms) 6: [ RUN ] cuda.view_bad_alloc 6: [ OK ] cuda.view_bad_alloc (0 ms) 6: [ RUN ] cuda.view_copy_tests 6: [ OK ] cuda.view_copy_tests (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 (86 ms) 6: [ RUN ] cuda.view_mapping 6: [ OK ] cuda.view_mapping (67 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 (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 (0 ms) 6: [ RUN ] cuda.view_nested_view 6: [ OK ] cuda.view_nested_view (0 ms) 6: [ RUN ] cuda.view_of_views_default 6: [ OK ] cuda.view_of_views_default (0 ms) 6: [ RUN ] cuda.view_of_views_without_initializing 6: [ OK ] cuda.view_of_views_without_initializing (0 ms) 6: [ RUN ] cuda.test_view_of_views_sequential_host_init 6: [ OK ] cuda.test_view_of_views_sequential_host_init (0 ms) 6: [ RUN ] cuda.append_formatted_multidimensional_index 6: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] cuda.view_resize 6: [ OK ] cuda.view_resize (22 ms) 6: [ RUN ] cuda.view_realloc 6: [ OK ] cuda.view_realloc (0 ms) 6: [ RUN ] cuda.workgraph_fib 6: [ OK ] cuda.workgraph_fib (850 ms) 6: [ RUN ] cuda.resize_realloc_no_init 6: [ OK ] cuda.resize_realloc_no_init (0 ms) 6: [ RUN ] cuda.resize_realloc_no_alloc 6: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 6: [ RUN ] cuda.realloc_exec_space 6: [ OK ] cuda.realloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc 6: [ OK ] cuda.view_alloc (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space 6: [ OK ] cuda.view_alloc_exec_space (0 ms) 6: [ RUN ] cuda.view_alloc_int 6: [ OK ] cuda.view_alloc_int (0 ms) 6: [ RUN ] cuda.view_alloc_exec_space_int 6: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 6: [ RUN ] cuda.deep_copy_zero_memset 6: [ OK ] cuda.deep_copy_zero_memset (0 ms) 6: [ RUN ] cuda.resize_exec_space 6: [ OK ] cuda.resize_exec_space (0 ms) 6: [ RUN ] cuda.view_allocation_int 6: [ OK ] cuda.view_allocation_int (0 ms) 6: [ RUN ] cuda.view_allocation_exec_space_int 6: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 6: [ RUN ] cuda.view_not_default_constructible 6: [ OK ] cuda.view_not_default_constructible (0 ms) 6: [----------] 109 tests from cuda (3557 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 (28 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 (4 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 (3 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d 6: [ OK ] cuda_uvm.view_subview_2d_from_3d (48 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (48 ms) 6: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 6: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (48 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (71 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (73 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (70 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (71 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (73 ms) 6: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 6: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (70 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 (643 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 147 tests from 4 test suites ran. (37029 ms total) 6: [ PASSED ] 142 tests. 6: [ SKIPPED ] 5 tests, listed below: 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix 6: [ SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents 6: [ SKIPPED ] cuda_uvm_DeathTest.view_subview_wrong_extents 6/56 Test #6: Kokkos_CoreUnitTest_Cuda2 .................................. Passed 37.28 sec test 7 Start 7: Kokkos_CoreUnitTest_Cuda3 7: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (15276 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 (15285 ms total) 7: 7: [----------] 28 tests from cuda_hostpinned 7: [ RUN ] cuda_hostpinned.impl_shared_alloc 7: [ OK ] cuda_hostpinned.impl_shared_alloc (40 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 (7 ms) 7: [ RUN ] cuda_hostpinned.view_api_c 7: [ OK ] cuda_hostpinned.view_api_c (5 ms) 7: [ RUN ] cuda_hostpinned.view_api_d 7: [ OK ] cuda_hostpinned.view_api_d (2 ms) 7: [ RUN ] cuda_hostpinned.view_remap 7: [ OK ] cuda_hostpinned.view_remap (0 ms) 7: [ RUN ] cuda_hostpinned.view_mirror_nonconst 7: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 7: [ RUN ] cuda_hostpinned.view_stride_method 7: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 7: [ RUN ] cuda_hostpinned.anonymous_space 7: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 7: [ RUN ] cuda_hostpinned.view_overload_resolution 7: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 7: [ RUN ] cuda_hostpinned.view_allocation_large_rank 7: [ OK ] cuda_hostpinned.view_allocation_large_rank (3063 ms) 7: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 7: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 7: [ RUN ] cuda_hostpinned.view_is_assignable 7: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 7: [ RUN ] cuda_hostpinned.view_copy_tests 7: [ OK ] cuda_hostpinned.view_copy_tests (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 (3282 ms) 7: [ RUN ] cuda_hostpinned.view_fill_tests_layout_left 7: [ OK ] cuda_hostpinned.view_fill_tests_layout_left (3014 ms) 7: [ RUN ] cuda_hostpinned.view_mapping 7: [ OK ] cuda_hostpinned.view_mapping (58 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_operator 7: [ OK ] cuda_hostpinned.view_mapping_operator (2 ms) 7: [ RUN ] cuda_hostpinned.static_extent 7: [ OK ] cuda_hostpinned.static_extent (0 ms) 7: [ RUN ] cuda_hostpinned.view_mapping_atomic 7: [ OK ] cuda_hostpinned.view_mapping_atomic (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 (9496 ms total) 7: 7: [----------] 28 tests from cuda_uvm 7: [ RUN ] cuda_uvm.impl_shared_alloc 7: [ OK ] cuda_uvm.impl_shared_alloc (61 ms) 7: [ RUN ] cuda_uvm.view_api_a 7: [ OK ] cuda_uvm.view_api_a (13 ms) 7: [ RUN ] cuda_uvm.view_layout_left_with_stride 7: [ OK ] cuda_uvm.view_layout_left_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_layout_right_with_stride 7: [ OK ] cuda_uvm.view_layout_right_with_stride (0 ms) 7: [ RUN ] cuda_uvm.view_api_b 7: [ OK ] cuda_uvm.view_api_b (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 (293 ms) 7: [ RUN ] cuda_uvm.view_shmem_size_on_device 7: [ OK ] cuda_uvm.view_shmem_size_on_device (2 ms) 7: [ RUN ] cuda_uvm.view_is_assignable 7: [ OK ] cuda_uvm.view_is_assignable (24 ms) 7: [ RUN ] cuda_uvm.view_copy_tests 7: [ OK ] cuda_uvm.view_copy_tests (33 ms) 7: [ RUN ] cuda_uvm.view_copy_tests_rank_0 7: [ OK ] cuda_uvm.view_copy_tests_rank_0 (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 (139 ms) 7: [ RUN ] cuda_uvm.view_fill_tests_layout_left 7: [ OK ] cuda_uvm.view_fill_tests_layout_left (101 ms) 7: [ RUN ] cuda_uvm.view_mapping 7: [ OK ] cuda_uvm.view_mapping (63 ms) 7: [ RUN ] cuda_uvm.view_mapping_operator 7: [ OK ] cuda_uvm.view_mapping_operator (8 ms) 7: [ RUN ] cuda_uvm.static_extent 7: [ OK ] cuda_uvm.static_extent (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_atomic 7: [ OK ] cuda_uvm.view_mapping_atomic (6 ms) 7: [ RUN ] cuda_uvm.view_mapping_class_value 7: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_assignable 7: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 7: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 7: [ RUN ] cuda_uvm.view_mapping_subview 7: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 7: [----------] 28 tests from cuda_uvm (790 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 62 tests from 3 test suites ran. (25571 ms total) 7: [ PASSED ] 62 tests. 7/56 Test #7: Kokkos_CoreUnitTest_Cuda3 .................................. Passed 25.82 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraphAtomicLocks 8: Test timeout computed to be: 1500 8: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 8: Detected: 6 cores per node. 8: Detected: 1 MPI_ranks per node. 8: Requested: 8 threads per process. 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.graph_lock_based_atomic_op 8: [ OK ] cuda.graph_lock_based_atomic_op (0 ms) 8: [----------] 1 test from cuda (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/56 Test #8: Kokkos_CoreUnitTest_CudaGraphAtomicLocks ................... Passed 0.24 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaTimingBased 9: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (676 ms) 9: [----------] 2 tests from cuda (686 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 2 tests from 1 test suite ran. (686 ms total) 9: [ PASSED ] 2 tests. 9/56 Test #9: Kokkos_CoreUnitTest_CudaTimingBased ........................ Passed 0.86 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpInit 10: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (108 ms) 10: [----------] 1 test from cuda (108 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test suite ran. (108 ms total) 10: [ PASSED ] 1 test. 10/56 Test #10: Kokkos_CoreUnitTest_CudaInterOpInit ........................ Passed 0.17 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaInterOpStreams 11: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (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. 11/56 Test #11: Kokkos_CoreUnitTest_CudaInterOpStreams ..................... Passed 0.17 sec test 12 Start 12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 12: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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-8324/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-8324/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-8324/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-8324/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp:65: Skipped 12: Skipping Cuda multi-gpu testing since current machine only contains a single GPU. 12: 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda (0 ms) 12: [----------] 4 tests from cuda_multi_gpu (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 4 tests from 1 test suite ran. (0 ms total) 12: [ PASSED ] 0 tests. 12: [ SKIPPED ] 4 tests, listed below: 12: [ SKIPPED ] cuda_multi_gpu.managed_views 12: [ SKIPPED ] cuda_multi_gpu.unmanaged_views 12: [ SKIPPED ] cuda_multi_gpu.scratch_space 12: [ SKIPPED ] cuda_multi_gpu.stream_sync_semantics_raw_cuda 12/56 Test #12: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ............. Passed 0.17 sec test 13 Start 13: Kokkos_CoreUnitTest_CudaInterOpGraph 13: Test command: /var/jenkins/workspace/Kokkos_PR-8324/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 (2 ms) 13: [ RUN ] cuda_GraphInterOp.debug_dot_print 13: [ OK ] cuda_GraphInterOp.debug_dot_print (2 ms) 13: [ RUN ] cuda_GraphInterOp.instantiation_flags 13: [ OK ] cuda_GraphInterOp.instantiation_flags (0 ms) 13: [ RUN ] cuda_GraphInterOp.construct_from_native 13: [ OK ] cuda_GraphInterOp.construct_from_native (0 ms) 13: [----------] 5 tests from cuda_GraphInterOp (6 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 5 tests from 1 test suite ran. (7 ms total) 13: [ PASSED ] 5 tests. 13/56 Test #13: Kokkos_CoreUnitTest_CudaInterOpGraph ....................... Passed 0.20 sec test 14 Start 14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU 14: Test timeout computed to be: 1500 14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 14: Detected: 6 cores per node. 14: Detected: 1 MPI_ranks per node. 14: Requested: 8 threads per process. 14: [==========] Running 1 test from 1 test suite. 14: [----------] Global test environment set-up. 14: [----------] 1 test from cuda_multi_gpu 14: [ RUN ] cuda_multi_gpu.then 14: /var/jenkins/workspace/Kokkos_PR-8324/core/unit_test/cuda/TestCuda_InterOp_GraphMultiGPU.cpp:33: Skipped 14: Skipping multi-gpu testing since current machine only has 1 GPU. 14: [ SKIPPED ] cuda_multi_gpu.then (0 ms) 14: [----------] 1 test from cuda_multi_gpu (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 1 test from 1 test suite ran. (0 ms total) 14: [ PASSED ] 0 tests. 14: [ SKIPPED ] 1 test, listed below: 14: [ SKIPPED ] cuda_multi_gpu.then 14/56 Test #14: Kokkos_CoreUnitTest_CudaInterOpGraphMultiGPU ............... Passed 0.17 sec test 15 Start 15: Kokkos_CoreUnitTest_Default 15: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Default 15: Test timeout computed to be: 1500 15: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 15: Detected: 6 cores per node. 15: Detected: 1 MPI_ranks per node. 15: Requested: 8 threads per process. 15: [==========] Running 59 tests from 41 test suites. 15: [----------] Global test environment set-up. 15: [----------] 19 tests from defaultdevicetype 15: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free 15: [ OK ] defaultdevicetype.c_style_memory_management_malloc_realloc_and_free (0 ms) 15: [ RUN ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free 15: [ OK ] defaultdevicetype.c_style_memory_management_malloc_zero_byte_and_free (0 ms) 15: [ RUN ] defaultdevicetype.shared_space 15: [ OK ] defaultdevicetype.shared_space (18 ms) 15: [ RUN ] defaultdevicetype.shared_host_pinned_space 15: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 15: [ RUN ] defaultdevicetype.compiler_macros 15: [ OK ] defaultdevicetype.compiler_macros (0 ms) 15: [ RUN ] defaultdevicetype.half_conversion 15: [ OK ] defaultdevicetype.half_conversion (3 ms) 15: [ RUN ] defaultdevicetype.bhalf_conversion 15: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 15: [ RUN ] defaultdevicetype.half_operators 15: [ OK ] defaultdevicetype.half_operators (0 ms) 15: [ RUN ] defaultdevicetype.bhalf_operators 15: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 15: [ RUN ] defaultdevicetype.host_space_access 15: [ OK ] defaultdevicetype.host_space_access (0 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a1 15: [ OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b1 15: [ OK ] defaultdevicetype.reduce_instantiation_b1 (10 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c1 15: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a2 15: [ OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b2 15: [ OK ] defaultdevicetype.reduce_instantiation_b2 (13 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c2 15: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_a3 15: [ OK ] defaultdevicetype.reduce_instantiation_a3 (9 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_b3 15: [ OK ] defaultdevicetype.reduce_instantiation_b3 (16 ms) 15: [ RUN ] defaultdevicetype.reduce_instantiation_c3 15: [ OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms) 15: [----------] 19 tests from defaultdevicetype (104 ms total) 15: 15: [----------] 1 test from kokkosresize 15: [ RUN ] kokkosresize.host_space_access 15: [ OK ] kokkosresize.host_space_access (18 ms) 15: [----------] 1 test from kokkosresize (18 ms total) 15: 15: [----------] 1 test from TestViewAPI/0, where TypeParam = 15: [ RUN ] TestViewAPI/0.sizes 15: [ OK ] TestViewAPI/0.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/0 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/1, where TypeParam = 15: [ RUN ] TestViewAPI/1.sizes 15: [ OK ] TestViewAPI/1.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/1 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/2, where TypeParam = 15: [ RUN ] TestViewAPI/2.sizes 15: [ OK ] TestViewAPI/2.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/2 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/3, where TypeParam = 15: [ RUN ] TestViewAPI/3.sizes 15: [ OK ] TestViewAPI/3.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/3 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/4, where TypeParam = 15: [ RUN ] TestViewAPI/4.sizes 15: [ OK ] TestViewAPI/4.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/4 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/5, where TypeParam = 15: [ RUN ] TestViewAPI/5.sizes 15: [ OK ] TestViewAPI/5.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/5 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/6, where TypeParam = 15: [ RUN ] TestViewAPI/6.sizes 15: [ OK ] TestViewAPI/6.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/6 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/7, where TypeParam = 15: [ RUN ] TestViewAPI/7.sizes 15: [ OK ] TestViewAPI/7.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/7 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/8, where TypeParam = 15: [ RUN ] TestViewAPI/8.sizes 15: [ OK ] TestViewAPI/8.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/8 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/9, where TypeParam = 15: [ RUN ] TestViewAPI/9.sizes 15: [ OK ] TestViewAPI/9.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/9 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/10, where TypeParam = 15: [ RUN ] TestViewAPI/10.sizes 15: [ OK ] TestViewAPI/10.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/10 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/11, where TypeParam = 15: [ RUN ] TestViewAPI/11.sizes 15: [ OK ] TestViewAPI/11.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/11 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/12, where TypeParam = 15: [ RUN ] TestViewAPI/12.sizes 15: [ OK ] TestViewAPI/12.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/12 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/13, where TypeParam = 15: [ RUN ] TestViewAPI/13.sizes 15: [ OK ] TestViewAPI/13.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/13 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/14, where TypeParam = 15: [ RUN ] TestViewAPI/14.sizes 15: [ OK ] TestViewAPI/14.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/14 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/15, where TypeParam = 15: [ RUN ] TestViewAPI/15.sizes 15: [ OK ] TestViewAPI/15.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/15 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/16, where TypeParam = 15: [ RUN ] TestViewAPI/16.sizes 15: [ OK ] TestViewAPI/16.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/16 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/17, where TypeParam = 15: [ RUN ] TestViewAPI/17.sizes 15: [ OK ] TestViewAPI/17.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/17 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/18, where TypeParam = 15: [ RUN ] TestViewAPI/18.sizes 15: [ OK ] TestViewAPI/18.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/18 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/19, where TypeParam = 15: [ RUN ] TestViewAPI/19.sizes 15: [ OK ] TestViewAPI/19.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/19 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/20, where TypeParam = 15: [ RUN ] TestViewAPI/20.sizes 15: [ OK ] TestViewAPI/20.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/20 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/21, where TypeParam = 15: [ RUN ] TestViewAPI/21.sizes 15: [ OK ] TestViewAPI/21.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/21 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/22, where TypeParam = 15: [ RUN ] TestViewAPI/22.sizes 15: [ OK ] TestViewAPI/22.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/22 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/23, where TypeParam = 15: [ RUN ] TestViewAPI/23.sizes 15: [ OK ] TestViewAPI/23.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/23 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/24, where TypeParam = 15: [ RUN ] TestViewAPI/24.sizes 15: [ OK ] TestViewAPI/24.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/24 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/25, where TypeParam = 15: [ RUN ] TestViewAPI/25.sizes 15: [ OK ] TestViewAPI/25.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/25 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/26, where TypeParam = 15: [ RUN ] TestViewAPI/26.sizes 15: [ OK ] TestViewAPI/26.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/26 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/27, where TypeParam = 15: [ RUN ] TestViewAPI/27.sizes 15: [ OK ] TestViewAPI/27.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/27 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/28, where TypeParam = 15: [ RUN ] TestViewAPI/28.sizes 15: [ OK ] TestViewAPI/28.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/28 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/29, where TypeParam = 15: [ RUN ] TestViewAPI/29.sizes 15: [ OK ] TestViewAPI/29.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/29 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/30, where TypeParam = 15: [ RUN ] TestViewAPI/30.sizes 15: [ OK ] TestViewAPI/30.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/30 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/31, where TypeParam = 15: [ RUN ] TestViewAPI/31.sizes 15: [ OK ] TestViewAPI/31.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/31 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/32, where TypeParam = 15: [ RUN ] TestViewAPI/32.sizes 15: [ OK ] TestViewAPI/32.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/32 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/33, where TypeParam = 15: [ RUN ] TestViewAPI/33.sizes 15: [ OK ] TestViewAPI/33.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/33 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/34, where TypeParam = 15: [ RUN ] TestViewAPI/34.sizes 15: [ OK ] TestViewAPI/34.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/34 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/35, where TypeParam = 15: [ RUN ] TestViewAPI/35.sizes 15: [ OK ] TestViewAPI/35.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/35 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/36, where TypeParam = 15: [ RUN ] TestViewAPI/36.sizes 15: [ OK ] TestViewAPI/36.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/36 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/37, where TypeParam = 15: [ RUN ] TestViewAPI/37.sizes 15: [ OK ] TestViewAPI/37.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/37 (0 ms total) 15: 15: [----------] 1 test from TestViewAPI/38, where TypeParam = 15: [ RUN ] TestViewAPI/38.sizes 15: [ OK ] TestViewAPI/38.sizes (0 ms) 15: [----------] 1 test from TestViewAPI/38 (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 59 tests from 41 test suites ran. (123 ms total) 15: [ PASSED ] 59 tests. 15/56 Test #15: Kokkos_CoreUnitTest_Default ................................ Passed 0.31 sec test 16 Start 16: Kokkos_CoreUnitTest_InitializeFinalize 16: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_InitializeFinalize 16: Test timeout computed to be: 1500 16: [==========] Running 30 tests from 7 test suites. 16: [----------] Global test environment set-up. 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.default_constructed_views (326 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.views (1946 ms) 16: [ RUN ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management 16: [ OK ] ExecutionEnvironmentNonInitializedOrFinalized_DeathTest.c_style_memory_management (2695 ms) 16: [----------] 3 tests from ExecutionEnvironmentNonInitializedOrFinalized_DeathTest (4968 ms total) 16: 16: [----------] 4 tests from InitializeFinalize_DeathTest 16: [ RUN ] InitializeFinalize_DeathTest.initialize 16: [ OK ] InitializeFinalize_DeathTest.initialize (1772 ms) 16: [ RUN ] InitializeFinalize_DeathTest.finalize 16: [ OK ] InitializeFinalize_DeathTest.finalize (1236 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_initialized 16: [ OK ] InitializeFinalize_DeathTest.is_initialized (165 ms) 16: [ RUN ] InitializeFinalize_DeathTest.is_finalized 16: [ OK ] InitializeFinalize_DeathTest.is_finalized (158 ms) 16: [----------] 4 tests from InitializeFinalize_DeathTest (3333 ms total) 16: 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest 16: [ RUN ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early 16: [ OK ] KokkosHelpCausesNormalProgramTermination_DeathTest.print_help_and_exit_early (26 ms) 16: [----------] 1 test from KokkosHelpCausesNormalProgramTermination_DeathTest (26 ms total) 16: 16: [----------] 1 test from Legion_DeathTest 16: [ RUN ] Legion_DeathTest.individual_backend_initialization 16: [ OK ] Legion_DeathTest.individual_backend_initialization (158 ms) 16: [----------] 1 test from Legion_DeathTest (158 ms total) 16: 16: [----------] 2 tests from PushFinalizeHook_DeathTest 16: [ RUN ] PushFinalizeHook_DeathTest.called_in_reverse_order 16: [ OK ] PushFinalizeHook_DeathTest.called_in_reverse_order (160 ms) 16: [ RUN ] PushFinalizeHook_DeathTest.terminate_on_throw 16: [ OK ] PushFinalizeHook_DeathTest.terminate_on_throw (702 ms) 16: [----------] 2 tests from PushFinalizeHook_DeathTest (862 ms total) 16: 16: [----------] 6 tests from ScopeGuard_DeathTest 16: [ RUN ] ScopeGuard_DeathTest.create 16: [ OK ] ScopeGuard_DeathTest.create (161 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_argument 16: [ OK ] ScopeGuard_DeathTest.create_argument (162 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_while_initialize 16: [ OK ] ScopeGuard_DeathTest.create_while_initialize (458 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_initialize 16: [ OK ] ScopeGuard_DeathTest.create_after_initialize (471 ms) 16: [ RUN ] ScopeGuard_DeathTest.create_after_finalize 16: [ OK ] ScopeGuard_DeathTest.create_after_finalize (463 ms) 16: [ RUN ] ScopeGuard_DeathTest.destroy_after_finalize 16: [ OK ] ScopeGuard_DeathTest.destroy_after_finalize (461 ms) 16: [----------] 6 tests from ScopeGuard_DeathTest (2179 ms total) 16: 16: [----------] 13 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.initialization_settings 16: [ OK ] defaultdevicetype.initialization_settings (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 16: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_device_id 16: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 16: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 16: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_help 16: [ OK ] defaultdevicetype.cmd_line_args_help (15 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 16: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (3 ms) 16: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 16: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (11 ms) 16: [ RUN ] defaultdevicetype.env_vars_num_threads 16: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_device_id 16: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_disable_warnings 16: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 16: [ RUN ] defaultdevicetype.env_vars_tune_internals 16: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 16: [ RUN ] defaultdevicetype.visible_devices 16: [ OK ] defaultdevicetype.visible_devices (0 ms) 16: [----------] 13 tests from defaultdevicetype (30 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 30 tests from 7 test suites ran. (11559 ms total) 16: [ PASSED ] 30 tests. 16/56 Test #16: Kokkos_CoreUnitTest_InitializeFinalize ..................... Passed 11.58 sec test 17 Start 17: Kokkos_CoreUnitTest_Develop 17: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_Develop 17: Test timeout computed to be: 1500 17: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 17: Detected: 6 cores per node. 17: Detected: 1 MPI_ranks per node. 17: Requested: 8 threads per process. 17: [==========] Running 1 test from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 1 test from defaultdevicetype 17: [ RUN ] defaultdevicetype.development_test 17: [ OK ] defaultdevicetype.development_test (0 ms) 17: [----------] 1 test from defaultdevicetype (0 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 1 test from 1 test suite ran. (0 ms total) 17: [ PASSED ] 1 test. 17/56 Test #17: Kokkos_CoreUnitTest_Develop ................................ Passed 0.17 sec test 18 Start 18: Kokkos_CoreUnitTest_KokkosP 18: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 18: Test timeout computed to be: 1500 18: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 18: Detected: 6 cores per node. 18: Detected: 1 MPI_ranks per node. 18: Requested: 8 threads per process. 18: [==========] Running 32 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 32 tests from kokkosp 18: [ RUN ] kokkosp.test_named_instance_fence 18: Ref: 33554433 18: Ref: named_instance 18: 33554433 18: named_instance 18: [ OK ] kokkosp.test_named_instance_fence (0 ms) 18: [ RUN ] kokkosp.test_unnamed_instance_fence 18: Ref: 33554433 18: Ref: Unnamed Instance Fence 18: 33554433 18: Kokkos::Cuda::fence(): Unnamed Instance Fence 18: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 18: [ RUN ] kokkosp.test_named_global_fence 18: Ref: 33554432 18: Ref: test global fence 18: 16777216 18: test global fence 18: Miss on id 18: 33554432 18: test global fence 18: [ OK ] kokkosp.test_named_global_fence (0 ms) 18: [ RUN ] kokkosp.test_unnamed_global_fence 18: Ref: 33554432 18: Ref: Unnamed Global Fence 18: 16777216 18: Kokkos::fence: Unnamed Global Fence 18: Miss on id 18: 33554432 18: Kokkos::fence: Unnamed Global Fence 18: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 18: [ RUN ] kokkosp.test_multiple_default_instances 18: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 18: [ RUN ] kokkosp.test_id_gen 18: [ OK ] kokkosp.test_id_gen (0 ms) 18: [ RUN ] kokkosp.test_kernel_sequence 18: Ref: 33554433 18: Ref: named_instance 18: 33554433 18: named_instance 18: Ref: 33554433 18: Ref: test_kernel 18: 33554433 18: named_instance 18: Miss on name 18: 16777216 18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 18: Miss on name 18: Miss on id 18: 33554432 18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 18: Miss on name 18: Miss on id 18: 33554433 18: test_kernel 18: [ OK ] kokkosp.test_kernel_sequence (1 ms) 18: [ RUN ] kokkosp.test_streams 18: [ OK ] kokkosp.test_streams (0 ms) 18: [ RUN ] kokkosp.async_deep_copy 18: [ OK ] kokkosp.async_deep_copy (0 ms) 18: [ RUN ] kokkosp.parallel_for 18: [ OK ] kokkosp.parallel_for (0 ms) 18: [ RUN ] kokkosp.parallel_reduce 18: [ OK ] kokkosp.parallel_reduce (0 ms) 18: [ RUN ] kokkosp.parallel_scan 18: [ OK ] kokkosp.parallel_scan (2 ms) 18: [ RUN ] kokkosp.parallel_scan_no_fence 18: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 18: [ RUN ] kokkosp.parallel_scan_no_fence_view 18: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 18: [ RUN ] kokkosp.regions 18: [ OK ] kokkosp.regions (0 ms) 18: [ RUN ] kokkosp.fences 18: [ OK ] kokkosp.fences (0 ms) 18: [ RUN ] kokkosp.raw_allocation 18: [ OK ] kokkosp.raw_allocation (0 ms) 18: [ RUN ] kokkosp.view 18: [ OK ] kokkosp.view (0 ms) 18: [ RUN ] kokkosp.sections 18: [ OK ] kokkosp.sections (0 ms) 18: [ RUN ] kokkosp.metadata 18: [ OK ] kokkosp.metadata (0 ms) 18: [ RUN ] kokkosp.profile_events 18: [ OK ] kokkosp.profile_events (0 ms) 18: [ RUN ] kokkosp.no_init_kernel 18: [ OK ] kokkosp.no_init_kernel (0 ms) 18: [ RUN ] kokkosp.get_events 18: [ OK ] kokkosp.get_events (0 ms) 18: [ RUN ] kokkosp.kernel_name_parallel_for 18: [ OK ] kokkosp.kernel_name_parallel_for (0 ms) 18: [ RUN ] kokkosp.kernel_name_parallel_reduce 18: [ OK ] kokkosp.kernel_name_parallel_reduce (0 ms) 18: [ RUN ] kokkosp.kernel_name_parallel_scan 18: [ OK ] kokkosp.kernel_name_parallel_scan (0 ms) 18: [ RUN ] kokkosp.kernel_name_internal 18: [ OK ] kokkosp.kernel_name_internal (0 ms) 18: [ RUN ] kokkosp.profiling_section 18: [ OK ] kokkosp.profiling_section (0 ms) 18: [ RUN ] kokkosp.scoped_profile_region 18: [ OK ] kokkosp.scoped_profile_region (0 ms) 18: [ RUN ] kokkosp.create_mirror_no_init 18: [ OK ] kokkosp.create_mirror_no_init (0 ms) 18: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 18: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 18: [ RUN ] kokkosp.create_mirror_view_and_copy 18: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 18: [----------] 32 tests from kokkosp (6 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 32 tests from 1 test suite ran. (6 ms total) 18: [ PASSED ] 32 tests. 18/56 Test #18: Kokkos_CoreUnitTest_KokkosP ................................ Passed 0.17 sec test 19 Start 19: Kokkos_CoreUnitTest_ToolIndependence 19: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 19: Test timeout computed to be: 1500 19/56 Test #19: Kokkos_CoreUnitTest_ToolIndependence ....................... Passed 0.03 sec test 20 Start 20: Kokkos_ProfilingTestLibraryLoadHelp 20: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 20: Environment variables: 20: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/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/56 Test #20: Kokkos_ProfilingTestLibraryLoadHelp ........................ Passed 0.17 sec test 21 Start 21: Kokkos_ProfilingTestLibraryCmdLineHelp 21: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 21: Test timeout computed to be: 1500 21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 21: Detected: 6 cores per node. 21: Detected: 1 MPI_ranks per node. 21: Requested: 8 threads per process. 21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 21/56 Test #21: Kokkos_ProfilingTestLibraryCmdLineHelp ..................... Passed 0.15 sec test 22 Start 22: Kokkos_ProfilingTestLibraryLoad 22: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 22: Environment variables: 22: KOKKOS_TOOLS_LIBS=/var/jenkins/workspace/Kokkos_PR-8324/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:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1271e40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1271fc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1272040:Host:source:0x1271ec0: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:0x1271fc0:40::kokkosp_deallocate_data:Host:source:0x1271e40:40::kokkosp_finalize_library:: 22/56 Test #22: Kokkos_ProfilingTestLibraryLoad ............................ Passed 0.15 sec test 23 Start 23: Kokkos_ProfilingTestLibraryCmdLine 23: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/libkokkosprinter-tool.so" 23: Test timeout computed to be: 1500 23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 23: Detected: 6 cores per node. 23: Detected: 1 MPI_ranks per node. 23: Requested: 8 threads per process. 23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:desul atomics version:2a43c7877d67f8d3f9f329b8a1de7ba6f35bc34e::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.7.99::kokkosp_declare_metadata:mdspan:enabled::kokkosp_declare_metadata:mdspan version:0e4eba59ad53451784b3839bdf98b25fa2d64931::kokkosp_allocate_data:Host:source:0x1271bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1271d00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1271d80:Host:source:0x1271c40:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:16777217:1::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:16777217:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x1271d00:40::kokkosp_deallocate_data:Host:source:0x1271bc0:40::kokkosp_finalize_library:: 23/56 Test #23: Kokkos_ProfilingTestLibraryCmdLine ......................... Passed 0.15 sec test 24 Start 24: Kokkos_CoreUnitTest_StackTraceTest 24: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec 24: Test timeout computed to be: 1500 24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 24: Detected: 6 cores per node. 24: Detected: 1 MPI_ranks per node. 24: Requested: 8 threads per process. 24: [==========] Running 3 tests from 2 test suites. 24: [----------] Global test environment set-up. 24: [----------] 2 tests from defaultdevicetype_DeathTest 24: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x4462ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x44486b] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5] 24: 24: demangled test_f1: 24: [0x505113] Kokkos::Impl::save_stacktrace() 24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&) 24: [0x4462ac] Test::test_stacktrace(bool, bool) 24: [0x44486b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x456ecf] testing::Test::Run() 24: [0x4595df] testing::TestInfo::Run() 24: [0x45ac07] testing::TestSuite::Run() 24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests() 24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x45c07a] testing::UnitTest::Run() 24: [0x443675] main 24: [0x7fffefc01d90] 24: [0x7fffefc01e40] __libc_start_main 24: [0x442fa5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44b2f2] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x44691a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x16b) [0x44486b] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5] 24: 24: demangled test_f3: 24: [0x505113] Kokkos::Impl::save_stacktrace() 24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&) 24: [0x44b2f2] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x44691a] Test::test_stacktrace(bool, bool) 24: [0x44486b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x456ecf] testing::Test::Run() 24: [0x4595df] testing::TestInfo::Run() 24: [0x45ac07] testing::TestSuite::Run() 24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests() 24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x45c07a] testing::UnitTest::Run() 24: [0x443675] main 24: [0x7fffefc01d90] 24: [0x7fffefc01e40] __libc_start_main 24: [0x442fa5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (468 ms) 24: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x4462ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x444be8] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5] 24: 24: demangled test_f1: 24: [0x505113] Kokkos::Impl::save_stacktrace() 24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&) 24: [0x4462ac] Test::test_stacktrace(bool, bool) 24: [0x444be8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x456ecf] testing::Test::Run() 24: [0x4595df] testing::TestInfo::Run() 24: [0x45ac07] testing::TestSuite::Run() 24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests() 24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x45c07a] testing::UnitTest::Run() 24: [0x443675] main 24: [0x7fffefc01d90] 24: [0x7fffefc01e40] __libc_start_main 24: [0x442fa5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44b2f2] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x44691a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x168) [0x444be8] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5] 24: 24: demangled test_f3: 24: [0x505113] Kokkos::Impl::save_stacktrace() 24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&) 24: [0x44b2f2] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x44691a] Test::test_stacktrace(bool, bool) 24: [0x444be8] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x456ecf] testing::Test::Run() 24: [0x4595df] testing::TestInfo::Run() 24: [0x45ac07] testing::TestSuite::Run() 24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests() 24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x45c07a] testing::UnitTest::Run() 24: [0x443675] main 24: [0x7fffefc01d90] 24: [0x7fffefc01e40] __libc_start_main 24: [0x442fa5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (491 ms) 24: [----------] 2 tests from defaultdevicetype_DeathTest (959 ms total) 24: 24: [----------] 1 test from defaultdevicetype 24: [ RUN ] defaultdevicetype.stacktrace_normal 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x2c) [0x4462ac] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5] 24: 24: demangled test_f1: 24: [0x505113] Kokkos::Impl::save_stacktrace() 24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&) 24: [0x4462ac] Test::test_stacktrace(bool, bool) 24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x456ecf] testing::Test::Run() 24: [0x4595df] testing::TestInfo::Run() 24: [0x45ac07] testing::TestSuite::Run() 24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests() 24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x45c07a] testing::UnitTest::Run() 24: [0x443675] main 24: [0x7fffefc01d90] 24: [0x7fffefc01e40] __libc_start_main 24: [0x442fa5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x505113] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a3fc] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44b2f2] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x69a) [0x44691a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x496083] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x456ecf] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4595df] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ac07] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6f7) [0x46f677] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x49ae83] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xfa) [0x45c07a] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443675] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fffefc01d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fffefc01e40] 24: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x442fa5] 24: 24: demangled test_f3: 24: [0x505113] Kokkos::Impl::save_stacktrace() 24: [0x44a3fc] Test::stacktrace_test_f1(std::ostream&) 24: [0x44b2f2] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x44691a] Test::test_stacktrace(bool, bool) 24: [0x496083] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x456ecf] testing::Test::Run() 24: [0x4595df] testing::TestInfo::Run() 24: [0x45ac07] testing::TestSuite::Run() 24: [0x46f677] testing::internal::UnitTestImpl::RunAllTests() 24: [0x49ae83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x45c07a] testing::UnitTest::Run() 24: [0x443675] main 24: [0x7fffefc01d90] 24: [0x7fffefc01e40] __libc_start_main 24: [0x442fa5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 24: [----------] 1 test from defaultdevicetype (1 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 3 tests from 2 test suites ran. (960 ms total) 24: [ PASSED ] 3 tests. 24/56 Test #24: Kokkos_CoreUnitTest_StackTraceTest ......................... Passed 1.13 sec test 25 Start 25: Kokkos_IncrementalTest_OPENMP 25: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 25: Test timeout computed to be: 1500 25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 25: Detected: 6 cores per node. 25: Detected: 1 MPI_ranks per node. 25: Requested: 8 threads per process. 25: [==========] Running 28 tests from 1 test suite. 25: [----------] Global test environment set-up. 25: [----------] 28 tests from OPENMP 25: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 25: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 25: [ RUN ] OPENMP.IncrTest_01_execspace 25: Host Parallel Execution Space: 25: KOKKOS_ENABLE_OPENMP: yes 25: 25: OpenMP Runtime Configuration: 25: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 25: OpenMP 25: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 25: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 25: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 25: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 25: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 25: [ RUN ] OPENMP.IncrTest_02_AtomicSub 25: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 25: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 25: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 25: [ RUN ] OPENMP.IncrTest_03b_memspace_free 25: [ OK ] OPENMP.IncrTest_03b_memspace_free (127 ms) 25: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 25: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 25: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 25: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 25: [ RUN ] OPENMP.IncrTest_05_reduction 25: [ OK ] OPENMP.IncrTest_05_reduction (2 ms) 25: [ RUN ] OPENMP.IncrTest_06_mdrange2D 25: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 25: [ RUN ] OPENMP.IncrTest_06_mdrange3D 25: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 25: [ RUN ] OPENMP.IncrTest_06_mdrange4D 25: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 25: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 25: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 25: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 25: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 25: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 25: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 25: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 25: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 25: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 25: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 25: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 25: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 25: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 25: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (63 ms) 25: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 25: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms) 25: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 25: [ OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms) 25: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 25: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 25: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 25: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 25: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 25: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 25: [ RUN ] OPENMP.incr_14_MDrangeReduce 25: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 25: [ RUN ] OPENMP.IncrTest_16_parallelscan 25: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 25: [ RUN ] OPENMP.incr_17_atomicView 25: [ OK ] OPENMP.incr_17_atomicView (0 ms) 25: [----------] 28 tests from OPENMP (198 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 28 tests from 1 test suite ran. (198 ms total) 25: [ PASSED ] 28 tests. 25/56 Test #25: Kokkos_IncrementalTest_OPENMP .............................. Passed 0.37 sec test 26 Start 26: Kokkos_IncrementalTest_CUDA 26: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_IncrementalTest_CUDA 26: Test timeout computed to be: 1500 26: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 26: Detected: 6 cores per node. 26: Detected: 1 MPI_ranks per node. 26: Requested: 8 threads per process. 26: [==========] Running 28 tests from 1 test suite. 26: [----------] Global test environment set-up. 26: [----------] 28 tests from CUDA 26: [ RUN ] CUDA.IncrTest_01_execspace_typedef 26: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 26: [ RUN ] CUDA.IncrTest_01_execspace 26: Device Execution Space: 26: KOKKOS_ENABLE_CUDA: yes 26: Cuda Options: 26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_CUDA_UVM: no 26: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 26: 26: Cuda Runtime Configuration: 26: macro KOKKOS_ENABLE_CUDA : defined 26: macro CUDA_VERSION : 12020 = version 12.2 26: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected 26: Capability: 7.0 26: Total Global Memory: 31.73 GiB 26: Shared Memory per Block: 48 KiB 26: Can access system allocated memory: 0 26: via Address Translation Service: 0 26: Cuda 26: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 26: [ RUN ] CUDA.IncrTest_02_AtomicExchange 26: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 26: [ RUN ] CUDA.IncrTest_02_AtomicAdd 26: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 26: [ RUN ] CUDA.IncrTest_02_AtomicSub 26: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 26: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 26: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 26: [ RUN ] CUDA.IncrTest_03b_memspace_free 26: [ OK ] CUDA.IncrTest_03b_memspace_free (1892 ms) 26: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 26: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 26: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 26: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 26: [ RUN ] CUDA.IncrTest_05_reduction 26: [ OK ] CUDA.IncrTest_05_reduction (3 ms) 26: [ RUN ] CUDA.IncrTest_06_mdrange2D 26: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 26: [ RUN ] CUDA.IncrTest_06_mdrange3D 26: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 26: [ RUN ] CUDA.IncrTest_06_mdrange4D 26: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 26: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 26: [ OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms) 26: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 26: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 26: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 26: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 26: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 26: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 26: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms) 26: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (1 ms) 26: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (233 ms) 26: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 26: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 26: [ RUN ] CUDA.IncrTest_12b_TeamScratch 26: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 26: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 26: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 26: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 26: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 26: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 26: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 26: [ RUN ] CUDA.incr_14_MDrangeReduce 26: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 26: [ RUN ] CUDA.IncrTest_16_parallelscan 26: [ OK ] CUDA.IncrTest_16_parallelscan (5 ms) 26: [ RUN ] CUDA.incr_17_atomicView 26: [ OK ] CUDA.incr_17_atomicView (0 ms) 26: [----------] 28 tests from CUDA (2145 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 28 tests from 1 test suite ran. (2145 ms total) 26: [ PASSED ] 28 tests. 26/56 Test #26: Kokkos_IncrementalTest_CUDA ................................ Passed 2.32 sec test 27 Start 27: Kokkos_CoreUnitTest_CTestDevice 27: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 27: Test timeout computed to be: 1500 27: [==========] Running 8 tests from 2 test suites. 27: [----------] Global test environment set-up. 27: [----------] 5 tests from ctest_environment_DeathTest 27: [ RUN ] ctest_environment_DeathTest.invalid_rank 27: [ OK ] ctest_environment_DeathTest.invalid_rank (132 ms) 27: [ RUN ] ctest_environment_DeathTest.no_type_str 27: [ OK ] ctest_environment_DeathTest.no_type_str (136 ms) 27: [ RUN ] ctest_environment_DeathTest.missing_type 27: [ OK ] ctest_environment_DeathTest.missing_type (268 ms) 27: [ RUN ] ctest_environment_DeathTest.no_id_str 27: [ OK ] ctest_environment_DeathTest.no_id_str (242 ms) 27: [ RUN ] ctest_environment_DeathTest.invalid_id_str 27: [ OK ] ctest_environment_DeathTest.invalid_id_str (933 ms) 27: [----------] 5 tests from ctest_environment_DeathTest (1713 ms total) 27: 27: [----------] 3 tests from ctest_environment 27: [ RUN ] ctest_environment.no_device_type 27: [ OK ] ctest_environment.no_device_type (0 ms) 27: [ RUN ] ctest_environment.no_process_count 27: [ OK ] ctest_environment.no_process_count (0 ms) 27: [ RUN ] ctest_environment.good 27: [ OK ] ctest_environment.good (0 ms) 27: [----------] 3 tests from ctest_environment (0 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 8 tests from 2 test suites ran. (1713 ms total) 27: [ PASSED ] 8 tests. 27/56 Test #27: Kokkos_CoreUnitTest_CTestDevice ............................ Passed 1.77 sec test 28 Start 28: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 28: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 28: Test timeout computed to be: 1500 28/56 Test #28: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 .................. Passed 0.01 sec test 29 Start 29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail 29: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 29: Test timeout computed to be: 1500 29: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument 29/56 Test #29: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ...... Passed 0.01 sec test 30 Start 30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs 30: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1" 30: Test timeout computed to be: 1500 30/56 Test #30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs ..... Passed 0.01 sec test 31 Start 31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment 31: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility 31: Environment variables: 31: KOKKOS_TEST_TRIBITS_COMPATIBILITY=1 31: Test timeout computed to be: 1500 31/56 Test #31: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ... Passed 0.01 sec test 32 Start 32: Kokkos_ContainersUnitTest_OpenMP 32: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 32: Test timeout computed to be: 1500 32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 32: Detected: 6 cores per node. 32: Detected: 1 MPI_ranks per node. 32: Requested: 8 threads per process. 32: [==========] Running 73 tests from 2 test suites. 32: [----------] Global test environment set-up. 32: [----------] 2 tests from openmp_DeathTest 32: [ RUN ] openmp_DeathTest.dualview_external_view_construction 32: [ OK ] openmp_DeathTest.dualview_external_view_construction (704 ms) 32: [ RUN ] openmp_DeathTest.offsetview_unmanaged_construction 32: [ OK ] openmp_DeathTest.offsetview_unmanaged_construction (7542 ms) 32: [----------] 2 tests from openmp_DeathTest (8247 ms total) 32: 32: [----------] 71 tests from openmp 32: [ RUN ] openmp.bitset 32: [ OK ] openmp.bitset (458 ms) 32: [ RUN ] openmp.bitset_default_constructor_no_alloc 32: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 32: [ RUN ] openmp.dualview_combination 32: [ OK ] openmp.dualview_combination (0 ms) 32: [ RUN ] openmp.dualview_alloc 32: [ OK ] openmp.dualview_alloc (0 ms) 32: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 32: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 32: [ RUN ] openmp.dualview_combinations_without_init 32: [ OK ] openmp.dualview_combinations_without_init (0 ms) 32: [ RUN ] openmp.dualview_deep_copy 32: [ OK ] openmp.dualview_deep_copy (0 ms) 32: [ RUN ] openmp.dualview_sync_should_fence 32: [ OK ] openmp.dualview_sync_should_fence (0 ms) 32: [ RUN ] openmp.dualview_realloc 32: [ OK ] openmp.dualview_realloc (0 ms) 32: [ RUN ] openmp.dualview_resize 32: [ OK ] openmp.dualview_resize (0 ms) 32: [ RUN ] openmp.dualview_device_correct_kokkos_device 32: [ OK ] openmp.dualview_device_correct_kokkos_device (1 ms) 32: [ RUN ] openmp.dualview_host_correct_kokkos_device 32: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 32: [ RUN ] openmp.dualview_host_modify_template_device_sync 32: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 32: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 32: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 32: [ RUN ] openmp.dualview_device_modify_template_host_sync 32: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 32: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 32: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 32: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 32: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 32: [ RUN ] openmp.dualview_template_views_return_correct_views_from_const_dual_view 32: [ OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 32: [ RUN ] openmp.dualview_sequential_host_init 32: [ OK ] openmp.dualview_sequential_host_init (0 ms) 32: [ RUN ] openmp.dualview_default_constructed 32: [ OK ] openmp.dualview_default_constructed (0 ms) 32: [ RUN ] openmp.dualview_resize_single_device 32: [ OK ] openmp.dualview_resize_single_device (0 ms) 32: [ RUN ] openmp.dynamic_view 32: [ OK ] openmp.dynamic_view (7 ms) 32: [ RUN ] openmp.dyn_rank_view_api_generic 32: [ OK ] openmp.dyn_rank_view_api_generic (5 ms) 32: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 32: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 32: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 32: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 32: skipping since not default execution space 32: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 32: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 32: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 32: [ RUN ] openmp.dyn_rank_view_ctor_from_members 32: [ OK ] openmp.dyn_rank_view_ctor_from_members (0 ms) 32: [ RUN ] openmp.dyn_rank_view_ctor_from_layout_stride 32: [ OK ] openmp.dyn_rank_view_ctor_from_layout_stride (0 ms) 32: [ RUN ] openmp.dyn_rank_view_layout_member 32: [ OK ] openmp.dyn_rank_view_layout_member (0 ms) 32: [ RUN ] openmp.dyn_rank_view_team_scratch 32: [ OK ] openmp.dyn_rank_view_team_scratch (0 ms) 32: [ RUN ] openmp.view_customization_extra_int_arg 32: [ OK ] openmp.view_customization_extra_int_arg (0 ms) 32: [ RUN ] openmp.ErrorReporterViaLambda 32: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 32: [ RUN ] openmp.ErrorReporter 32: [ OK ] openmp.ErrorReporter (0 ms) 32: [ RUN ] openmp.offsetview_construction 32: [ OK ] openmp.offsetview_construction (10 ms) 32: [ RUN ] openmp.offsetview_unmanaged_construction 32: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 32: [ RUN ] openmp.offsetview_subview 32: [ OK ] openmp.offsetview_subview (2 ms) 32: [ RUN ] openmp.offsetview_offsets_rank1 32: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 32: [ RUN ] openmp.offsetview_offsets_rank2 32: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 32: [ RUN ] openmp.offsetview_offsets_rank3 32: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 32: [ RUN ] openmp.scatterview 32: [ OK ] openmp.scatterview (1532 ms) 32: [ RUN ] openmp.scatterview_devicetype 32: [ OK ] openmp.scatterview_devicetype (5 ms) 32: [ RUN ] openmp.resize_realloc_no_init_dualview 32: [ OK ] openmp.resize_realloc_no_init_dualview (1 ms) 32: [ RUN ] openmp.resize_realloc_no_alloc_dualview 32: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 32: [ RUN ] openmp.resize_exec_space_dualview 32: [ OK ] openmp.resize_exec_space_dualview (0 ms) 32: [ RUN ] openmp.realloc_exec_space_dualview 32: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 32: [ RUN ] openmp.resize_realloc_no_init_dynrankview 32: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 32: [ RUN ] openmp.resize_exec_space_dynrankview 32: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 32: [ RUN ] openmp.realloc_exec_space_dynrankview 32: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 32: [ RUN ] openmp.resize_realloc_no_init_scatterview 32: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 32: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 32: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 32: [ RUN ] openmp.resize_exec_space_scatterview 32: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 32: [ RUN ] openmp.realloc_exec_space_scatterview 32: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 32: [ RUN ] openmp.create_mirror_no_init_dynrankview 32: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 32: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 32: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 32: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 32: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 32: [ RUN ] openmp.create_mirror_no_init_offsetview 32: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 32: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 32: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 32: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 32: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 32: [ RUN ] openmp.create_mirror_no_init_dynamicview 32: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 32: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 32: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 32: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 32: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 32: [ RUN ] openmp.UnorderedMap_insert 32: [ OK ] openmp.UnorderedMap_insert (3438 ms) 32: [ RUN ] openmp.UnorderedMap_failed_insert 32: [ OK ] openmp.UnorderedMap_failed_insert (2965 ms) 32: [ RUN ] openmp.UnorderedMap_deep_copy 32: [ OK ] openmp.UnorderedMap_deep_copy (2 ms) 32: [ RUN ] openmp.UnorderedMap_valid_empty 32: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 32: [ RUN ] openmp.UnorderedMap_clear_zero_size 32: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 32: [ RUN ] openmp.UnorderedMap_consistent_size 32: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 32: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 32: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 32: [ RUN ] openmp.UnorderedMap_lambda_capturable 32: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 32: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 32: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 32: [ RUN ] openmp.UnorderedMap_View_as_value 32: [ OK ] openmp.UnorderedMap_View_as_value (0 ms) 32: [----------] 71 tests from openmp (8443 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 73 tests from 2 test suites ran. (16691 ms total) 32: [ PASSED ] 72 tests. 32: [ SKIPPED ] 1 test, listed below: 32: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 32/56 Test #32: Kokkos_ContainersUnitTest_OpenMP ........................... Passed 16.94 sec test 33 Start 33: Kokkos_ContainersUnitTest_Cuda 33: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 33: Test timeout computed to be: 1500 33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 33: Detected: 6 cores per node. 33: Detected: 1 MPI_ranks per node. 33: Requested: 8 threads per process. 33: [==========] Running 73 tests from 2 test suites. 33: [----------] Global test environment set-up. 33: [----------] 2 tests from cuda_DeathTest 33: [ RUN ] cuda_DeathTest.dualview_external_view_construction 33: /var/jenkins/workspace/Kokkos_PR-8324/containers/unit_tests/TestDualView.hpp:586: Skipped 33: test only relevant if DualView uses one allocation 33: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms) 33: [ RUN ] cuda_DeathTest.offsetview_unmanaged_construction 33: [ OK ] cuda_DeathTest.offsetview_unmanaged_construction (6620 ms) 33: [----------] 2 tests from cuda_DeathTest (6620 ms total) 33: 33: [----------] 71 tests from cuda 33: [ RUN ] cuda.bitset 33: [ OK ] cuda.bitset (13 ms) 33: [ RUN ] cuda.bitset_default_constructor_no_alloc 33: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 33: [ RUN ] cuda.dualview_combination 33: [ OK ] cuda.dualview_combination (2 ms) 33: [ RUN ] cuda.dualview_alloc 33: [ OK ] cuda.dualview_alloc (0 ms) 33: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 33: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 33: [ RUN ] cuda.dualview_combinations_without_init 33: [ OK ] cuda.dualview_combinations_without_init (0 ms) 33: [ RUN ] cuda.dualview_deep_copy 33: [ OK ] cuda.dualview_deep_copy (1 ms) 33: [ RUN ] cuda.dualview_sync_should_fence 33: [ OK ] cuda.dualview_sync_should_fence (0 ms) 33: [ RUN ] cuda.dualview_realloc 33: [ OK ] cuda.dualview_realloc (0 ms) 33: [ RUN ] cuda.dualview_resize 33: [ OK ] cuda.dualview_resize (0 ms) 33: [ RUN ] cuda.dualview_device_correct_kokkos_device 33: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 33: [ RUN ] cuda.dualview_host_correct_kokkos_device 33: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 33: [ RUN ] cuda.dualview_host_modify_template_device_sync 33: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 33: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 33: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 33: [ RUN ] cuda.dualview_device_modify_template_host_sync 33: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 33: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 33: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 33: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 33: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 33: [ RUN ] cuda.dualview_template_views_return_correct_views_from_const_dual_view 33: [ OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms) 33: [ RUN ] cuda.dualview_sequential_host_init 33: [ OK ] cuda.dualview_sequential_host_init (0 ms) 33: [ RUN ] cuda.dualview_default_constructed 33: [ OK ] cuda.dualview_default_constructed (0 ms) 33: [ RUN ] cuda.dualview_resize_single_device 33: [ OK ] cuda.dualview_resize_single_device (0 ms) 33: [ RUN ] cuda.dynamic_view 33: [ OK ] cuda.dynamic_view (50 ms) 33: [ RUN ] cuda.dyn_rank_view_api_generic 33: [ OK ] cuda.dyn_rank_view_api_generic (12 ms) 33: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 33: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 33: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 33: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms) 33: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 33: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) 33: [ RUN ] cuda.dyn_rank_view_ctor_from_members 33: [ OK ] cuda.dyn_rank_view_ctor_from_members (0 ms) 33: [ RUN ] cuda.dyn_rank_view_ctor_from_layout_stride 33: [ OK ] cuda.dyn_rank_view_ctor_from_layout_stride (0 ms) 33: [ RUN ] cuda.dyn_rank_view_layout_member 33: [ OK ] cuda.dyn_rank_view_layout_member (0 ms) 33: [ RUN ] cuda.dyn_rank_view_team_scratch 33: [ OK ] cuda.dyn_rank_view_team_scratch (0 ms) 33: [ RUN ] cuda.view_customization_extra_int_arg 33: [ OK ] cuda.view_customization_extra_int_arg (0 ms) 33: [ RUN ] cuda.ErrorReporterViaLambda 33: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 33: [ RUN ] cuda.ErrorReporter 33: [ OK ] cuda.ErrorReporter (0 ms) 33: [ RUN ] cuda.offsetview_construction 33: [ OK ] cuda.offsetview_construction (2 ms) 33: [ RUN ] cuda.offsetview_unmanaged_construction 33: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 33: [ RUN ] cuda.offsetview_subview 33: [ OK ] cuda.offsetview_subview (0 ms) 33: [ RUN ] cuda.offsetview_offsets_rank1 33: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 33: [ RUN ] cuda.offsetview_offsets_rank2 33: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 33: [ RUN ] cuda.offsetview_offsets_rank3 33: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 33: [ RUN ] cuda.scatterview 33: [ OK ] cuda.scatterview (11470 ms) 33: [ RUN ] cuda.scatterview_devicetype 33: [ OK ] cuda.scatterview_devicetype (26 ms) 33: [ RUN ] cuda.resize_realloc_no_init_dualview 33: [ OK ] cuda.resize_realloc_no_init_dualview (1 ms) 33: [ RUN ] cuda.resize_realloc_no_alloc_dualview 33: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 33: [ RUN ] cuda.resize_exec_space_dualview 33: [ OK ] cuda.resize_exec_space_dualview (0 ms) 33: [ RUN ] cuda.realloc_exec_space_dualview 33: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 33: [ RUN ] cuda.resize_realloc_no_init_dynrankview 33: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 33: [ RUN ] cuda.resize_exec_space_dynrankview 33: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 33: [ RUN ] cuda.realloc_exec_space_dynrankview 33: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 33: [ RUN ] cuda.resize_realloc_no_init_scatterview 33: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 33: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 33: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 33: [ RUN ] cuda.resize_exec_space_scatterview 33: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 33: [ RUN ] cuda.realloc_exec_space_scatterview 33: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 33: [ RUN ] cuda.create_mirror_no_init_dynrankview 33: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 33: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 33: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 33: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 33: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 33: [ RUN ] cuda.create_mirror_no_init_offsetview 33: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 33: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 33: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 33: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 33: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 33: [ RUN ] cuda.create_mirror_no_init_dynamicview 33: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 33: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 33: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 33: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 33: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 33: [ RUN ] cuda.UnorderedMap_insert 33: [ OK ] cuda.UnorderedMap_insert (6399 ms) 33: [ RUN ] cuda.UnorderedMap_failed_insert 33: [ OK ] cuda.UnorderedMap_failed_insert (1793 ms) 33: [ RUN ] cuda.UnorderedMap_deep_copy 33: [ OK ] cuda.UnorderedMap_deep_copy (7 ms) 33: [ RUN ] cuda.UnorderedMap_valid_empty 33: [ OK ] cuda.UnorderedMap_valid_empty (0 ms) 33: [ RUN ] cuda.UnorderedMap_clear_zero_size 33: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 33: [ RUN ] cuda.UnorderedMap_consistent_size 33: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 33: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 33: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 33: [ RUN ] cuda.UnorderedMap_lambda_capturable 33: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 33: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 33: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 33: [ RUN ] cuda.UnorderedMap_View_as_value 33: [ OK ] cuda.UnorderedMap_View_as_value (4 ms) 33: [----------] 71 tests from cuda (19808 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 73 tests from 2 test suites ran. (26428 ms total) 33: [ PASSED ] 72 tests. 33: [ SKIPPED ] 1 test, listed below: 33: [ SKIPPED ] cuda_DeathTest.dualview_external_view_construction 33/56 Test #33: Kokkos_ContainersUnitTest_Cuda ............................. Passed 26.70 sec test 34 Start 34: Kokkos_ContainersPerformanceTest_OpenMP 34: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 34: Test timeout computed to be: 1500 34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 34: Detected: 6 cores per node. 34: Detected: 1 MPI_ranks per node. 34: Requested: 8 threads per process. 34: [==========] Running 5 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 5 tests from TEST_CATEGORY 34: [ RUN ] TEST_CATEGORY.dynrankview_perf 34: OpenMP 34: DynRankView vs View: Initialization Only 34: View time (init only): 0.0087017 34: View sum computation time: 0.0087017 34: Strided View time (init only): 0.0104925 34: View Rank7 time (init only): 0.0112087 34: DynRankView time (init only): 0.0111876 34: DynRankView sum computation time: 0.0192018 34: Ratio of View to DynRankView time: 0.777798 34: Ratio of View to DynRankView sum computation time: 0.763086 34: Ratio of View to View Rank7 time: 0.776337 34: Ratio of StrideView to DynRankView time: 0.937863 34: Ratio of DynRankView to View Rank7 time: 0.998122 34: [ OK ] TEST_CATEGORY.dynrankview_perf (111 ms) 34: [ RUN ] TEST_CATEGORY.global_2_local 34: OpenMP 34: size, create, generate, fill, find 34: 256, 0.000133782, 6.024e-06, 4.1057e-05, 0.000750254 34: 512, 0.000152558, 9.116e-06, 4.2006e-05, 0.000904205 34: 1024, 6.261e-05, 7.854e-06, 6.8772e-05, 0.000908718 34: 2048, 7.2571e-05, 7.647e-06, 0.000116002, 0.00111647 34: 4096, 0.0001783, 7.965e-06, 0.000193691, 0.00147528 34: 8192, 0.000250058, 9.621e-06, 0.000363695, 0.00239217 34: 16384, 0.000286175, 1.0883e-05, 0.000688929, 0.00768636 34: 32768, 0.000211741, 8.846e-06, 0.00133992, 0.015887 34: 65536, 0.000314172, 1.3625e-05, 0.00263461, 0.0376012 34: 131072, 0.00088084, 2.7537e-05, 0.00541671, 0.0918584 34: 262144, 0.00151084, 5.0469e-05, 0.0111797, 0.231568 34: 524288, 0.00292821, 9.4079e-05, 0.0220984, 0.448186 34: 1048576, 0.00316149, 0.000226809, 0.0504704, 1.25389 34: 2097152, 0.00797085, 0.000465562, 0.115912, 3.33303 34: 4194304, 0.0159156, 0.00173778, 0.251184, 7.95239 34: [ OK ] TEST_CATEGORY.global_2_local (13880 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 34: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 34: skipping test 34: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 34: [ RUN ] TEST_CATEGORY.scatter_view 34: ScatterView data-duplicated test: 34: num_threads 8 34: hand-coded test took 0.107052 seconds 34: test took 0.108247 seconds 34: num_threads 8 34: hand-coded test took 0.106728 seconds 34: test took 0.107853 seconds 34: num_threads 8 34: hand-coded test took 0.106758 seconds 34: test took 0.107883 seconds 34: num_threads 8 34: hand-coded test took 0.106719 seconds 34: test took 0.108148 seconds 34: num_threads 8 34: hand-coded test took 0.106664 seconds 34: test took 0.108316 seconds 34: [ OK ] TEST_CATEGORY.scatter_view (1155 ms) 34: [----------] 5 tests from TEST_CATEGORY (15146 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 5 tests from 1 test suite ran. (15146 ms total) 34: [ PASSED ] 5 tests. 34/56 Test #34: Kokkos_ContainersPerformanceTest_OpenMP .................... Passed 15.32 sec test 35 Start 35: Kokkos_ContainersPerformanceTest_Cuda 35: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 35: Test timeout computed to be: 1500 35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 35: Detected: 6 cores per node. 35: Detected: 1 MPI_ranks per node. 35: Requested: 8 threads per process. 35: [==========] Running 4 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 4 tests from TEST_CATEGORY 35: [ RUN ] TEST_CATEGORY.dynrankview_perf 35: Cuda 35: DynRankView vs View: Initialization Only 35: View time (init only): 0.00295765 35: View sum computation time: 0.00295765 35: Strided View time (init only): 0.00110932 35: View Rank7 time (init only): 0.0011644 35: DynRankView time (init only): 0.00112766 35: DynRankView sum computation time: 0.00183955 35: Ratio of View to DynRankView time: 2.62281 35: Ratio of View to DynRankView sum computation time: 1.01461 35: Ratio of View to View Rank7 time: 2.54006 35: Ratio of StrideView to DynRankView time: 0.983729 35: Ratio of DynRankView to View Rank7 time: 0.96845 35: [ OK ] TEST_CATEGORY.dynrankview_perf (14 ms) 35: [ RUN ] TEST_CATEGORY.global_2_local 35: Cuda 35: size, create, generate, fill, find 35: 256, 0.000208076, 4.9937e-05, 0.00251241, 0.00174977 35: 512, 0.00014586, 1.013e-05, 1.8751e-05, 0.00168052 35: 1024, 0.000139671, 9.128e-06, 1.9366e-05, 0.00170554 35: 2048, 0.00013613, 8.88e-06, 1.7945e-05, 0.00174017 35: 4096, 0.000148325, 9.338e-06, 1.9234e-05, 0.00175686 35: 8192, 0.000139536, 9.224e-06, 2.3336e-05, 0.00175493 35: 16384, 0.000157088, 9.811e-06, 2.3606e-05, 0.00182092 35: 32768, 0.000403096, 9.956e-06, 2.8039e-05, 0.00195895 35: 65536, 0.000254261, 1.066e-05, 3.7085e-05, 0.002232 35: 131072, 0.000324054, 1.09e-05, 5.3433e-05, 0.00259941 35: 262144, 0.000485089, 1.3029e-05, 0.000158111, 0.00489909 35: 524288, 0.000492997, 1.5435e-05, 0.000538908, 0.0170575 35: 1048576, 0.000596915, 2.1217e-05, 0.00138011, 0.0455386 35: 2097152, 0.000663607, 3.2948e-05, 0.00303834, 0.108831 35: 4194304, 0.000894502, 5.5237e-05, 0.00680575, 0.237614 35: [ OK ] TEST_CATEGORY.global_2_local (456 ms) 35: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 35: skipping test 35: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 35: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 35: skipping test 35: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 35: [----------] 4 tests from TEST_CATEGORY (470 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 4 tests from 1 test suite ran. (470 ms total) 35: [ PASSED ] 4 tests. 35/56 Test #35: Kokkos_ContainersPerformanceTest_Cuda ...................... Passed 0.70 sec test 36 Start 36: Kokkos_UnitTest_Sort 36: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 36: Test timeout computed to be: 1500 36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 36: Detected: 6 cores per node. 36: Detected: 1 MPI_ranks per node. 36: Requested: 8 threads per process. 36: [==========] Running 17 tests from 2 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from cuda_DeathTest 36: [ RUN ] cuda_DeathTest.SortByKeyKeysLargerThanValues 36: [ OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (934 ms) 36: [----------] 1 test from cuda_DeathTest (934 ms total) 36: 36: [----------] 16 tests from cuda 36: [ RUN ] cuda.SortUnsignedValueType 36: [ OK ] cuda.SortUnsignedValueType (17 ms) 36: [ RUN ] cuda.SortEmptyView 36: [ OK ] cuda.SortEmptyView (0 ms) 36: [ RUN ] cuda.SortByKeyEmptyView 36: [ OK ] cuda.SortByKeyEmptyView (0 ms) 36: [ RUN ] cuda.SortByKeyEmptyViewHost 36: [ OK ] cuda.SortByKeyEmptyViewHost (0 ms) 36: [ RUN ] cuda.SortByKey 36: [ OK ] cuda.SortByKey (2 ms) 36: [ RUN ] cuda.SortByKeyWithComparator 36: [ OK ] cuda.SortByKeyWithComparator (0 ms) 36: [ RUN ] cuda.SortByKeyStaticExtents 36: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 36: [ RUN ] cuda.SortByKeyWithStrides 36: [ OK ] cuda.SortByKeyWithStrides (0 ms) 36: [ RUN ] cuda.SortWithCustomComparator 36: [ OK ] cuda.SortWithCustomComparator (129 ms) 36: [ RUN ] cuda.BinSortGenericTests 36: [ OK ] cuda.BinSortGenericTests (17 ms) 36: [ RUN ] cuda.BinSortEmptyView 36: [ OK ] cuda.BinSortEmptyView (0 ms) 36: [ RUN ] cuda.BinSortEmptyKeysView 36: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 36: [ RUN ] cuda.BinSort_issue_7221 36: [ OK ] cuda.BinSort_issue_7221 (0 ms) 36: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 36: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (11220 ms) 36: [ RUN ] cuda.NestedSort 36: [ OK ] cuda.NestedSort (29 ms) 36: [ RUN ] cuda.NestedSortByKey 36: [ OK ] cuda.NestedSortByKey (92 ms) 36: [----------] 16 tests from cuda (11510 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 17 tests from 2 test suites ran. (12445 ms total) 36: [ PASSED ] 17 tests. 36/56 Test #36: Kokkos_UnitTest_Sort ....................................... Passed 12.64 sec test 37 Start 37: Kokkos_UnitTest_Random 37: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_UnitTest_Random 37: Test timeout computed to be: 1500 37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 37: Detected: 6 cores per node. 37: Detected: 1 MPI_ranks per node. 37: Requested: 8 threads per process. 37: [==========] Running 3 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 3 tests from cuda 37: [ RUN ] cuda.Random_XorShift64 37: Test Seed:1758649021723457984 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.0063308 -0.0128557 || 0.051031 28060 29328 || 28494 28674.4 || -177.717 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.0110541 -0.00603753 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.45775e-07 0.00917423 0.0358664 || 0.051031 28080 29343 || 28413.7 28674.4 || 495.818 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.5082e-07 -0.00727695 0.00171979 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.016181 0.0105131 || 0.051031 28009 29426 || 28217.8 28674.4 || 145.333 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 0.000494719 0.00389065 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.021331 0.0104645 || 0.051031 28030 29351 || 29299.4 28674.4 || 144.661 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.0184819 0.00265838 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.000244617 -0.99999 -48247.2 || 0.051031 0 194762 || 2.92877e+09 28674.4 || -6.66969e+08 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 0.000732769 -0.318129 0.167258 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.0019562 -0.999999 -57856.9 || 0.051031 0 1.55194e+06 || 2.86909e+10 28674.4 || -7.99814e+08 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 0.0058785 -0.967843 10.2415 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.71e-07 -0.00999509 0.0107411 || 0.051031 28002 29327 || 28963.9 28674.4 || 148.485 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 7.26496e-07 0.0136112 0.00542864 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.00264668 -0.00832039 || 0.051031 27968 29420 || 28750.5 28674.4 || -115.021 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00792098 -0.00404043 || 0.051031 1e+64 -1e+64 37: Test Seed:1758649021831600960 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.00549659 0.00246074 || 0.051031 28073 29463 || 28517.6 28674.4 || 34.0173 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00462667 0.00808312 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.0067558 -0.00798778 || 0.051031 28043 29353 || 28869.4 28674.4 || -110.423 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.0133591 0.0141317 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 -0.0127141 -0.0179817 || 0.051031 27959 29303 || 29043.7 28674.4 || -248.579 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00637626 -0.000384487 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.00955667 0.00298904 || 0.051031 27981 29303 || 28403 28674.4 || 41.3205 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.00927368 -0.00164818 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.000244639 -0.99999 -48243.2 || 0.051031 0 194955 || 2.92854e+09 28674.4 || -6.66914e+08 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 0.000732807 -0.30614 0.137364 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.0019566 -0.999999 -57856.8 || 0.051031 0 1.55136e+06 || 2.86884e+10 28674.4 || -7.99812e+08 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 0.00587997 -0.967908 10.2841 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.71e-07 -0.0151705 -0.0181264 || 0.051031 28050 29357 || 29116.1 28674.4 || -250.579 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 7.26496e-07 -0.00801971 0.00170334 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 6.43252e-07 0.0277773 -0.011394 || 0.051031 28035 29368 || 27899.4 28674.4 || -157.511 -2.0744 37: -- Testing 3-D histogram 37: Density 3D: 6.43252e-07 -0.0174033 -0.00229506 || 0.051031 1e+64 -1e+64 37: [ OK ] cuda.Random_XorShift64 (211 ms) 37: [ RUN ] cuda.Random_XorShift1024_0 37: Test Seed:1758649021934486671 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0269498 0.00022627 || 0.051031 10991 11766 || 11078.4 11377 || 3.12795 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 0.0274352 0.000479093 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.00296377 -0.00729349 || 0.051031 10982 11798 || 11410.8 11377 || -100.825 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 0.00384632 0.00179282 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0110612 -0.00114886 || 0.051031 10953 11768 || 11252.5 11377 || -15.8819 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.0251203 -0.0048814 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.00337607 0.00590505 || 0.051031 11007 11811 || 11338.7 11377 || 81.6314 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.000687959 -0.00280594 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.000244874 -0.999975 -7594.6 || 0.051031 0 77717 || 4.61008e+08 11377 || -1.04988e+08 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 0.000734277 -0.154343 0.0251203 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.00195825 -0.999997 -9107.91 || 0.051031 0 616357 || 4.51699e+09 11377 || -1.25908e+08 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 0.00588629 -0.923982 1.65213 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.73387e-07 0.0197689 0.00231076 || 0.051031 11001 11747 || 11156.4 11377 || 31.9439 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 3.24249e-07 -0.00512246 -0.000507133 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0022536 0.00544653 || 0.051031 10955 11776 || 11351.4 11377 || 75.2928 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.0166685 -0.00285581 || 0.051031 1e+64 -1e+64 37: Test Seed:1758649022020207993 37: Test Scalar=int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0131852 -0.00291776 || 0.051031 10951 11761 || 11228.9 11377 || -40.3351 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 0.0209659 0.00201501 || 0.051031 1e+64 -1e+64 37: Test Scalar=unsigned int 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0154324 0.0150429 || 0.051031 10969 11863 || 11204.1 11377 || 207.953 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.0173235 0.00230776 || 0.051031 1e+64 -1e+64 37: Test Scalar=int64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.00723213 0.0110525 || 0.051031 10933 11838 || 11459.8 11377 || 152.789 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 -0.00146789 -0.00123645 || 0.051031 1e+64 -1e+64 37: Test Scalar=uint64_t 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 0.0254306 0.000266716 || 0.051031 10994 11824 || 11094.8 11377 || 3.68708 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 0.0124867 -0.001339 || 0.051031 1e+64 -1e+64 37: Test Scalar=half 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.000243958 -0.999975 -7595.34 || 0.051031 0 77729 || 4.61147e+08 11377 || -1.04998e+08 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 0.000731507 -0.159789 0.0298783 || 0.051031 1e+64 -1e+64 37: Test Scalar=bhalf 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 0.00195441 -0.999997 -9108.24 || 0.051031 0 616639 || 4.51637e+09 11377 || -1.25912e+08 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 0.00587538 -0.923193 1.62235 || 0.051031 1e+64 -1e+64 37: Test Scalar=float 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.86102e-07 -0.000378973 0.00180626 || 0.051031 10939 11859 || 11381.3 11377 || 24.9698 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 3.62396e-07 0.0020505 -0.00240556 || 0.051031 1e+64 -1e+64 37: Test Scalar=double 37: -- Testing randomness properties 37: -- Testing 1-D histogram 37: Density 1D: 2.47955e-07 -0.021583 0.00129174 || 0.051031 10947 11784 || 11627.9 11377 || 17.857 -0.823045 37: -- Testing 3-D histogram 37: Density 3D: 2.47955e-07 0.0131234 -0.00608841 || 0.051031 1e+64 -1e+64 37: [ OK ] cuda.Random_XorShift1024_0 (197 ms) 37: [ RUN ] cuda.Multi_streams 37: [ OK ] cuda.Multi_streams (344 ms) 37: [----------] 3 tests from cuda (752 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 3 tests from 1 test suite ran. (752 ms total) 37: [ PASSED ] 3 tests. 37/56 Test #37: Kokkos_UnitTest_Random ..................................... Passed 0.99 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_A 38: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 38: Test timeout computed to be: 1500 38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 38: Detected: 6 cores per node. 38: Detected: 1 MPI_ranks per node. 38: Requested: 8 threads per process. 38: [==========] Running 16 tests from 4 test suites. 38: [----------] Global test environment set-up. 38: [----------] 1 test from std_algorithms_DeathTest 38: [ RUN ] std_algorithms_DeathTest.expect_no_overlap 38: [ OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms) 38: [----------] 1 test from std_algorithms_DeathTest (0 ms total) 38: 38: [----------] 3 tests from std_algorithms_reducers 38: [ RUN ] std_algorithms_reducers.max_first_loc 38: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 38: [ RUN ] std_algorithms_reducers.min_first_loc 38: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 38: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 38: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 38: [----------] 3 tests from std_algorithms_reducers (0 ms total) 38: 38: [----------] 1 test from std_algorithms 38: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 38: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 38: [----------] 1 test from std_algorithms (0 ms total) 38: 38: [----------] 11 tests from random_access_iterator_test 38: [ RUN ] random_access_iterator_test.constructor 38: [ OK ] random_access_iterator_test.constructor (0 ms) 38: [ RUN ] random_access_iterator_test.constructiblity 38: [ OK ] random_access_iterator_test.constructiblity (0 ms) 38: [ RUN ] random_access_iterator_test.dereference 38: [ OK ] random_access_iterator_test.dereference (0 ms) 38: [ RUN ] random_access_iterator_test.subscript_operator 38: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet1 38: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet2 38: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet3 38: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 38: [ RUN ] random_access_iterator_test.operatorsSet4 38: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 38: [ RUN ] random_access_iterator_test.assignment_operator 38: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 38: [ RUN ] random_access_iterator_test.distance 38: [ OK ] random_access_iterator_test.distance (0 ms) 38: [ RUN ] random_access_iterator_test.traits_helpers 38: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 38: [----------] 11 tests from random_access_iterator_test (2 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 16 tests from 4 test suites ran. (3 ms total) 38: [ PASSED ] 16 tests. 38/56 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_A ......................... Passed 0.17 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_B 39: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 39: Test timeout computed to be: 1500 39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 39: Detected: 6 cores per node. 39: Detected: 1 MPI_ranks per node. 39: Requested: 8 threads per process. 39: [==========] Running 7 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 7 tests from std_algorithms_min_max_element_test 39: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 39: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 39: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 39: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 39: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 39: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (5 ms) 39: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 39: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 39: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 39: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 39: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 39: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms) 39: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 39: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (6 ms) 39: [----------] 7 tests from std_algorithms_min_max_element_test (25 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 7 tests from 1 test suite ran. (25 ms total) 39: [ PASSED ] 7 tests. 39/56 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_B ......................... Passed 0.19 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_C 40: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 40: Test timeout computed to be: 1500 40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 40: Detected: 6 cores per node. 40: Detected: 1 MPI_ranks per node. 40: Requested: 8 threads per process. 40: [==========] Running 13 tests from 10 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_lexicographical_compare_test 40: [ RUN ] std_algorithms_lexicographical_compare_test.test 40: [ OK ] std_algorithms_lexicographical_compare_test.test (20 ms) 40: [----------] 1 test from std_algorithms_lexicographical_compare_test (20 ms total) 40: 40: [----------] 1 test from std_algorithms_for_each_test 40: [ RUN ] std_algorithms_for_each_test.test 40: [ OK ] std_algorithms_for_each_test.test (65 ms) 40: [----------] 1 test from std_algorithms_for_each_test (65 ms total) 40: 40: [----------] 1 test from std_algorithms_find_test 40: [ RUN ] std_algorithms_find_test.test 40: [ OK ] std_algorithms_find_test.test (42 ms) 40: [----------] 1 test from std_algorithms_find_test (42 ms total) 40: 40: [----------] 4 tests from std_algorithms_non_mod_seq_ops 40: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 40: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (444 ms) 40: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 40: [ OK ] std_algorithms_non_mod_seq_ops.find_end (532 ms) 40: [ RUN ] std_algorithms_non_mod_seq_ops.search 40: [ OK ] std_algorithms_non_mod_seq_ops.search (504 ms) 40: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 40: [ OK ] std_algorithms_non_mod_seq_ops.search_n (361 ms) 40: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1844 ms total) 40: 40: [----------] 1 test from std_algorithms_count_test 40: [ RUN ] std_algorithms_count_test.test 40: [ OK ] std_algorithms_count_test.test (36 ms) 40: [----------] 1 test from std_algorithms_count_test (36 ms total) 40: 40: [----------] 1 test from std_algorithms_equal_test 40: [ RUN ] std_algorithms_equal_test.test 40: [ OK ] std_algorithms_equal_test.test (12 ms) 40: [----------] 1 test from std_algorithms_equal_test (12 ms total) 40: 40: [----------] 1 test from std_algorithms_all_any_none_of_test 40: [ RUN ] std_algorithms_all_any_none_of_test.test 40: [ OK ] std_algorithms_all_any_none_of_test.test (42 ms) 40: [----------] 1 test from std_algorithms_all_any_none_of_test (42 ms total) 40: 40: [----------] 1 test from std_algorithms_nonmod_seq_ops 40: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 40: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (87 ms) 40: [----------] 1 test from std_algorithms_nonmod_seq_ops (87 ms total) 40: 40: [----------] 1 test from std_algorithms_mismatch_test 40: [ RUN ] std_algorithms_mismatch_test.test 40: [ OK ] std_algorithms_mismatch_test.test (127 ms) 40: [----------] 1 test from std_algorithms_mismatch_test (127 ms total) 40: 40: [----------] 1 test from std_algorithms_mod_seq_ops 40: [ RUN ] std_algorithms_mod_seq_ops.move_backward 40: [ OK ] std_algorithms_mod_seq_ops.move_backward (86 ms) 40: [----------] 1 test from std_algorithms_mod_seq_ops (86 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 13 tests from 10 test suites ran. (2367 ms total) 40: [ PASSED ] 13 tests. 40/56 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_C ......................... Passed 2.55 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_D 41: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 41: Test timeout computed to be: 1500 41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 41: Detected: 6 cores per node. 41: Detected: 1 MPI_ranks per node. 41: Requested: 8 threads per process. 41: [==========] Running 31 tests from 5 test suites. 41: [----------] Global test environment set-up. 41: [----------] 3 tests from std_algorithms_mod_ops_test 41: [ RUN ] std_algorithms_mod_ops_test.move 41: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 41: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 41: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 41: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 41: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 41: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 41: 41: [----------] 12 tests from std_algorithms_mod_seq_ops_test 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy 41: [ OK ] std_algorithms_mod_seq_ops_test.copy (1 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 41: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 41: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 41: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 41: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.fill 41: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 41: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 41: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 41: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.generate 41: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 41: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 41: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 41: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 41: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total) 41: 41: [----------] 4 tests from std_algorithms_replace_ops_test 41: [ RUN ] std_algorithms_replace_ops_test.replace 41: [ OK ] std_algorithms_replace_ops_test.replace (51 ms) 41: [ RUN ] std_algorithms_replace_ops_test.replace_if 41: [ OK ] std_algorithms_replace_ops_test.replace_if (107 ms) 41: [ RUN ] std_algorithms_replace_ops_test.replace_copy 41: [ OK ] std_algorithms_replace_ops_test.replace_copy (89 ms) 41: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 41: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (96 ms) 41: [----------] 4 tests from std_algorithms_replace_ops_test (344 ms total) 41: 41: [----------] 11 tests from std_algorithms_mod_seq_ops 41: [ RUN ] std_algorithms_mod_seq_ops.copy_if 41: [ OK ] std_algorithms_mod_seq_ops.copy_if (51 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.unique 41: [ OK ] std_algorithms_mod_seq_ops.unique (116 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 41: [ OK ] std_algorithms_mod_seq_ops.unique_copy (47 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove 41: [ OK ] std_algorithms_mod_seq_ops.remove (43 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove_if 41: [ OK ] std_algorithms_mod_seq_ops.remove_if (48 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 41: [ OK ] std_algorithms_mod_seq_ops.remove_copy (187 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 41: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (53 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.rotate 41: [ OK ] std_algorithms_mod_seq_ops.rotate (1725 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 41: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (513 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.shift_left 41: [ OK ] std_algorithms_mod_seq_ops.shift_left (1852 ms) 41: [ RUN ] std_algorithms_mod_seq_ops.shift_right 41: [ OK ] std_algorithms_mod_seq_ops.shift_right (1812 ms) 41: [----------] 11 tests from std_algorithms_mod_seq_ops (6451 ms total) 41: 41: [----------] 1 test from std_algorithms_modseq_test 41: [ RUN ] std_algorithms_modseq_test.reverse 41: [ OK ] std_algorithms_modseq_test.reverse (91 ms) 41: [----------] 1 test from std_algorithms_modseq_test (91 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 31 tests from 5 test suites ran. (6892 ms total) 41: [ PASSED ] 31 tests. 41/56 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_D ......................... Passed 7.08 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_E 42: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 42: Test timeout computed to be: 1500 42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 42: Detected: 6 cores per node. 42: Detected: 1 MPI_ranks per node. 42: Requested: 8 threads per process. 42: [==========] Running 29 tests from 7 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_sorting_ops_test 42: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 42: [ OK ] std_algorithms_sorting_ops_test.is_sorted (10 ms) 42: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 42: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (18 ms) 42: [----------] 2 tests from std_algorithms_sorting_ops_test (28 ms total) 42: 42: [----------] 4 tests from std_algorithms_partitioning_test 42: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 42: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 42: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 42: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 42: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 42: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 42: [ RUN ] std_algorithms_partitioning_test.partition_point 42: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 42: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 42: 42: [----------] 1 test from std_algorithms_partitioning_ops 42: [ RUN ] std_algorithms_partitioning_ops.partition_copy 42: [ OK ] std_algorithms_partitioning_ops.partition_copy (21 ms) 42: [----------] 1 test from std_algorithms_partitioning_ops (21 ms total) 42: 42: [----------] 12 tests from std_algorithms_numerics_test 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (3 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 42: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 42: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 42: [----------] 12 tests from std_algorithms_numerics_test (11 ms total) 42: 42: [----------] 1 test from std_algorithms_numerics_ops_test 42: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 42: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (157 ms) 42: [----------] 1 test from std_algorithms_numerics_ops_test (157 ms total) 42: 42: [----------] 8 tests from std_algorithms_numeric_ops_test 42: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 42: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (670 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 42: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (601 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 42: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (137 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 42: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (238 ms) 42: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 42: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 42: [----------] 8 tests from std_algorithms_numeric_ops_test (1647 ms total) 42: 42: [----------] 1 test from std_algorithms_transform_ops_test 42: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 42: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (55 ms) 42: [----------] 1 test from std_algorithms_transform_ops_test (55 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 29 tests from 7 test suites ran. (1924 ms total) 42: [ PASSED ] 29 tests. 42/56 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_E ......................... Passed 2.15 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 43: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 43: Test timeout computed to be: 1500 43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 43: Detected: 6 cores per node. 43: Detected: 1 MPI_ranks per node. 43: Requested: 8 threads per process. 43: [==========] Running 12 tests from 7 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_adjacent_find_team_test 43: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 43: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (632 ms) 43: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 43: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (618 ms) 43: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1251 ms total) 43: 43: [----------] 2 tests from std_algorithms_count_team_test 43: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 43: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (305 ms) 43: [ RUN ] std_algorithms_count_team_test.count_returns_zero 43: [ OK ] std_algorithms_count_team_test.count_returns_zero (262 ms) 43: [----------] 2 tests from std_algorithms_count_team_test (568 ms total) 43: 43: [----------] 1 test from std_algorithms_count_if_team_test 43: [ RUN ] std_algorithms_count_if_team_test.test 43: [ OK ] std_algorithms_count_if_team_test.test (344 ms) 43: [----------] 1 test from std_algorithms_count_if_team_test (344 ms total) 43: 43: [----------] 1 test from std_algorithms_for_each_team_test 43: [ RUN ] std_algorithms_for_each_team_test.test 43: [ OK ] std_algorithms_for_each_team_test.test (481 ms) 43: [----------] 1 test from std_algorithms_for_each_team_test (481 ms total) 43: 43: [----------] 1 test from std_algorithms_for_each_n_team_test 43: [ RUN ] std_algorithms_for_each_n_team_test.test 43: [ OK ] std_algorithms_for_each_n_team_test.test (581 ms) 43: [----------] 1 test from std_algorithms_for_each_n_team_test (581 ms total) 43: 43: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 43: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 43: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (806 ms) 43: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 43: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (693 ms) 43: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 43: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (674 ms) 43: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2174 ms total) 43: 43: [----------] 2 tests from std_algorithms_mismatch_team_test 43: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 43: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (801 ms) 43: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 43: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (897 ms) 43: [----------] 2 tests from std_algorithms_mismatch_team_test (1699 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 12 tests from 7 test suites ran. (7101 ms total) 43: [ PASSED ] 12 tests. 43/56 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .................... Passed 7.28 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 44: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 44: Test timeout computed to be: 1500 44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 44: Detected: 6 cores per node. 44: Detected: 1 MPI_ranks per node. 44: Requested: 8 threads per process. 44: [==========] Running 8 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_equal_team_test 44: [ RUN ] std_algorithms_equal_team_test.views_are_equal 44: [ OK ] std_algorithms_equal_team_test.views_are_equal (1175 ms) 44: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 44: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1301 ms) 44: [----------] 2 tests from std_algorithms_equal_team_test (2476 ms total) 44: 44: [----------] 2 tests from std_algorithms_search_team_test 44: [ RUN ] std_algorithms_search_team_test.sequences_exist 44: [ OK ] std_algorithms_search_team_test.sequences_exist (586 ms) 44: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 44: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (639 ms) 44: [----------] 2 tests from std_algorithms_search_team_test (1225 ms total) 44: 44: [----------] 2 tests from std_algorithms_find_end_team_test 44: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 44: [ OK ] std_algorithms_find_end_team_test.sequences_exist (744 ms) 44: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 44: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (750 ms) 44: [----------] 2 tests from std_algorithms_find_end_team_test (1495 ms total) 44: 44: [----------] 2 tests from std_algorithms_find_first_of_team_test 44: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 44: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (670 ms) 44: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 44: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (931 ms) 44: [----------] 2 tests from std_algorithms_find_first_of_team_test (1601 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 8 tests from 4 test suites ran. (6799 ms total) 44: [ PASSED ] 8 tests. 44/56 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .................... Passed 7.02 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 45: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 45: Test timeout computed to be: 1500 45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 45: Detected: 6 cores per node. 45: Detected: 1 MPI_ranks per node. 45: Requested: 8 threads per process. 45: [==========] Running 11 tests from 7 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_find_team_test 45: [ RUN ] std_algorithms_find_team_test.searched_values_exist 45: [ OK ] std_algorithms_find_team_test.searched_values_exist (282 ms) 45: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 45: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (299 ms) 45: [----------] 2 tests from std_algorithms_find_team_test (581 ms total) 45: 45: [----------] 2 tests from std_algorithms_find_if_team_test 45: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 45: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (263 ms) 45: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 45: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (302 ms) 45: [----------] 2 tests from std_algorithms_find_if_team_test (565 ms total) 45: 45: [----------] 2 tests from std_algorithms_find_if_not_team_test 45: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 45: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (302 ms) 45: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 45: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (280 ms) 45: [----------] 2 tests from std_algorithms_find_if_not_team_test (583 ms total) 45: 45: [----------] 1 test from std_algorithms_all_of_team_test 45: [ RUN ] std_algorithms_all_of_team_test.test 45: [ OK ] std_algorithms_all_of_team_test.test (302 ms) 45: [----------] 1 test from std_algorithms_all_of_team_test (302 ms total) 45: 45: [----------] 1 test from std_algorithms_any_of_team_test 45: [ RUN ] std_algorithms_any_of_team_test.test 45: [ OK ] std_algorithms_any_of_team_test.test (261 ms) 45: [----------] 1 test from std_algorithms_any_of_team_test (261 ms total) 45: 45: [----------] 1 test from std_algorithms_none_of_team_test 45: [ RUN ] std_algorithms_none_of_team_test.test 45: [ OK ] std_algorithms_none_of_team_test.test (300 ms) 45: [----------] 1 test from std_algorithms_none_of_team_test (301 ms total) 45: 45: [----------] 2 tests from std_algorithms_search_n_team_test 45: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 45: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (319 ms) 45: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 45: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (312 ms) 45: [----------] 2 tests from std_algorithms_search_n_team_test (633 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 11 tests from 7 test suites ran. (3229 ms total) 45: [ PASSED ] 11 tests. 45/56 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .................... Passed 3.47 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 46: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 46: Test timeout computed to be: 1500 46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 46: Detected: 6 cores per node. 46: Detected: 1 MPI_ranks per node. 46: Requested: 8 threads per process. 46: [==========] Running 3 tests from 3 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_min_element_team_test 46: [ RUN ] std_algorithms_min_element_team_test.test 46: [ OK ] std_algorithms_min_element_team_test.test (818 ms) 46: [----------] 1 test from std_algorithms_min_element_team_test (818 ms total) 46: 46: [----------] 1 test from std_algorithms_max_element_team_test 46: [ RUN ] std_algorithms_max_element_team_test.test 46: [ OK ] std_algorithms_max_element_team_test.test (806 ms) 46: [----------] 1 test from std_algorithms_max_element_team_test (806 ms total) 46: 46: [----------] 1 test from std_algorithms_minmax_element_team_test 46: [ RUN ] std_algorithms_minmax_element_team_test.test 46: [ OK ] std_algorithms_minmax_element_team_test.test (930 ms) 46: [----------] 1 test from std_algorithms_minmax_element_team_test (930 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 3 tests from 3 test suites ran. (2555 ms total) 46: [ PASSED ] 3 tests. 46/56 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .................... Passed 2.82 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 47: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 47: Test timeout computed to be: 1500 47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 47: Detected: 6 cores per node. 47: Detected: 1 MPI_ranks per node. 47: Requested: 8 threads per process. 47: [==========] Running 6 tests from 6 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_fill_team_test 47: [ RUN ] std_algorithms_fill_team_test.test 47: [ OK ] std_algorithms_fill_team_test.test (373 ms) 47: [----------] 1 test from std_algorithms_fill_team_test (374 ms total) 47: 47: [----------] 1 test from std_algorithms_fill_n_team_test 47: [ RUN ] std_algorithms_fill_n_team_test.test 47: [ OK ] std_algorithms_fill_n_team_test.test (462 ms) 47: [----------] 1 test from std_algorithms_fill_n_team_test (462 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_team_test 47: [ RUN ] std_algorithms_replace_team_test.test 47: [ OK ] std_algorithms_replace_team_test.test (509 ms) 47: [----------] 1 test from std_algorithms_replace_team_test (509 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_if_team_test 47: [ RUN ] std_algorithms_replace_if_team_test.test 47: [ OK ] std_algorithms_replace_if_team_test.test (491 ms) 47: [----------] 1 test from std_algorithms_replace_if_team_test (491 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_copy_team_test 47: [ RUN ] std_algorithms_replace_copy_team_test.test 47: [ OK ] std_algorithms_replace_copy_team_test.test (569 ms) 47: [----------] 1 test from std_algorithms_replace_copy_team_test (569 ms total) 47: 47: [----------] 1 test from std_algorithms_replace_copy_if_team_test 47: [ RUN ] std_algorithms_replace_copy_if_team_test.test 47: [ OK ] std_algorithms_replace_copy_if_team_test.test (519 ms) 47: [----------] 1 test from std_algorithms_replace_copy_if_team_test (519 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 6 tests from 6 test suites ran. (2925 ms total) 47: [ PASSED ] 6 tests. 47/56 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .................... Passed 3.17 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 48: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 48: Detected: 6 cores per node. 48: Detected: 1 MPI_ranks per node. 48: Requested: 8 threads per process. 48: [==========] Running 4 tests from 4 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_reverse_team_test 48: [ RUN ] std_algorithms_reverse_team_test.test 48: [ OK ] std_algorithms_reverse_team_test.test (398 ms) 48: [----------] 1 test from std_algorithms_reverse_team_test (398 ms total) 48: 48: [----------] 1 test from std_algorithms_reverse_copy_team_test 48: [ RUN ] std_algorithms_reverse_copy_team_test.test 48: [ OK ] std_algorithms_reverse_copy_team_test.test (469 ms) 48: [----------] 1 test from std_algorithms_reverse_copy_team_test (470 ms total) 48: 48: [----------] 1 test from std_algorithms_rotate_team_test 48: [ RUN ] std_algorithms_rotate_team_test.test 48: [ OK ] std_algorithms_rotate_team_test.test (790 ms) 48: [----------] 1 test from std_algorithms_rotate_team_test (790 ms total) 48: 48: [----------] 1 test from std_algorithms_rotate_copy_team_test 48: [ RUN ] std_algorithms_rotate_copy_team_test.test 48: [ OK ] std_algorithms_rotate_copy_team_test.test (876 ms) 48: [----------] 1 test from std_algorithms_rotate_copy_team_test (876 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (2535 ms total) 48: [ PASSED ] 4 tests. 48/56 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .................... Passed 2.76 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 49: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 49: Test timeout computed to be: 1500 49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 49: Detected: 6 cores per node. 49: Detected: 1 MPI_ranks per node. 49: Requested: 8 threads per process. 49: [==========] Running 4 tests from 4 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_move_team_test 49: [ RUN ] std_algorithms_move_team_test.test 49: [ OK ] std_algorithms_move_team_test.test (682 ms) 49: [----------] 1 test from std_algorithms_move_team_test (682 ms total) 49: 49: [----------] 1 test from std_algorithms_move_backward_team_test 49: [ RUN ] std_algorithms_move_backward_team_test.test 49: [ OK ] std_algorithms_move_backward_team_test.test (555 ms) 49: [----------] 1 test from std_algorithms_move_backward_team_test (556 ms total) 49: 49: [----------] 1 test from std_algorithms_shift_left_team_test 49: [ RUN ] std_algorithms_shift_left_team_test.test 49: [ OK ] std_algorithms_shift_left_team_test.test (2266 ms) 49: [----------] 1 test from std_algorithms_shift_left_team_test (2267 ms total) 49: 49: [----------] 1 test from std_algorithms_shift_right_team_test 49: [ RUN ] std_algorithms_shift_right_team_test.test 49: [ OK ] std_algorithms_shift_right_team_test.test (2343 ms) 49: [----------] 1 test from std_algorithms_shift_right_team_test (2343 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (5849 ms total) 49: [ PASSED ] 4 tests. 49/56 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .................... Passed 6.10 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 50: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 50: Test timeout computed to be: 1500 50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 50: Detected: 6 cores per node. 50: Detected: 1 MPI_ranks per node. 50: Requested: 8 threads per process. 50: [==========] Running 9 tests from 9 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_copy_team_test 50: [ RUN ] std_algorithms_copy_team_test.test 50: [ OK ] std_algorithms_copy_team_test.test (806 ms) 50: [----------] 1 test from std_algorithms_copy_team_test (806 ms total) 50: 50: [----------] 1 test from std_algorithms_copy_n_team_test 50: [ RUN ] std_algorithms_copy_n_team_test.test 50: [ OK ] std_algorithms_copy_n_team_test.test (578 ms) 50: [----------] 1 test from std_algorithms_copy_n_team_test (579 ms total) 50: 50: [----------] 1 test from std_algorithms_copy_backward_team_test 50: [ RUN ] std_algorithms_copy_backward_team_test.test 50: [ OK ] std_algorithms_copy_backward_team_test.test (565 ms) 50: [----------] 1 test from std_algorithms_copy_backward_team_test (565 ms total) 50: 50: [----------] 1 test from std_algorithms_copy_if_team_test 50: [ RUN ] std_algorithms_copy_if_team_test.test 50: [ OK ] std_algorithms_copy_if_team_test.test (560 ms) 50: [----------] 1 test from std_algorithms_copy_if_team_test (560 ms total) 50: 50: [----------] 1 test from std_algorithms_unique_copy_team_test 50: [ RUN ] std_algorithms_unique_copy_team_test.test 50: [ OK ] std_algorithms_unique_copy_team_test.test (601 ms) 50: [----------] 1 test from std_algorithms_unique_copy_team_test (601 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_team_test 50: [ RUN ] std_algorithms_remove_team_test.test 50: [ OK ] std_algorithms_remove_team_test.test (503 ms) 50: [----------] 1 test from std_algorithms_remove_team_test (503 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_if_team_test 50: [ RUN ] std_algorithms_remove_if_team_test.test 50: [ OK ] std_algorithms_remove_if_team_test.test (458 ms) 50: [----------] 1 test from std_algorithms_remove_if_team_test (458 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_copy_team_test 50: [ RUN ] std_algorithms_remove_copy_team_test.test 50: [ OK ] std_algorithms_remove_copy_team_test.test (800 ms) 50: [----------] 1 test from std_algorithms_remove_copy_team_test (800 ms total) 50: 50: [----------] 1 test from std_algorithms_remove_copy_if_team_test 50: [ RUN ] std_algorithms_remove_copy_if_team_test.test 50: [ OK ] std_algorithms_remove_copy_if_team_test.test (510 ms) 50: [----------] 1 test from std_algorithms_remove_copy_if_team_test (511 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 9 tests from 9 test suites ran. (5387 ms total) 50: [ PASSED ] 9 tests. 50/56 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .................... Passed 5.61 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 51: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 51: Test timeout computed to be: 1500 51: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 51: Detected: 6 cores per node. 51: Detected: 1 MPI_ranks per node. 51: Requested: 8 threads per process. 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_unique_team_test 51: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 51: [ OK ] std_algorithms_unique_team_test.test_default_predicate (667 ms) 51: [----------] 1 test from std_algorithms_unique_team_test (667 ms total) 51: 51: [----------] 1 test from std_algorithms_adjacent_difference_team_test 51: [ RUN ] std_algorithms_adjacent_difference_team_test.test 51: [ OK ] std_algorithms_adjacent_difference_team_test.test (1020 ms) 51: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1020 ms total) 51: 51: [----------] 1 test from std_algorithms_reduce_team_test 51: [ RUN ] std_algorithms_reduce_team_test.test 51: [ OK ] std_algorithms_reduce_team_test.test (929 ms) 51: [----------] 1 test from std_algorithms_reduce_team_test (929 ms total) 51: 51: [----------] 1 test from std_algorithms_transform_reduce_team_test 51: [ RUN ] std_algorithms_transform_reduce_team_test.test 51: [ OK ] std_algorithms_transform_reduce_team_test.test (1697 ms) 51: [----------] 1 test from std_algorithms_transform_reduce_team_test (1697 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (4314 ms total) 51: [ PASSED ] 4 tests. 51/56 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .................... Passed 4.55 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 52: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 52: Test timeout computed to be: 1500 52: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 52: Detected: 6 cores per node. 52: Detected: 1 MPI_ranks per node. 52: Requested: 8 threads per process. 52: [==========] Running 18 tests from 5 test suites. 52: [----------] Global test environment set-up. 52: [----------] 2 tests from std_algorithms_is_sorted_team_test 52: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 52: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (869 ms) 52: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 52: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (731 ms) 52: [----------] 2 tests from std_algorithms_is_sorted_team_test (1601 ms total) 52: 52: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (12 ms) 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (664 ms) 52: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 52: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (925 ms) 52: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1617 ms total) 52: 52: [----------] 4 tests from std_algorithms_is_partitioned_team_test 52: [ RUN ] std_algorithms_is_partitioned_team_test.empty 52: [ OK ] std_algorithms_is_partitioned_team_test.empty (7 ms) 52: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 52: [ OK ] std_algorithms_is_partitioned_team_test.all_true (362 ms) 52: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 52: [ OK ] std_algorithms_is_partitioned_team_test.all_false (395 ms) 52: [ RUN ] std_algorithms_is_partitioned_team_test.random 52: [ OK ] std_algorithms_is_partitioned_team_test.random (336 ms) 52: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1101 ms total) 52: 52: [----------] 4 tests from std_algorithms_partition_copy_team_test 52: [ RUN ] std_algorithms_partition_copy_team_test.empty 52: [ OK ] std_algorithms_partition_copy_team_test.empty (11 ms) 52: [ RUN ] std_algorithms_partition_copy_team_test.all_true 52: [ OK ] std_algorithms_partition_copy_team_test.all_true (939 ms) 52: [ RUN ] std_algorithms_partition_copy_team_test.all_false 52: [ OK ] std_algorithms_partition_copy_team_test.all_false (942 ms) 52: [ RUN ] std_algorithms_partition_copy_team_test.random 52: [ OK ] std_algorithms_partition_copy_team_test.random (859 ms) 52: [----------] 4 tests from std_algorithms_partition_copy_team_test (2752 ms total) 52: 52: [----------] 4 tests from std_algorithms_partition_point_team_test 52: [ RUN ] std_algorithms_partition_point_team_test.empty 52: [ OK ] std_algorithms_partition_point_team_test.empty (6 ms) 52: [ RUN ] std_algorithms_partition_point_team_test.all_true 52: [ OK ] std_algorithms_partition_point_team_test.all_true (392 ms) 52: [ RUN ] std_algorithms_partition_point_team_test.all_false 52: [ OK ] std_algorithms_partition_point_team_test.all_false (385 ms) 52: [ RUN ] std_algorithms_partition_point_team_test.random 52: [ OK ] std_algorithms_partition_point_team_test.random (328 ms) 52: [----------] 4 tests from std_algorithms_partition_point_team_test (1112 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 18 tests from 5 test suites ran. (8186 ms total) 52: [ PASSED ] 18 tests. 52/56 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .................... Passed 8.42 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 53: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 53: Test timeout computed to be: 1500 53: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 53: Detected: 6 cores per node. 53: Detected: 1 MPI_ranks per node. 53: Requested: 8 threads per process. 53: [==========] Running 5 tests from 4 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_transform_team_test 53: [ RUN ] std_algorithms_transform_team_test.test_unary_op 53: [ OK ] std_algorithms_transform_team_test.test_unary_op (907 ms) 53: [ RUN ] std_algorithms_transform_team_test.test_binary_op 53: [ OK ] std_algorithms_transform_team_test.test_binary_op (1013 ms) 53: [----------] 2 tests from std_algorithms_transform_team_test (1921 ms total) 53: 53: [----------] 1 test from std_algorithms_generate_team_test 53: [ RUN ] std_algorithms_generate_team_test.test_unary_op 53: [ OK ] std_algorithms_generate_team_test.test_unary_op (1899 ms) 53: [----------] 1 test from std_algorithms_generate_team_test (1899 ms total) 53: 53: [----------] 1 test from std_algorithms_generate_n_team_test 53: [ RUN ] std_algorithms_generate_n_team_test.test 53: [ OK ] std_algorithms_generate_n_team_test.test (470 ms) 53: [----------] 1 test from std_algorithms_generate_n_team_test (471 ms total) 53: 53: [----------] 1 test from std_algorithms_swap_ranges_team_test 53: [ RUN ] std_algorithms_swap_ranges_team_test.test 53: [ OK ] std_algorithms_swap_ranges_team_test.test (940 ms) 53: [----------] 1 test from std_algorithms_swap_ranges_team_test (940 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 5 tests from 4 test suites ran. (5232 ms total) 53: [ PASSED ] 5 tests. 53/56 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .................... Passed 5.46 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 54: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 54: Test timeout computed to be: 1500 54: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 54: Detected: 6 cores per node. 54: Detected: 1 MPI_ranks per node. 54: Requested: 8 threads per process. 54: [==========] Running 2 tests from 2 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_exclusive_scan_team_test 54: [ RUN ] std_algorithms_exclusive_scan_team_test.test 54: [ OK ] std_algorithms_exclusive_scan_team_test.test (2160 ms) 54: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2160 ms total) 54: 54: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 54: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 54: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1102 ms) 54: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1102 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 2 tests from 2 test suites ran. (3262 ms total) 54: [ PASSED ] 2 tests. 54/56 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .................... Passed 3.52 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 55: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 55: Test timeout computed to be: 1500 55: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 55: Detected: 6 cores per node. 55: Detected: 1 MPI_ranks per node. 55: Requested: 8 threads per process. 55: [==========] Running 2 tests from 2 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_inclusive_scan_team_test 55: [ RUN ] std_algorithms_inclusive_scan_team_test.test 55: [ OK ] std_algorithms_inclusive_scan_team_test.test (3210 ms) 55: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3210 ms total) 55: 55: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 55: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 55: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2132 ms) 55: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2132 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 2 tests from 2 test suites ran. (5343 ms total) 55: [ PASSED ] 2 tests. 55/56 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .................... Passed 5.58 sec test 56 Start 56: Kokkos_UnitTest_SIMD 56: Test command: /var/jenkins/workspace/Kokkos_PR-8324/build/simd/unit_tests/Kokkos_UnitTest_SIMD 56: Test timeout computed to be: 1500 56: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 56: Detected: 6 cores per node. 56: Detected: 1 MPI_ranks per node. 56: Requested: 8 threads per process. 56: [==========] Running 18 tests from 1 test suite. 56: [----------] Global test environment set-up. 56: [----------] 18 tests from simd 56: [ RUN ] simd.host_math_ops 56: [ OK ] simd.host_math_ops (0 ms) 56: [ RUN ] simd.device_math_ops 56: [ OK ] simd.device_math_ops (7 ms) 56: [ RUN ] simd.host_mask_ops 56: [ OK ] simd.host_mask_ops (0 ms) 56: [ RUN ] simd.device_mask_ops 56: [ OK ] simd.device_mask_ops (0 ms) 56: [ RUN ] simd.host_conversions 56: [ OK ] simd.host_conversions (0 ms) 56: [ RUN ] simd.device_conversions 56: [ OK ] simd.device_conversions (0 ms) 56: [ RUN ] simd.host_shift_ops 56: [ OK ] simd.host_shift_ops (0 ms) 56: [ RUN ] simd.device_shift_ops 56: [ OK ] simd.device_shift_ops (0 ms) 56: [ RUN ] simd.host_condition 56: [ OK ] simd.host_condition (0 ms) 56: [ RUN ] simd.device_condition 56: [ OK ] simd.device_condition (0 ms) 56: [ RUN ] simd.host_gen_ctors 56: [ OK ] simd.host_gen_ctors (0 ms) 56: [ RUN ] simd.device_gen_ctors 56: [ OK ] simd.device_gen_ctors (0 ms) 56: [ RUN ] simd.host_where_expressions 56: [ OK ] simd.host_where_expressions (0 ms) 56: [ RUN ] simd.device_where_expressions 56: [ OK ] simd.device_where_expressions (0 ms) 56: [ RUN ] simd.host_reductions 56: [ OK ] simd.host_reductions (0 ms) 56: [ RUN ] simd.device_reductions 56: [ OK ] simd.device_reductions (0 ms) 56: [ RUN ] simd.host_construction 56: [ OK ] simd.host_construction (0 ms) 56: [ RUN ] simd.device_construction 56: [ OK ] simd.device_construction (0 ms) 56: [----------] 18 tests from simd (8 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 18 tests from 1 test suite ran. (8 ms total) 56: [ PASSED ] 18 tests. 56/56 Test #56: Kokkos_UnitTest_SIMD ....................................... Passed 0.24 sec 100% tests passed, 0 tests failed out of 56 Label Time Summary: Kokkos = 314.92 sec*proc (56 tests) Total Test time (real) = 315.43 sec Post stage [Pipeline] xunit INFO: Processing CTest-Version 3.x (default) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 2a7f69f3feed4e987cf241cec3df363781755efa89e68ae22ffc183132ffbbd7 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-8324' for the testing framework 'CTest-Version 3.x (default)'. $ docker rm -f --volumes 2a7f69f3feed4e987cf241cec3df363781755efa89e68ae22ffc183132ffbbd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline ERROR: script returned exit code 8 GitHub has been notified of this commit’s build result Finished: FAILURE